summaryrefslogtreecommitdiff
path: root/exercises/error_handling
AgeCommit message (Collapse)Author
2019-11-11Address feedbackmarisa
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-11-11fix(errors3): Update hintmarisa
Closes #185.
2019-10-25fix(option1): Fix arguments passed to assert! macroNiklas Anderson
2019-08-21fix(errorsn.rs) Update the deprecated syntax by adding dyn to trait ↵Damian S
objectscloses #211
2019-07-26fix(option1): Add test for prematurely passing exerciseNiklas Anderson
Fixes the bug referenced in #160, but does not address the larger feature work referenced by the issue.
2019-06-11chore: Fix a couple broken book linksRussell Cousineau
2019-05-23Auto merge of #162 - c-rustacean:rustfmt-and-ws-fixes, r=komaedabors
errorsn.rs: Separate also the hints from each other to avoid accidental viewing
2019-05-23errorsn.rs: Separate also the hints from each other to avoid accidental viewingEddy Petrisor
Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com>
2019-05-22Auto merge of #161 - c-rustacean:rustfmt-and-ws-fixes, r=komaedabors
Rustfmt and ws fixes
2019-05-22rustfmt the exercisesEddy Petrisor
Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com>
2019-05-22errorsn.rs: Separate hints from code, so hints are not accidentally seenEddy Petrisor
Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com>
2019-05-12Update errors1.rsJulien Bisconti
Add Result type signature as it is difficult for new comers to understand Generics and Error all at once
2019-04-08Fix links by deleting book versionDiod FR
2019-03-23Fix permissions on source fileszacanger
2019-03-16errors2.rs: update link to Rust book.Kyle Isom
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