index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dev
Age
Commit message (
Expand
)
Author
2024-04-25
Name the exercises' package `exercises`
mo8it
2024-04-25
Replace `mode` by `test` and `strict_clippy`
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
Fix the generated Cargo.toml after rustlings init
mo8it
2024-04-21
Rename constant
mo8it
2024-04-18
Only take a reference
mo8it
2024-04-17
Require a main function in all exercises
mo8it
2024-04-17
Trim before checking if the hint is empty
mo8it
2024-04-17
Check for empty field values
mo8it
2024-04-17
Print the path of the missing file
mo8it
2024-04-17
Check the info file
mo8it
2024-04-17
Fix typo
mo8it
2024-04-17
Check the format version in `dev check`
mo8it
2024-04-17
Add "dev update"
mo8it
2024-04-16
Fix typo
mo8it
2024-04-16
Add comment about keeping dependencies
mo8it
2024-04-16
Add the mode field
mo8it
2024-04-16
Tell about updating Cargo.toml
mo8it
2024-04-16
Update Cargo.toml on `dev check`
mo8it
2024-04-16
Fix typo
mo8it
2024-04-16
Done `dev init`
mo8it
2024-04-15
Scetch the dev subcommand
mo8it