index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-04-25
Fix tests
mo8it
2024-04-25
Replace `mode` by `test` and `strict_clippy`
mo8it
2024-04-25
Use write macros instead of write_fmt
mo8it
2024-04-25
Use os_pipe
mo8it
2024-04-24
Fix tests
mo8it
2024-04-24
Update Cargo.lock
mo8it
2024-04-24
Update Cargo.toml files
mo8it
2024-04-24
Update dependency
mo8it
2024-04-24
Merge branch 'main'
mo8it
2024-04-24
Add --locked
mo8it
2024-04-24
Merge pull request #1955 from rust-lang/solutions
Mo
Solutions
2024-04-24
Dump solution and show its path
mo8it
2024-04-24
Preallocate path
mo8it
2024-04-24
Use the embedded info.toml in debug mode
mo8it
2024-04-24
Don't write solutions in debug mode
mo8it
2024-04-24
Write the solution file on done
mo8it
2024-04-23
Refactor embedded files to add solutions
mo8it
2024-04-23
Update deps
mo8it
2024-04-23
Add README to the quizzes directory
mo8it
2024-04-22
Move quizzes
mo8it
2024-04-22
Document dev commands
mo8it
2024-04-22
Add --no-git
mo8it
2024-04-22
Third-party exercises should be in a separate Git repo
mo8it
2024-04-21
dev init -> dev new PATH
mo8it
2024-04-21
Add a disclaimer to the state file
mo8it
2024-04-21
Add a confirmation prompt to the init subcommand
mo8it
2024-04-21
Fix the generated Cargo.toml after rustlings init
mo8it
2024-04-21
Catch the usage of the old method
mo8it
2024-04-21
Update deps
mo8it
2024-04-21
Rename constant
mo8it
2024-04-21
Ignore all lock files but the one in root
mo8it
2024-04-19
Update deps
mo8it
2024-04-18
Make the exercise name option for the hint subcommand
mo8it
2024-04-18
Update README
mo8it
2024-04-18
Bring back the thanks to contributors ❤️
mo8it
2024-04-18
Merge pull request #1952 from rust-lang/remove-all-contributors
Mo
Remove all contributors
2024-04-18
Remove README reference
mo8it
2024-04-18
Remove "All-Contributors"
mo8it
2024-04-18
Merge pull request #1949 from rust-lang/third-party-exercises
Mo
Support for third-party exercises
2024-04-18
Improve resetting
mo8it
2024-04-18
Only take a reference
mo8it
2024-04-18
Place mods under all imports
mo8it
2024-04-18
Disable init command during development
mo8it
2024-04-18
Move constant
mo8it
2024-04-18
Use git stash to reset third-party exercises
mo8it
2024-04-18
Avoid an unneeded syscall
mo8it
2024-04-17
Fix tests
mo8it
2024-04-17
Clean up and unify exercises
mo8it
2024-04-17
Require a main function in all exercises
mo8it
2024-04-17
Trim before checking if the hint is empty
mo8it
[next]