| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-16 | Update Exercises Directory Names to Reflect Order | Adam Brewer | |
| 2023-05-29 | docs: cleanup the explanation paragraphs at the start of each exercise. | Robert Fry | |
| 2023-03-31 | fix(exercises): remove trailing spaces | Alexandre ESSE | |
| 2022-12-26 | fix(threads1): make program panic if threads are not joined | platformer | |
| closes #1298 | |||
| 2022-07-15 | fix(threads): 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 | |||
| 2021-01-06 | fix(threads1): line number correction | Christian Zeller | |
| 2020-12-08 | fix: gives a bit more context to magic number | Peter N | |
| 2019-11-14 | fix: line numbers in several exercises and hints | Roberto Vidal | |
| The introduction of `I AM NOT DONE` shifted the lines of all exercises, which now need adjustment. | |||
| 2019-11-11 | Merge branch 'master' into refactor-hints | marisa | |
| 2019-11-11 | feat: Refactor hint system | marisa | |
| Hints are now accessible using the CLI subcommand `rustlings hint <exercise name`. BREAKING CHANGE: This fundamentally changes the way people interact with exercises. | |||
| 2019-11-11 | feat: improve `watch` execution mode | Roberto Vidal | |
| The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`. | |||
| 2019-06-11 | chore: Fix a couple broken book links | Russell Cousineau | |
| 2019-06-09 | chore: Fix link to Arc<T> in the book | Rohan Prinja | |
| 2019-03-23 | Fix permissions on source files | zacanger | |
| 2018-11-09 | right let's try this one again | olivia | |
