| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-14 | Merge pull request #961 from J-S-Kim/main | diannasoreil | |
| fix(errors6.rs): remove one answer code | |||
| 2022-04-14 | chore: update errors1 comments and hint | mokou | |
| 2022-04-14 | Fix test (#958) | stevenfukase | |
| fix(errors1): don't modify tests | |||
| 2022-04-09 | fix(errors6.rs): remove one answer code | J-S-Kim | |
| Although marked as 'TODO', three tests pass without any implementation because the correct answer code already exists. | |||
| 2022-03-29 | fix: Include exercises folder in the project structure behind a feature (#917) | x-hgg-x | |
| closes #859 closes #913 closes #942 | |||
| 2022-02-04 | fix(errors1): Add a comment to make the purpose more clear (#486) | zydxhs | |
| Signed-off-by: zydxhs <johnsmithcry@163.com> | |||
| 2021-06-09 | address review feedback | Taylor Yu | |
| Adjust error text and naming to conform with best practices. Use `map_err()` instead of `or()`. Wrap lower-level errors instead of ignoring their details. Also, don't "cheat" by bypassing the `new()` function in tests. Fix a dangling reference in the try_from_into hints. | |||
| 2021-06-06 | feature: improve error_handling exercises | Taylor Yu | |
| Add new exercises errors5 and errors6, to introduce boxed errors and custom error enums more gently. Delete errorsn, because it tried to do too much too soon. | |||
| 2021-06-06 | fix: rename result1 to errors4 | Taylor Yu | |
| Also put it in the ERROR HANDLING section where it probably belongs. | |||
| 2021-04-23 | docs(exercises): updated all exercises readme files | Zerotask | |
| all exercises readme files now have a unified structure and a description | |||
| 2021-04-22 | docs(errors): add additional help for Result/Boxing | Zerotask | |
| add additional help information provided by the rust by example book | |||
| 2020-08-27 | chore: Removed extra whitespaces | Koalab99 | |
| Co-authored-by: Corentin ARNOULD <corentin.arn@gmail.com> | |||
| 2020-05-06 | fix(errorsn): Try harder to confine the user. (#388) | Evan Carroll | |
| 2020-05-02 | chore: Remove deprecated description from error_handling/errorsn.rs | Christofer Bertonha | |
| 2020-04-15 | chore: delete orphaned `error_handling/option1.rs` | Ufuk Celebi | |
| `error_handling/option1.rs` has been replaced by `option/option1.rs` and is not referenced in `info.toml` any more. | |||
| 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 | |
