index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-07-12
Improve TODO comment
mo8it
2024-07-10
chore: Release
mo8it
2024-07-10
Update CHANGELOG
mo8it
2024-07-10
move_semantics2: Mention cloning in the hint
mo8it
2024-07-10
Add note about iterating over Option
mo8it
2024-07-10
move_semantics4: Avoid using the dereference operator
mo8it
2024-07-10
move_semantics5: Move `main` to the end
mo8it
2024-07-10
Update deps
mo8it
2024-07-10
Merge pull request #2037 from jaads/fix-iterators-2-hint
Mo
2024-07-10
updated variable name in hint
Jan Arends
2024-07-08
Fix typo
mo8it
2024-07-08
Explain what a factorial is and link to wikipedia for more details
mo8it
2024-07-08
Remove stable from book links
mo8it
2024-07-08
Add hint about string concatination with +
mo8it
2024-07-08
Sync comment from exercise
mo8it
2024-07-08
errors3: Add a comment to prevent changing the wrong line
mo8it
2024-07-08
iterators3: Add `IntegerOverflow` error variant
mo8it
2024-07-08
Check is_terminal
mo8it
2024-07-07
quiz2: Use repeat
mo8it
2024-07-07
Merge pull request #2031 from NewtonChutney/patch-1
Mo
2024-07-07
Update iterator sol in quiz2.rs
NitinKM
2024-07-07
Improve the comments in cow1
mo8it
2024-07-07
Improve some messages
mo8it
2024-07-07
This'll -> This will
mo8it
2024-07-07
enums3: Avoid confusion with parentheses
mo8it
2024-07-07
Mark the last exercise as done
mo8it
2024-07-07
Fix link on website
mo8it
2024-07-06
Add newline between functions
mo8it
2024-07-06
Add comma
mo8it
2024-07-06
Merge pull request #2027 from yerke/patch-2
Mo
2024-07-06
Merge pull request #2026 from yerke/patch-1
Mo
2024-07-06
Fix formatting in strings4.rs
Yerkebulan Tulibergenov
2024-07-06
Fix typo in structs3.rs
Yerkebulan Tulibergenov
2024-07-06
Merge pull request #2025 from mre/patch-1
Mo
2024-07-06
Fix typo in `THIRD_PARTY_EXERCISES.md`
Matthias Endler
2024-07-06
Merge pull request #2022 from matthewjnield/main
Mo
2024-07-05
chore: Update errors5.rs exercise to be consistent with solution
Matt Nield
2024-07-05
Merge pull request #2021 from matthewjnield/main
Mo
2024-07-05
Improve quizes
mo8it
2024-07-05
Improve wording in quiz1
mo8it
2024-07-05
Use *=
mo8it
2024-07-05
fix: Add clarification to instructions for hashmaps2.rs
Matt Nield
2024-07-05
Adjust enums exercises
mo8it
2024-07-05
Import enum variants in all tests
mo8it
2024-07-05
Merge pull request #1774 from matthri/fix-enum-variant-inconsistency
Mo
2024-07-05
Readd "structs"
mo8it
2024-07-05
Merge remote-tracking branch 'upstream/main' into fix-enum-variant-inconsistency
mo8it
2024-07-05
Merge pull request #2019 from Nahor/iterator5
Mo
2024-07-04
Add alternative solution for iterators5
Nahor
2024-07-04
Fix tests
mo8it
[next]