| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-11 | Address feedback | marisa | |
| 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-11-11 | fix(errors3): Update hint | marisa | |
| Closes #185. | |||
| 2019-10-25 | fix(option1): Fix arguments passed to assert! macro | Niklas Anderson | |
| 2019-08-21 | fix(errorsn.rs) Update the deprecated syntax by adding dyn to trait ↵ | Damian S | |
| objectscloses #211 | |||
| 2019-07-26 | fix(option1): Add test for prematurely passing exercise | Niklas Anderson | |
| Fixes the bug referenced in #160, but does not address the larger feature work referenced by the issue. | |||
| 2019-06-11 | chore: Fix a couple broken book links | Russell Cousineau | |
| 2019-05-23 | Auto merge of #162 - c-rustacean:rustfmt-and-ws-fixes, r=komaeda | bors | |
| errorsn.rs: Separate also the hints from each other to avoid accidental viewing | |||
| 2019-05-23 | errorsn.rs: Separate also the hints from each other to avoid accidental viewing | Eddy Petrisor | |
| Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com> | |||
| 2019-05-22 | Auto merge of #161 - c-rustacean:rustfmt-and-ws-fixes, r=komaeda | bors | |
| Rustfmt and ws fixes | |||
| 2019-05-22 | rustfmt the exercises | Eddy Petrisor | |
| Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com> | |||
| 2019-05-22 | errorsn.rs: Separate hints from code, so hints are not accidentally seen | Eddy Petrisor | |
| Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com> | |||
| 2019-05-12 | Update errors1.rs | Julien Bisconti | |
| Add Result type signature as it is difficult for new comers to understand Generics and Error all at once | |||
| 2019-04-08 | Fix links by deleting book version | Diod FR | |
| 2019-03-23 | Fix permissions on source files | zacanger | |
| 2019-03-16 | errors2.rs: update link to Rust book. | Kyle Isom | |
| 2018-11-27 | Changed Rust Book versions in links to 2018 | delet0r | |
| Forgot to add changes to last commit. | |||
| 2018-11-26 | Created sub READMEs for CLI only version | delet0r | |
| Sub READMEs contain the relevant resources from the main README of the web version. All second edition Rust Book links were updated to the 2018 edition. Fixed to typos in main README.md. | |||
| 2018-11-09 | right let's try this one again | olivia | |
