summaryrefslogtreecommitdiff
path: root/exercises/enums
AgeCommit message (Expand)Author
2023-09-21chore: fix comment in enums3.rsOfir Lauber
2023-09-13Fixed formatting with rust-analyzerJon Erling Hustadnes
2023-06-16fix(enums3): modify message string in testMohammed Sadiq
2023-06-12Merge branch 'main' into comment_cleanupliv
2023-06-08fix(enums3): add test for messageIVIURARY
2023-05-29docs: cleanup the explanation paragraphs at the start of each exercise.Robert Fry
2022-12-30chore: update enums3.rs addressing extra parentheses usage with tuplesHerschelW
2022-12-23fix(enums3): add extra tuple commentliv
2022-12-09fix: Remove superfluous &self indirectionTyson Liddell
2022-07-14feat(enums3): add hint comment, remove enums1 hintmokou
2022-07-11chore: remove mod.rs files and exercises featuremokou
2022-03-29fix: Include exercises folder in the project structure behind a feature (#917)x-hgg-x
2021-04-23docs(exercises): updated all exercises readme filesZerotask
2020-08-27chore: Removed extra whitespacesKoalab99
2020-08-10chore: Run rustfmt on exercisesÉtienne Barrié
2020-07-08fix(enums3): Update Message::ChangeColor to take a tuple. (#457)DEWA Kazuyuki/出羽和之
2020-05-04Update Message::Move in the enums3 test to take a Point.Siobhan Jacobson
2020-01-25Fixed mangled sentence from book; edited for clarityPaul Bissex
2019-11-24Add link to chapter on pattern syntaxJens
2019-11-11Merge branch 'master' into refactor-hintsmarisa
2019-11-11feat: Refactor hint systemmarisa
2019-11-11feat: improve `watch` execution modeRoberto Vidal
2019-10-28feat: Add enums exercisesThomas Holloway