| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 38 hours | I dont know why this is not pushedmain | anand | |
| 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 | Sync solution | mo8it | |
| 2025-05-13 | Sync solution | mo8it | |
| 2025-05-12 | Apply Clippy lints | mo8it | |
| 2025-03-17 | Remove TODO from 2 solutions | Clément Bœsch | |
| 2025-02-21 | Apply 2024 edition formatting to solutions | mo8it | |
| 2025-02-18 | Fix new Clippy error in solution | mo8it | |
| 2024-12-28 | Co-ordinates -> Coordinates | mo8it | |
| 2024-11-14 | Switch comment style to // | Antoine Dupuis | |
| 2024-11-13 | Add alternative solution using From trait | Antoine Dupuis | |
| 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-17 | hashmap3: Use `or_default` | mo8it | |
| 2024-10-09 | Avoid single char variables | mo8it | |
| 2024-09-22 | Do not use `.as_bytes().len()` on strings | Samuel Tardieu | |
| 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-08-22 | Import Ordering | mo8it | |
| 2024-08-22 | Add missing Clippy allows to solutions | mo8it | |
| 2024-08-22 | Use match instead of comparison chain | mo8it | |
| 2024-08-20 | threads3: Improve the test | mo8it | |
| 2024-08-17 | Only take a u8 to avoid huge output | mo8it | |
| 2024-08-15 | fix typo | Chad Dougherty | |
| Similarely -> Similarly in comment | |||
| 2024-08-09 | Fix typo | mo8it | |
| 2024-08-08 | Add README to the solutions dir | 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 format | Yudai Kawabuchi | |
| 2024-08-01 | fix: update struct name in hashmap3 | Yudai Kawabuchi | |
| 2024-07-22 | tests3: Fix panic message | mo8it | |
| 2024-07-16 | Sync exercise and solution | 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 | Sync comment from exercise | mo8it | |
| 2024-07-08 | iterators3: Add `IntegerOverflow` error variant | mo8it | |
| 2024-07-07 | quiz2: Use repeat | mo8it | |
| 2024-07-07 | Update iterator sol in quiz2.rs | NitinKM | |
| 2024-07-07 | Improve the comments in cow1 | mo8it | |
| 2024-07-07 | enums3: Avoid confusion with parentheses | mo8it | |
| 2024-07-06 | Add newline between functions | mo8it | |
| 2024-07-05 | Improve quizes | mo8it | |
| 2024-07-05 | Use *= | mo8it | |
| 2024-07-05 | Adjust enums exercises | mo8it | |
| 2024-07-05 | Import enum variants in all tests | mo8it | |
| 2024-07-04 | Add alternative solution for iterators5 | Nahor | |
| 2024-07-04 | Fix typo | mo8it | |
| 2024-07-04 | Fix warnings | mo8it | |
| 2024-07-04 | Improve a comment in errors2 | mo8it | |
