index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
/
enums
Age
Commit message (
Expand
)
Author
2023-06-16
fix(enums3): modify message string in test
Mohammed Sadiq
2023-06-12
Merge branch 'main' into comment_cleanup
liv
2023-06-08
fix(enums3): add test for message
IVIURARY
2023-05-29
docs: cleanup the explanation paragraphs at the start of each exercise.
Robert Fry
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-09
fix: Remove superfluous &self indirection
Tyson Liddell
2022-07-14
feat(enums3): add hint comment, remove enums1 hint
mokou
2022-07-11
chore: remove mod.rs files and exercises feature
mokou
2022-03-29
fix: Include exercises folder in the project structure behind a feature (#917)
x-hgg-x
2021-04-23
docs(exercises): updated all exercises readme files
Zerotask
2020-08-27
chore: Removed extra whitespaces
Koalab99
2020-08-10
chore: Run rustfmt on exercises
Étienne Barrié
2020-07-08
fix(enums3): Update Message::ChangeColor to take a tuple. (#457)
DEWA Kazuyuki/出羽和之
2020-05-04
Update Message::Move in the enums3 test to take a Point.
Siobhan Jacobson
2020-01-25
Fixed mangled sentence from book; edited for clarity
Paul Bissex
2019-11-24
Add link to chapter on pattern syntax
Jens
2019-11-11
Merge branch 'master' into refactor-hints
marisa
2019-11-11
feat: Refactor hint system
marisa
2019-11-11
feat: improve `watch` execution mode
Roberto Vidal
2019-10-28
feat: Add enums exercises
Thomas Holloway