| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2022-07-26 | feat(options1): update expected result | Tristan 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-23 | feat: add cow1.rs exercise | Denton24646 | |
| 2022-07-18 | fix(traits5.rs): wrong line number | Tostapunk | |
| 2022-07-16 | feat: add rc1.rs exercise | Denton24646 | |
| 2022-07-16 | fix(traits4.rs): wrong line number | wojexe | |
| fixes #1067 | |||
| 2022-07-16 | fix: make strings3.rs comment wording more clear | wojexe | |
| fixes #1063 | |||
| 2022-07-16 | doc: update book links | mokou | |
| 2022-07-15 | fix(quiz1): change function name | Neil Pate | |
| 2022-07-15 | fix(traits): update hint comments | mokou | |
| 2022-07-15 | feat: add traits5.rs exercise | Sam White | |
| 2022-07-15 | feat: Add traits4.rs exercise | Sam White | |
| 2022-07-15 | feat: Add traits3.rs exercise | Sam White | |
| 2022-07-15 | fix(try_from_into): fix function name | Rod Elias | |
| 2022-07-15 | feat: add lifetimes exercises | jayber | |
| 2022-07-15 | feat: add threads3.rs exercise | exdx | |
| 2022-07-15 | fix: re-add missing done comments | mokou | |
| 2022-07-15 | feat: remove advanced_errs | mokou | |
