| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-01 | moved iterator exercises | seporterfield | |
| 2023-01-01 | moved iterator exercises | seporterfield | |
| 2023-01-01 | moved iterator exercises | seporterfield | |
| 2023-01-01 | refactoring standard_library_types as iterators | seporterfield | |
| 2023-01-01 | moved rc to smart_pointers | seporterfield | |
| 2023-01-01 | moved cow to smart_pointers | seporterfield | |
| 2023-01-01 | moved box to smart_pointers | seporterfield | |
| 2023-01-01 | move arc to smart_pointers | seporterfield | |
| 2022-12-30 | chore: update enums3.rs addressing extra parentheses usage with tuples | HerschelW | |
| 2022-12-23 | fix(enums3): add extra tuple comment | liv | |
| 2022-12-23 | Merge pull request #1279 from tkburis/main | liv | |
| Minor changes | |||
| 2022-12-23 | Merge pull request #1293 from tysonliddell/fix_self_parameter | liv | |
| fix: Remove superfluous &self indirection | |||
| 2022-12-20 | fix(hashmaps3): fix typo in todo hint | William Webb | |
| 2022-12-09 | fix: Remove superfluous &self indirection | Tyson Liddell | |
| 2022-11-24 | chore: tidied up unmatched backticks | TK Buristrakul | |
| 2022-11-24 | chore: added more descriptive TODOs | TK Buristrakul | |
| 2022-11-24 | chore: minor change in comment | TK Buristrakul | |
| 2022-11-06 | style: format errors6 with rustfmt | mfurak | |
| 2022-11-06 | style: format errors5 with rustfmt | mfurak | |
| 2022-10-26 | Merge pull request #1246 from tfpk/patch-1 | liv | |
| feat(macros-readme): Add link to MacroKata | |||
| 2022-10-24 | feat(macros-readme): Add link to MacroKata | Tom Kunc | |
| 2022-10-21 | fix: Revert deref change | Arkid | |
| Revert the addition of a deref in PR #1192 by me, which should not be there. Apologies for the inconvenience caused. | |||
| 2022-10-18 | Merge pull request #1192 from aaarkid/patch-1 | liv | |
| fix: Add a deref in the test code | |||
| 2022-10-17 | style: explicitly use Arc::clone | Matthew Van Schellebeeck | |
| 2022-10-11 | docs(options1): fix and clarify 24 hour time instruction | bhbuehler | |
| 2022-10-04 | Added spaces around * | Duchoud Nicolas | |
| 2022-10-04 | additional test for fees | Duchoud Nicolas | |
| 2022-09-12 | fix(quiz2): fix comment regarding hints | Tiago De Gaspari | |
| Change the comment on quiz2.rs, since there are no hints. | |||
| 2022-09-09 | fix: Add a deref in the test code | Arkid | |
| It's virtually impossible to write a the `num_sq` function to take the Box since it doesn't implement `MulAssign`. | |||
| 2022-09-06 | Merge pull request #1171 from memark/patch-1 | liv | |
| Add quotes for readability of output | |||
| 2022-09-06 | fix(quiz1): add fourth assert | liv | |
| 2022-09-06 | fix(quiz1): correct explanation once again | liv | |
| 2022-08-28 | Add quotes | Magnus Markling | |
| 2022-08-28 | Add quotes | Magnus Markling | |
| 2022-08-24 | 2nd assert is for greater than or equal to, not "more than" like it says in ↵ | Kody Low | |
| the instructions | |||
| 2022-08-17 | chore: make options2 not compile deliberately | magnusrodseth | |
| 2022-08-17 | test: Convert main function to working tests | magnusrodseth | |
| 2022-08-17 | Update options1.rs | vostok92 | |
| Fix assertions | |||
| 2022-08-16 | Merge branch 'main' into rc-exercise | liv | |
| 2022-08-16 | Merge pull request #1103 from exdx/feat/cow | liv | |
| feat: add cow1.rs exercise | |||
| 2022-08-15 | Update options1.rs | Nico 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-11 | fix(options1): remove unused code | Markus Boehme | |
| Since rewriting the exercise in commit 06e4fd376586 the print_number function goes unused. Remove it. | |||
| 2022-08-11 | Merge pull request #1131 from johnmendel/main | liv | |
| fix(traits5): make exercise prefer trait-based solution | |||
| 2022-08-11 | Merge pull request #1132 from brianfakhoury/patch-1 | liv | |
| Fix minor spelling | |||
| 2022-08-09 | fix(macros-readme): update the book link to the more recent version of the book | Mouwrice | |
| 2022-08-08 | Fix minor spelling | Brian Fakhoury | |
| 2022-08-07 | fix(traits5): make exercise prefer trait-based solution | John Mendelewski III | |
| closes #1088 | |||
| 2022-08-03 | Merge pull request #1112 from tvkn/feat/options1/update-expected-result | liv | |
| feat(options1): update expected result | |||
| 2022-08-03 | feat(errors5): add simpler explanation for box dyn | mokou | |
| 2022-07-30 | refactor(box1): prefer todo! over unimplemented! | Lioness100 | |
