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
2025-06-28
Don't ignore `.rustlings-state.txt` in `.gitignore` of `rustlings dev new`
mo8it
2025-05-17
third-party/custom -> community
mo8it
2025-05-16
Add dev alias
mo8it
2025-02-21
Update the edition of the solution format checker
mo8it
2025-02-18
Upgrade to edition 2024
mo8it
2024-10-17
Use the default hasher
mo8it
2024-10-14
Fix typos
Nahor
2024-10-14
Limit the maximum number of exercises to 999
mo8it
2024-09-13
Add rust-analyzer.toml on `dev new`
mo8it
2024-09-06
Too polite :P
mo8it
2024-09-06
Use the thread builder and handle the spawn error
mo8it
2024-08-28
Use a Vec for the name col padding
mo8it
2024-08-28
Check the exercise name length
mo8it
2024-08-20
Leak info_file and cmd_runner in `dev check`
mo8it
2024-08-20
Use anyhow!
mo8it
2024-08-20
Check if exercise doesn't contain tests
mo8it
2024-08-20
Check for `#[test]` with newline at the end
mo8it
2024-08-19
Show progress of `dev check`
mo8it
2024-08-08
Use fixed seeds with ahash
mo8it
2024-08-08
Replace hashbrown with ahash
Remo Senekowitsch
2024-08-08
Remove state file and solutions dir from .gitignore
mo8it
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-07
Improve some messages
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-25
Don't ignore .vscode/extensions.json when developing third-party exercises
mo8it
2024-04-25
Name the exercises' package `exercises`
mo8it
[next]