| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-26 | fixed a spelling mistake in info.toml | Vegard Matthey | |
| 2023-03-10 | improve hint for strings2, #1407 | Sven Siegmund | |
| 2023-02-14 | refactor(cow1): replace main with tests | Daan 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-12 | Merge pull request #1305 from platformer/issue1298 | liv | |
| fix(threads1): make program panic if threads are not joined | |||
| 2023-01-11 | minor changes to hint | h4x5p4c3 | |
| 2023-01-05 | Fix typo in clippy1 hint | Tobias Klauser | |
| 2023-01-01 | updated file paths for iterators, smart_pointers | seporterfield | |
| 2023-01-01 | reordered smart pointer exercises | seporterfield | |
| 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-26 | fix(threads1): make program panic if threads are not joined | platformer | |
| closes #1298 | |||
| 2022-12-25 | chore: "rust" -> "Rust" in exercise hints | Petr Pucil | |
| 2022-11-24 | chore: tidied up unmatched backticks | TK Buristrakul | |
| 2022-11-18 | fix: Update structs3 hint | craymel | |
| 2022-11-11 | chore: style fixes | mokou | |
| 2022-09-29 | Merge pull request #1203 from skaunov/patch-2 | liv | |
| Correct a link in `threads1` `hint` | |||
| 2022-09-29 | Merge pull request #1210 from cj81499/iterators1-hint | liv | |
| improve hint for iterators1 | |||
| 2022-09-28 | fix: Fix typo in errors5 hint | Tostapunk | |
| fixes #1205 | |||
| 2022-09-25 | improve hint for iterators1 | Cal Jacobson | |
| 2022-09-17 | Correct a link in `threads1` `hint` | skaunov | |
| It didn't work without last character | |||
| 2022-09-13 | Add link to `std` in `strings3` hint | skaunov | |
| 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-05 | typox fix | Miguel Raz Guzmán Macedo | |
| 2022-08-22 | Fix typo in `threads3` hint | Gabriel Bianconi | |
| 2022-08-17 | test: Convert main function to working tests | magnusrodseth | |
| 2022-08-16 | Merge branch 'main' into rc-exercise | liv | |
| 2022-08-16 | Merge pull request #1103 from exdx/feat/cow | liv | |
| feat: add cow1.rs exercise | |||
| 2022-07-25 | fix: remove extra " typo in info.toml | Claire Wang | |
| 2022-07-23 | feat: add cow1.rs exercise | Denton24646 | |
| 2022-07-24 | fix: lineno typo | Jeremy Goh | |
| 2022-07-24 | fix: reference to variables4 | Jeremy Goh | |
| 2022-07-19 | fix(traits5): fix "paramter" spelling | Greg Leonard | |
| 2022-07-19 | remove small typo in hint of threads3 | Eric Jolibois | |
| 2022-07-18 | Apply suggestions from code review | Mattia Schiavon | |
| Co-authored-by: liv <mokou@fastmail.com> | |||
| 2022-07-18 | fix: Improve hint of lifetimes2 | Tostapunk | |
| fixes #1071 | |||
| 2022-07-16 | feat: add rc1.rs exercise | Denton24646 | |
| 2022-07-15 | feat: add traits5.rs exercise | Sam White | |
| 2022-07-15 | feat: Add traits4.rs exercise | Sam White | |
| 2022-07-15 | feat: Add traits3.rs exercise | Sam White | |
| 2022-07-15 | feat: add lifetimes exercises | jayber | |
| 2022-07-15 | feat: add threads3.rs exercise | exdx | |
| 2022-07-15 | feat: remove advanced_errs | mokou | |
| 2022-07-15 | feat(clippy): add clippy3 | mokou | |
| 2022-07-15 | chore: remove quiz4 | mokou | |
| 2022-07-15 | feat(macros): add hint comments | mokou | |
| 2022-07-15 | feat: Adding threads1.rs with a focus on JoinHandles and waiting for | jaystile | |
| 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-14 | feat(iterators): update hint comments | mokou | |
| 2022-07-14 | feat: move box/arc behind iterators | mokou | |
| 2022-07-14 | feat(traits): add hint comments | mokou | |
| 2022-07-14 | feat: move generics3 to be quiz3 | mokou | |
| 2022-07-14 | feat(errors): Improve comments and hints | mokou | |
| 2022-07-14 | fix(errors5): improve exercise instructions | Noah Cairns | |
| 2022-07-14 | feat(options): add hint comments | mokou | |
