summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Collapse)Author
2023-01-01moved iterator exercisesseporterfield
2023-01-01moved iterator exercisesseporterfield
2023-01-01moved iterator exercisesseporterfield
2023-01-01refactoring standard_library_types as iteratorsseporterfield
2023-01-01moved rc to smart_pointersseporterfield
2023-01-01moved cow to smart_pointersseporterfield
2023-01-01moved box to smart_pointersseporterfield
2023-01-01move arc to smart_pointersseporterfield
2022-12-30chore: update enums3.rs addressing extra parentheses usage with tuplesHerschelW
2022-12-23fix(enums3): add extra tuple commentliv
2022-12-23Merge pull request #1279 from tkburis/mainliv
Minor changes
2022-12-23Merge pull request #1293 from tysonliddell/fix_self_parameterliv
fix: Remove superfluous &self indirection
2022-12-20fix(hashmaps3): fix typo in todo hintWilliam Webb
2022-12-09fix: Remove superfluous &self indirectionTyson Liddell
2022-11-24chore: tidied up unmatched backticksTK Buristrakul
2022-11-24chore: added more descriptive TODOsTK Buristrakul
2022-11-24chore: minor change in commentTK Buristrakul
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