summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Collapse)Author
2022-11-06style: format errors6 with rustfmtmfurak
2022-11-06style: format errors5 with rustfmtmfurak
2022-10-26Merge pull request #1246 from tfpk/patch-1liv
feat(macros-readme): Add link to MacroKata
2022-10-24feat(macros-readme): Add link to MacroKataTom Kunc
2022-10-21fix: Revert deref changeArkid
Revert the addition of a deref in PR #1192 by me, which should not be there. Apologies for the inconvenience caused.
2022-10-18Merge pull request #1192 from aaarkid/patch-1liv
fix: Add a deref in the test code
2022-10-17style: explicitly use Arc::cloneMatthew Van Schellebeeck
2022-10-11docs(options1): fix and clarify 24 hour time instructionbhbuehler
2022-10-04Added spaces around *Duchoud Nicolas
2022-10-04additional test for feesDuchoud Nicolas
2022-09-12fix(quiz2): fix comment regarding hintsTiago De Gaspari
Change the comment on quiz2.rs, since there are no hints.
2022-09-09fix: Add a deref in the test codeArkid
It's virtually impossible to write a the `num_sq` function to take the Box since it doesn't implement `MulAssign`.
2022-09-06Merge pull request #1171 from memark/patch-1liv
Add quotes for readability of output
2022-09-06fix(quiz1): add fourth assertliv
2022-09-06fix(quiz1): correct explanation once againliv
2022-08-28Add quotesMagnus Markling
2022-08-28Add quotesMagnus Markling
2022-08-242nd assert is for greater than or equal to, not "more than" like it says in ↵Kody Low
the instructions
2022-08-17chore: make options2 not compile deliberatelymagnusrodseth
2022-08-17test: Convert main function to working testsmagnusrodseth
2022-08-17Update options1.rsvostok92
Fix assertions
2022-08-16Merge branch 'main' into rc-exerciseliv
2022-08-16Merge pull request #1103 from exdx/feat/cowliv
feat: add cow1.rs exercise
2022-08-15Update options1.rsNico Vromans
Added extra test for before 10PM and updated the test for at 10PM (when it's 10PM there should already not be any ice cream left, as per the description). Also fixed the `raw_value` test, as it is later than 10PM, so there should be no more ice cream left.
2022-08-11fix(options1): remove unused codeMarkus Boehme
Since rewriting the exercise in commit 06e4fd376586 the print_number function goes unused. Remove it.
2022-08-11Merge pull request #1131 from johnmendel/mainliv
fix(traits5): make exercise prefer trait-based solution
2022-08-11Merge pull request #1132 from brianfakhoury/patch-1liv
Fix minor spelling
2022-08-09fix(macros-readme): update the book link to the more recent version of the bookMouwrice
2022-08-08Fix minor spellingBrian Fakhoury
2022-08-07fix(traits5): make exercise prefer trait-based solutionJohn Mendelewski III
closes #1088
2022-08-03Merge pull request #1112 from tvkn/feat/options1/update-expected-resultliv
feat(options1): update expected result
2022-08-03feat(errors5): add simpler explanation for box dynmokou
2022-07-30refactor(box1): prefer todo! over unimplemented!Lioness100
2022-07-26feat(options1): update expected resultTristan Nicholls
Expected result is updated to better showcase the difference between - a valid result with no ice-creams `Some(0)`, and - an invalid result `None`.
2022-07-23feat: add cow1.rs exerciseDenton24646
2022-07-18fix(traits5.rs): wrong line numberTostapunk
2022-07-16feat: add rc1.rs exerciseDenton24646
2022-07-16fix(traits4.rs): wrong line numberwojexe
fixes #1067
2022-07-16fix: make strings3.rs comment wording more clearwojexe
fixes #1063
2022-07-16doc: update book linksmokou
2022-07-15fix(quiz1): change function nameNeil Pate
2022-07-15fix(traits): update hint commentsmokou
2022-07-15feat: add traits5.rs exerciseSam White
2022-07-15feat: Add traits4.rs exerciseSam White
2022-07-15feat: Add traits3.rs exerciseSam White
2022-07-15fix(try_from_into): fix function nameRod Elias
2022-07-15feat: add lifetimes exercisesjayber
2022-07-15feat: add threads3.rs exerciseexdx
2022-07-15fix: re-add missing done commentsmokou
2022-07-15feat: remove advanced_errsmokou