summaryrefslogtreecommitdiff
path: root/info.toml
AgeCommit message (Collapse)Author
2023-03-26fixed a spelling mistake in info.tomlVegard Matthey
2023-03-10improve hint for strings2, #1407Sven Siegmund
2023-02-14refactor(cow1): replace main with testsDaan Wynen
Following the discussion in #1195 this is the best I could come up with. The issue for me (and apparently a few other learners) was that the code needed to complete the exercise was not _missing_, but was rather there but wrong. In the end, what made the difference between this exercise and others (for me) was that in this exercise I was supposed to learn what to *expect* of an output. So I think it makes sense here to let the learner modify the tests and not the code itself. Fixes #1195 Signed-off-by: Daan Wynen <black.puppydog@gmx.de> # Conflicts: # info.toml
2023-02-12Merge pull request #1305 from platformer/issue1298liv
fix(threads1): make program panic if threads are not joined
2023-01-11minor changes to hinth4x5p4c3
2023-01-05Fix typo in clippy1 hintTobias Klauser
2023-01-01updated file paths for iterators, smart_pointersseporterfield
2023-01-01reordered smart pointer exercisesseporterfield
Switched rc and arc so rc comes first, since arc is, like the name implies, atomic rc. This gives the exercises a more logical progression. Moved all smart pointer exercises (box, rc, arc, cow) under threads into their own section. Threads are used in the smart pointer exercises, so they should be introduced first.
2022-12-26fix(threads1): make program panic if threads are not joinedplatformer
closes #1298
2022-12-25chore: "rust" -> "Rust" in exercise hintsPetr Pucil
2022-11-24chore: tidied up unmatched backticksTK Buristrakul
2022-11-18fix: Update structs3 hintcraymel
2022-11-11chore: style fixesmokou
2022-09-29Merge pull request #1203 from skaunov/patch-2liv
Correct a link in `threads1` `hint`
2022-09-29Merge pull request #1210 from cj81499/iterators1-hintliv
improve hint for iterators1
2022-09-28fix: Fix typo in errors5 hintTostapunk
fixes #1205
2022-09-25improve hint for iterators1Cal Jacobson
2022-09-17Correct a link in `threads1` `hint`skaunov
It didn't work without last character
2022-09-13Add link to `std` in `strings3` hintskaunov
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.
2022-09-05typox fixMiguel Raz Guzmán Macedo
2022-08-22Fix typo in `threads3` hintGabriel Bianconi
2022-08-17test: Convert main function to working testsmagnusrodseth
2022-08-16Merge branch 'main' into rc-exerciseliv
2022-08-16Merge pull request #1103 from exdx/feat/cowliv
feat: add cow1.rs exercise
2022-07-25fix: remove extra " typo in info.tomlClaire Wang
2022-07-23feat: add cow1.rs exerciseDenton24646
2022-07-24fix: lineno typoJeremy Goh
2022-07-24fix: reference to variables4Jeremy Goh
2022-07-19fix(traits5): fix "paramter" spellingGreg Leonard
2022-07-19remove small typo in hint of threads3Eric Jolibois
2022-07-18Apply suggestions from code reviewMattia Schiavon
Co-authored-by: liv <mokou@fastmail.com>
2022-07-18fix: Improve hint of lifetimes2Tostapunk
fixes #1071
2022-07-16feat: add rc1.rs exerciseDenton24646
2022-07-15feat: add traits5.rs exerciseSam White
2022-07-15feat: Add traits4.rs exerciseSam White
2022-07-15feat: Add traits3.rs exerciseSam White
2022-07-15feat: add lifetimes exercisesjayber
2022-07-15feat: add threads3.rs exerciseexdx
2022-07-15feat: remove advanced_errsmokou
2022-07-15feat(clippy): add clippy3mokou
2022-07-15chore: remove quiz4mokou
2022-07-15feat(macros): add hint commentsmokou
2022-07-15feat: Adding threads1.rs with a focus on JoinHandles and waiting forjaystile
spawned threads to finish. Moved the original threads1.rs to threads2.rs with the focus on the Mutex and modifying shared data. #892
2022-07-14feat(iterators): update hint commentsmokou
2022-07-14feat: move box/arc behind iteratorsmokou
2022-07-14feat(traits): add hint commentsmokou
2022-07-14feat: move generics3 to be quiz3mokou
2022-07-14feat(errors): Improve comments and hintsmokou
2022-07-14fix(errors5): improve exercise instructionsNoah Cairns
2022-07-14feat(options): add hint commentsmokou