| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-04 | Merge pull request #733 from apogeeoak/intro | diannasoreil | |
| feat(intro): Proposal to add successfully compiling exercise as the first exercise. | |||
| 2021-06-07 | fix(variables5): confine the answer further | ZC | |
| let mut number = 3; can lead to a correct answer, so the comment helps to direct the users to the intended answer. | |||
| 2021-04-24 | feat(intro): Add intro section. | apogeeoak | |
| 2021-04-23 | docs(exercises): updated all exercises readme files | Zerotask | |
| all exercises readme files now have a unified structure and a description | |||
| 2020-10-01 | fix(variables5) : make shadowing more prominent | Yashodhan Joshi | |
| closes #375 | |||
| 2020-06-03 | fix(variables6): minor typo (#419) | Alexx Roche | |
| Looks like this was cloned from variables5.rs | |||
| 2020-05-25 | fix: confine the user further in variable exercises | Evan Carroll | |
| We want to teach a specific lesson. To ensure that we do, let's try to provide more clarity on what the user should not do. | |||
| 2020-04-14 | feat: Add exercise variables6 covering const (#352) | Said Aspen | |
| 2020-01-14 | feat: Add variables5.rs exercise | Torben Jonas | |
| closes #260 | |||
| 2019-11-12 | fix(variables1): Correct wrong word in comment | Chris Keschnat | |
| 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-03-23 | Fix permissions on source files | zacanger | |
| 2019-01-23 | redo the section readmes | liv | |
| 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 | |
