summaryrefslogtreecommitdiff
path: root/exercises/variables
AgeCommit message (Collapse)Author
2023-03-28docs(variables): wrap mut keyword with backtickAli Afsharzadeh
2022-07-11fix(variables5): Add nudge for shadowing variablegavin
2022-07-11fix(variables): reorder and redo hint textsmokou
2022-07-11chore: remove mod.rs files and exercises featuremokou
2022-03-29fix: Include exercises folder in the project structure behind a feature (#917)x-hgg-x
closes #859 closes #913 closes #942
2022-02-04Merge pull request #733 from apogeeoak/introdiannasoreil
feat(intro): Proposal to add successfully compiling exercise as the first exercise.
2021-06-07fix(variables5): confine the answer furtherZC
let mut number = 3; can lead to a correct answer, so the comment helps to direct the users to the intended answer.
2021-04-24feat(intro): Add intro section.apogeeoak
2021-04-23docs(exercises): updated all exercises readme filesZerotask
all exercises readme files now have a unified structure and a description
2020-10-01fix(variables5) : make shadowing more prominentYashodhan Joshi
closes #375
2020-06-03fix(variables6): minor typo (#419)Alexx Roche
Looks like this was cloned from variables5.rs
2020-05-25fix: confine the user further in variable exercisesEvan 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-14feat: Add exercise variables6 covering const (#352)Said Aspen
2020-01-14feat: Add variables5.rs exerciseTorben Jonas
closes #260
2019-11-12fix(variables1): Correct wrong word in commentChris Keschnat
2019-11-11Merge branch 'master' into refactor-hintsmarisa
2019-11-11feat: Refactor hint systemmarisa
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-11feat: improve `watch` execution modeRoberto Vidal
The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`.
2019-06-11chore: Fix a couple broken book linksRussell Cousineau
2019-03-23Fix permissions on source fileszacanger
2019-01-23redo the section readmesliv
2018-11-27Changed Rust Book versions in links to 2018delet0r
Forgot to add changes to last commit.
2018-11-26Created sub READMEs for CLI only versiondelet0r
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-09right let's try this one againolivia