summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Collapse)Author
2025-11-18Completed till exercise 4anand
2025-09-24Remove use of `map` in early vecs2 exerciseRemo 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-21Fix Clippy chaptermo8it
2025-08-21Merge pull request #2255 from zeonzip/clarify_errors_4_returnMo Bitar
Clarify how to find return type of error4
2025-08-21Merge pull request #2262 from aCactusOrSomething/mainMo Bitar
Fix incorrect book chapter number
2025-07-21Add positive testsdeafloo
This prevents solving the exercise without a real IntegerOverflow
2025-07-18Fix incorrect book chapter numberHud Miller
2025-06-13Clarify how to find return type of error4zeonzip
2025-05-13Merge pull request #2215 from Rudxain/strimMo Bitar
test idempotence of `trim_me` in `strings3.rs`
2025-05-12Apply Clippy lintsmo8it
2025-04-10Change `icecream` to `ice cream`Rahmat Nazali Salimi
2025-04-03Update linksmo8it
2025-04-03Merge pull request #2224 from cassian-goode/patch-1Mo Bitar
Fix typo - errors5.rs
2025-03-31Update README.mdHunter Z
Update the URL while add more reference.
2025-03-25Fix typo - errors5.rscassian-goode
Minor typo correction in exercise instructions
2025-03-07test trim idempotenceRicardo Fernández Serrata
2025-03-02Merge pull request #2213 from peterneave/mainMo Bitar
Use consistent apostrophes in markdown files
2025-02-28Use consistent apostrophes in markdown filesPeter Neave
2024-12-28Co-ordinates -> Coordinatesmo8it
2024-12-13Fix argument comment in test of if2.rsJoel Marcey
2024-11-13clippy3: Make the intent more clearmo8it
2024-10-22threads1: Fix typos in descriptionVincent Ging Ho Yim
2024-10-17Add required type annotationmo8it
2024-10-05Update from_str.rsPolycarbohydrate
2024-09-22Do not use `.as_bytes().len()` on stringsSamuel Tardieu
2024-09-16Merge pull request #2103 from senekor/senk/kvuzvzqqkskkMo
Remove redundant enum definition task
2024-09-14Make if2 less confusingRemo 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-13Allow dead code for all exercises and solutionsmo8it
2024-09-11Remove redundant enum definition taskRemo Senekowitsch
The exercise enums2.rs already contains a task where an identical enum has to be defined.
2024-08-22Use match instead of comparison chainmo8it
2024-08-20threads3: Improve the testmo8it
2024-08-17Remove dot for copy-pastamo8it
2024-08-17Only take a u8 to avoid huge outputmo8it
2024-08-17Add "the"mo8it
2024-08-17Remove unneeded commamo8it
2024-08-17Remove "Hello and"mo8it
2024-08-08Merge pull request #2062 from jimbo5922/jimbo5922-fix-hashmap3-struct-nameMo
update struct name in hashmap3
2024-08-04chore: Fix snakecase convention in errors6.rsMatt 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-01fix: update struct name in hashmap3Yudai Kawabuchi
2024-07-22tests3: Fix panic messagemo8it
2024-07-16fix: Lyche becomes LycheeMikkel ALMONTE--RINGAUD
Small typo.
2024-07-12Improve TODO commentmo8it
2024-07-10move_semantics4: Avoid using the dereference operatormo8it
2024-07-10move_semantics5: Move `main` to the endmo8it
2024-07-08Explain what a factorial is and link to wikipedia for more detailsmo8it
2024-07-08Remove stable from book linksmo8it
2024-07-08errors3: Add a comment to prevent changing the wrong linemo8it
2024-07-08iterators3: Add `IntegerOverflow` error variantmo8it
2024-07-07Improve the comments in cow1mo8it
2024-07-07enums3: Avoid confusion with parenthesesmo8it