index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
Age
Commit message (
Expand
)
Author
2020-11-07
feat(try_from_into): Add tests (#571)
fiplox
2020-11-07
fix(iterators2): Update description (#578)
JP
2020-10-31
feat: Add HashMap exercises
sazid
2020-10-31
feat: Add Vec exercises
sazid
2020-10-13
fix(primitive_types6): remove 'unused doc comment' warning
Matthew Smillie
2020-10-13
fix(primitive_types6): missing comma in test
Matthew Smillie
2020-10-10
feat(primitive_types6): Add a test (#548)
Axel Viala
2020-10-10
fix(quiz3): Second test is for odd numbers, not even. (#553)
Ryan McQuen
2020-10-01
Merge pull request #545 from YJDoc2/main
fmoko
2020-10-01
fix(variables5) : make shadowing more prominent
Yashodhan Joshi
2020-09-27
Merge pull request #522 from calvinbrown085/adding-test-for-false-case
fmoko
2020-09-25
chore: Change point to comma in from_into.rs
Greg Leonard
2020-09-21
Fixing test3 to have enough tests to make sure we test all cases
Calvin Brown
2020-09-19
fix(structs3): Small adjustment of variable name
Jannek Squar
2020-09-18
Merge pull request #489 from mukundbhudia/iterators1
fmoko
2020-09-07
fix(using_as): Add test so that proper type is returned. (#512)
Ryan McQuen
2020-08-27
chore: Removed extra whitespaces
Koalab99
2020-08-26
Make macros4 not compile by default
Samuel Batista
2020-08-25
fix(exercises): adding question mark to quiz2
Antoine Barthelemy
2020-08-24
Make comments on example clearer
John Heath
2020-08-16
fix(arc1): index mod should equal thread count
seeplusplus
2020-08-10
chore: Run rustfmt on exercises
Étienne Barrié
2020-08-04
feat: Added iterators1.rs exercise
Mukund Bhudia
2020-07-13
feat(try_from_into): Add insufficient length test (#469)
Chad Dougherty
2020-07-11
chore: Alter whitespace for consistency
Benjamin Jones
2020-07-08
fix(enums3): Update Message::ChangeColor to take a tuple. (#457)
DEWA Kazuyuki/出羽和之
2020-06-22
Merge pull request #433 from SebastienCaunes/fix#432
fmoko
2020-06-14
fix(arc1): Passively introduce attributes (#429)
Alexx Roche
2020-06-11
fix : Use of integer for prices, therefore also for weight
Sebastien Caunes
2020-06-08
Added example to show the AsRef working
millefalcon
2020-06-06
fix(box1): fix comment typo (#426)
Alexx Roche
2020-06-03
fix: fix quiz naming inconsistency (#421)
Alexx Roche
2020-06-03
fix(variables6): minor typo (#419)
Alexx Roche
2020-05-30
Merge pull request #416 from danwilhelm/traits-readme
fmoko
2020-05-30
Merge pull request #409 from AlexandruGG/feature/box-exercise
fmoko
2020-05-28
feat: Add traits README
Dan Wilhelm
2020-05-29
Merge pull request #410 from tsauvajon/fix-option1
fmoko
2020-05-27
chore: Limit generics3 lines to 90 chars
Dan Wilhelm
2020-05-27
Address PR feedback: add tests
AlexandruGG
2020-05-27
fix(option1): Don't add only zeros to the numbers array
Thomas Sauvajon
2020-05-26
feat: Add box1.rs exercise
AlexandruGG
2020-05-25
fix: confine the user further in variable exercises
Evan Carroll
2020-05-20
chore: remove struct2 hint comment
Jade McGough
2020-05-19
feat: renames test to quiz, fixes #244
Sanjay K
2020-05-19
Merge pull request #365 from sjmann/generics-2-fix
fmoko
2020-05-16
fix(option2): Add TODO to comments (#400)
Stefan Kupresak
2020-05-15
feat: Rewrite try_from_into (#393)
IkaR49
2020-05-13
fix(test2): name of type String and &str (#394)
Gaurang Tandon
2020-05-06
fix(errorsn): Try harder to confine the user. (#388)
Evan Carroll
2020-05-04
Update Message::Move in the enums3 test to take a Point.
Siobhan Jacobson
[next]