Commit Graph

143 Commits (7fc393bed4689d4e106a199dd956bef796976935)

Author SHA1 Message Date
mokou 7fc393bed4 chore: remove quiz4 2 years ago
mokou d3a335bc64 feat(macros): add hint comments 2 years ago
jaystile b4f52cb937 feat: Adding threads1.rs with a focus on JoinHandles and waiting for
spawned threads to finish. Moved the original threads1.rs to threads2.rs
with the focus on the Mutex and modifying shared data. #892
2 years ago
mokou 20024d40c5 feat(iterators): update hint comments 2 years ago
mokou cf9629cb0e feat: move box/arc behind iterators 2 years ago
mokou 98b8d3f17d feat(traits): add hint comments 2 years ago
mokou 5979d408a9 feat: move generics3 to be quiz3 2 years ago
mokou c34e2adcbb feat(errors): Improve comments and hints 2 years ago
Noah Cairns 5e1ca4b995 fix(errors5): improve exercise instructions 2 years ago
mokou b71feed824 feat(options): add hint comments 2 years ago
mokou b644558c19 fix: rename option to options 2 years ago
mokou c64b340622 feat: rework quiz2 2 years ago
mokou f443f4e7b3 feat: move quiz2 to be strings4 2 years ago
Sateesh Basavaraju 1e54bc61e8 feat: Add hashmap3 exercise. 2 years ago
mokou c1ed6b10fe feat(strings): add strings3 2 years ago
mokou f5e4c16eed feat(strings): move before modules 2 years ago
mokou c6bc97adc1 feat(enums3): add hint comment, remove enums1 hint 2 years ago
Ryosuke YASUOKA d0e8efd19e feat(enums3): Add hint 2 years ago
mokou 4dffa0d10d fix(structs1): rename to unit-like struct 2 years ago
mokou 19bec50399 feat(structs1): convert structs to use i32 types 2 years ago
exdx 16ff57bbff fix(move_semantics2): clarify referencing 2 years ago
mokou bb0cf92b8b feat(move_semantics): clarify some hints 2 years ago
mokou 3c4c9c54c9 feat: remove collections to hashmaps 2 years ago
mokou 2f7fd51304 feat: move vec exercises into their own folder 2 years ago
mokou 8e1f617d34 feat(vec): update vec exercises 2 years ago
mokou 6020ec1fe2 feat: reorder vec and primtypes before moving 2 years ago
mokou 742fb08e01 feat(functions): more small fixes 2 years ago
Cooper Gillan b3ec8fe022 chore: Tweak punctuation in variables6.rs hint
While the meaning is still obvious as is, it makes a little more sense
to use a colon here =)
2 years ago
Cooper Gillan 9688609d08 chore: Update variables6.rs hint book link, wording
While the included link for variables6 does navigate to the correct
page, the header in the link itself does not actually exist so it
only loads the top of the page. There is, however, some text about
the difference between variables and constants in the "Constants"
section, so reword the hint some and update the link.
2 years ago
mokou 81edc4234f fix(variables): reorder and redo hint texts 2 years ago
mokou 9ed4b0683e fix(intro1): link to exercise file in hint 2 years ago
mokou 0aee54a82b chore: unify hint language use 2 years ago
Konstantin baca5d62ae
fix: update link to book 2 years ago
Jesse van Papenrecht 0bdb5207b5
typo fix in hint message if2 2 years ago
Lucas Grigolon Varela b0e079e6bf
Update info.toml 2 years ago
Ron Lusk b821ffdd33 docs(move_semantics5): Replace "in vogue" with "in scope" in hint
The hint for `move_semantics5` refers to "the range in which each
mutable reference is in vogue". Unless this is a deliberate
introduction of "vogue" (an admittedly-useful term because "scope"
isn't purely lexical, as in many other languages), it may be in error:
I have been unable to find the term used with reference to *Rust*
references.

Thus, I'm suggesting the replacement, in case it's been overlooked.
2 years ago
mokou 76a36dd385 chore: update errors1 comments and hint 2 years ago
Lucas Aries 3f0e1303e0
feat: Add move_semantics6.rs exercise (#908) 2 years ago
diannasoreil 4cde788d33
Merge pull request #733 from apogeeoak/intro
feat(intro): Proposal to add successfully compiling exercise as the first exercise.
2 years ago
Franklin van Nes f2650de369 fix(clippy1): Updated code to test correctness clippy lint with approx_constant lint rule
closes #888
3 years ago
alirezaghey 8ef4869b26
fix(functions5): Remove wrong new line and small English improvements (#885) 3 years ago
rlch 1c0fe3cbcc fix: few spelling mistakes 3 years ago
diannasoriel c2ed98deb3
Merge pull request #781 from tlyu/advanced-errs
feature: advanced errors
3 years ago
Taylor Yu abd6b70c72 feat: add advanced_errs2
New exercise to demonstrate traits that make it easier for other code
to consume our custom error types.
3 years ago
Taylor Yu 882d535ba8 feat: add advanced_errs1
New section and exercise to demonstrate the `From` trait for errors
and its usefulness with the `?` operator.
3 years ago
anuk909 dfd2fab4f3
feat(modules): update exercises, add modules3 (#822)
Co-authored-by: diannasoriel <mokou@fastmail.com>
3 years ago
ana df25684cb7 fix(move_semantics5): Clarify instructions 3 years ago
arlecchino 9bf4c5e8df
chore: clippy1 hint enhancement
Added some explanation and links about floating point representation and to use the clippy suggestion. (fixes #390)
3 years ago
arlecchino a4a1098766
Update info.toml
Co-authored-by: marisa <mokou@fastmail.com>
3 years ago
arlecchino 34ea029df8
chore: Update hint of iterators3
`collect()` needs some hint for standard_library_types/iterators3 exercise with doc link for understanding different return types via `FromIterator`.
3 years ago