Commit Graph

165 Commits (2398f378b06fbb547cf3a3b292554a756d806c5e)

Author SHA1 Message Date
skaunov 3028d1395c
Add link to `std` in `strings3` hint
Seems like it's the first place, where `std` is introduced in Rustlings, and it's a good place to facilitate docs discovery for user. As _the book_ seems to have no Rustlings-sized solutions for this exercise.
2 years ago
Miguel Raz Guzmán Macedo c97e659d78
typox fix 2 years ago
Gabriel Bianconi 86506fa5fd
Fix typo in `threads3` hint 2 years ago
magnusrodseth 52a29aa84b test: Convert main function to working tests 2 years ago
liv 1c3b003c7c
Merge branch 'main' into rc-exercise 2 years ago
liv 25ab52b8e7
Merge pull request #1103 from exdx/feat/cow
feat: add cow1.rs exercise
2 years ago
Claire Wang a3a5fbeddf fix: remove extra " typo in info.toml 2 years ago
Denton24646 72e21a2a6c feat: add cow1.rs exercise 2 years ago
Jeremy Goh 301bc52857
fix: lineno typo 2 years ago
Jeremy Goh f88c7d1e8c
fix: reference to variables4 2 years ago
Greg Leonard f9413b8ae1 fix(traits5): fix "paramter" spelling 2 years ago
Eric Jolibois 8a4dca5fa6
remove small typo in hint of threads3 2 years ago
Mattia Schiavon e1d6abb4c9
Apply suggestions from code review
Co-authored-by: liv <mokou@fastmail.com>
2 years ago
Tostapunk 02d78c3e84 fix: Improve hint of lifetimes2
fixes #1071
2 years ago
Denton24646 ce86d252e5 feat: add rc1.rs exercise 2 years ago
Sam White 63b0c7e399 feat: add traits5.rs exercise 2 years ago
Sam White 599d634ee2 feat: Add traits4.rs exercise 2 years ago
Sam White f43c6d7877 feat: Add traits3.rs exercise 2 years ago
jayber 1ef8dacaf6 feat: add lifetimes exercises 2 years ago
exdx a3b5278b42 feat: add threads3.rs exercise 2 years ago
mokou b609f0431c feat: remove advanced_errs 2 years ago
mokou 8cfedb1673 feat(clippy): add clippy3 2 years ago
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