| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-28 | Use consistent apostrophes in markdown files | Peter Neave | |
| 2024-08-22 | Use match instead of comparison chain | mo8it | |
| 2024-08-17 | Remove dot for copy-pasta | mo8it | |
| 2024-08-04 | chore: Fix snakecase convention in errors6.rs | Matt Nield | |
| Exercise errors6.rs prompts the user to add a method named `from_parseint`. This commit changes the method name to the corrected snakecase format, `from_parse_int`. | |||
| 2024-07-08 | errors3: Add a comment to prevent changing the wrong line | mo8it | |
| 2024-07-05 | chore: Update errors5.rs exercise to be consistent with solution | Matt Nield | |
| In errors5.rs, there are two lines of a pattern matching block for which the order is reversed between the exercise file and the solution file. Since these lines are not changed as part of the exercise, this commit updates the exercise to make the order of the lines consistent with the solution, so that users will focus only on the lines that change between the exercise and the solution. | |||
| 2024-07-04 | Fix warnings | mo8it | |
| 2024-07-04 | Improve a comment in errors2 | mo8it | |
| 2024-06-27 | errors6 solution | mo8it | |
| 2024-06-26 | errors5 solution | mo8it | |
| 2024-06-26 | errors4 solution | mo8it | |
| 2024-06-26 | errors3 solution | mo8it | |
| 2024-06-26 | errors2 solution | mo8it | |
| 2024-06-26 | Fix tests | mo8it | |
| 2024-06-26 | errors1 solution | mo8it | |
| 2024-05-22 | Remove unneeded pub | mo8it | |
| 2024-04-17 | Clean up and unify exercises | mo8it | |
| 2024-04-17 | Require a main function in all exercises | mo8it | |
| 2024-04-11 | Remove "I AM NOT DONE" and the verify mode and add AppState | mo8it | |
| 2023-10-16 | Update Exercises Directory Names to Reflect Order | Adam Brewer | |
