index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dev
/
check.rs
Age
Commit message (
Expand
)
Author
2024-08-08
Replace hashbrown with ahash
Remo Senekowitsch
2024-08-07
Fix exercise name shift in exercise check
mo8it
2024-08-02
Use `trim_ascii` instead of `trim`
mo8it
2024-08-02
Stop on first exercise solved
mo8it
2024-08-01
Remove newline
mo8it
2024-08-01
Fix rustfmt option
mo8it
2024-08-01
Fix tests
mo8it
2024-08-01
Run rustfmt on solutions in `dev check`
mo8it
2024-08-01
Refactor check_solutions
mo8it
2024-08-01
Improve the runner
mo8it
2024-08-01
Add hint to run `dev check` again after `dev update`
mo8it
2024-07-28
Make the output optional
mo8it
2024-07-04
Check exercises unsolved
mo8it
2024-07-04
Check for missing TODO comments
mo8it
2024-07-02
Fix typos
mo8it
2024-06-10
Run solutions in parallel
mo8it
2024-06-02
Add --require-solutions option to `dev check`
mo8it
2024-06-02
Check for unexpected files in the solutions dir
mo8it
2024-06-01
Print the exercise solution on check
mo8it
2024-06-01
Don't try to check a solution that doesn't exist
mo8it
2024-06-01
Check that all solutions run successfully
mo8it
2024-06-01
Change condition order
mo8it
2024-06-01
Update the bins buffer capacity
mo8it
2024-05-01
Document dev
mo8it
2024-05-01
Check for tests while test=false
mo8it
2024-04-25
Include dev/Cargo.toml
mo8it
2024-04-25
Thanks Clippy :D
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
Add comment about keeping dependencies
mo8it
2024-04-16
Tell about updating Cargo.toml
mo8it
2024-04-16
Update Cargo.toml on `dev check`
mo8it
2024-04-15
Scetch the dev subcommand
mo8it