| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-24 | Remove use of `map` in early vecs2 exercise | Remo Senekowitsch | |
| Students do not have the necessary knowledge at this point to understand what's happening with the iterator combinators. This topic is covered well by the dedicated exercises about iterators later. closes #2102 | |||
| 2025-08-21 | Fix Clippy chapter | mo8it | |
| 2025-08-21 | Merge pull request #2255 from zeonzip/clarify_errors_4_return | Mo Bitar | |
| Clarify how to find return type of error4 | |||
| 2025-08-21 | Merge pull request #2262 from aCactusOrSomething/main | Mo Bitar | |
| Fix incorrect book chapter number | |||
| 2025-07-21 | Add positive tests | deafloo | |
| This prevents solving the exercise without a real IntegerOverflow | |||
| 2025-07-18 | Fix incorrect book chapter number | Hud Miller | |
| 2025-06-13 | Clarify how to find return type of error4 | zeonzip | |
| 2025-05-13 | Merge pull request #2215 from Rudxain/strim | Mo Bitar | |
| test idempotence of `trim_me` in `strings3.rs` | |||
| 2025-05-12 | Apply Clippy lints | mo8it | |
| 2025-04-10 | Change `icecream` to `ice cream` | Rahmat Nazali Salimi | |
| 2025-04-03 | Update links | mo8it | |
| 2025-04-03 | Merge pull request #2224 from cassian-goode/patch-1 | Mo Bitar | |
| Fix typo - errors5.rs | |||
| 2025-03-31 | Update README.md | Hunter Z | |
| Update the URL while add more reference. | |||
| 2025-03-25 | Fix typo - errors5.rs | cassian-goode | |
| Minor typo correction in exercise instructions | |||
| 2025-03-07 | test trim idempotence | Ricardo Fernández Serrata | |
| 2025-03-02 | Merge pull request #2213 from peterneave/main | Mo Bitar | |
| Use consistent apostrophes in markdown files | |||
| 2025-02-28 | Use consistent apostrophes in markdown files | Peter Neave | |
| 2024-12-28 | Co-ordinates -> Coordinates | mo8it | |
| 2024-12-13 | Fix argument comment in test of if2.rs | Joel Marcey | |
| 2024-11-13 | clippy3: Make the intent more clear | mo8it | |
| 2024-10-22 | threads1: Fix typos in description | Vincent Ging Ho Yim | |
| 2024-10-17 | Add required type annotation | mo8it | |
| 2024-10-05 | Update from_str.rs | Polycarbohydrate | |
| 2024-09-22 | Do not use `.as_bytes().len()` on strings | Samuel Tardieu | |
| 2024-09-16 | Merge pull request #2103 from senekor/senk/kvuzvzqqkskk | Mo | |
| Remove redundant enum definition task | |||
| 2024-09-14 | Make if2 less confusing | Remo Senekowitsch | |
| Some people would get stuck on this exercise, trying to understand the meaning behind foo, fuzz, baz etc. Making the theme of the code make a little more sense to humans should hopefully prevent people from getting confused by abstract and non-sensical tests. | |||
| 2024-09-13 | Allow dead code for all exercises and solutions | mo8it | |
| 2024-09-11 | Remove redundant enum definition task | Remo Senekowitsch | |
| The exercise enums2.rs already contains a task where an identical enum has to be defined. | |||
| 2024-08-22 | Use match instead of comparison chain | mo8it | |
| 2024-08-20 | threads3: Improve the test | mo8it | |
| 2024-08-17 | Remove dot for copy-pasta | mo8it | |
| 2024-08-17 | Only take a u8 to avoid huge output | mo8it | |
| 2024-08-17 | Add "the" | mo8it | |
| 2024-08-17 | Remove unneeded comma | mo8it | |
| 2024-08-17 | Remove "Hello and" | mo8it | |
| 2024-08-08 | Merge pull request #2062 from jimbo5922/jimbo5922-fix-hashmap3-struct-name | Mo | |
| update struct name in hashmap3 | |||
| 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-08-01 | fix: update struct name in hashmap3 | Yudai Kawabuchi | |
| 2024-07-22 | tests3: Fix panic message | mo8it | |
| 2024-07-16 | fix: Lyche becomes Lychee | Mikkel ALMONTE--RINGAUD | |
| Small typo. | |||
| 2024-07-12 | Improve TODO comment | mo8it | |
| 2024-07-10 | move_semantics4: Avoid using the dereference operator | mo8it | |
| 2024-07-10 | move_semantics5: Move `main` to the end | mo8it | |
| 2024-07-08 | Explain what a factorial is and link to wikipedia for more details | mo8it | |
| 2024-07-08 | Remove stable from book links | mo8it | |
| 2024-07-08 | errors3: Add a comment to prevent changing the wrong line | mo8it | |
| 2024-07-08 | iterators3: Add `IntegerOverflow` error variant | mo8it | |
| 2024-07-07 | Improve the comments in cow1 | mo8it | |
| 2024-07-07 | enums3: Avoid confusion with parentheses | mo8it | |
| 2024-07-06 | Add comma | mo8it | |
