index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-08-08
Remove state file and solutions dir from .gitignore
mo8it
2024-08-07
Avoid using `RUSTFLAGS` to not trigger rebuilding, especially in rust-analyzer
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
Hide `cargo build` warnings if there is no output
mo8it
2024-08-01
Fix capacity
mo8it
2024-08-01
Add hint to run `dev check` again after `dev update`
mo8it
2024-08-01
Set stdin to null when running the binary of an exercise
mo8it
2024-07-28
Make the output optional
mo8it
2024-07-28
Run the final check in parallel
mo8it
2024-07-25
Use the rexported crossterm from ratatui
mo8it
2024-07-25
Test initialization
mo8it
2024-07-08
Check is_terminal
mo8it
2024-07-07
Improve some messages
mo8it
2024-07-07
Mark the last exercise as done
mo8it
2024-07-04
Fix tests
mo8it
2024-07-04
Check exercises unsolved
mo8it
2024-07-04
Check for missing TODO comments
mo8it
2024-07-02
Fix typos
mo8it
2024-07-02
Underline "next"
mo8it
2024-07-02
Merge branch 'run-sols-in-parallel'
mo8it
2024-06-14
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-25
Add solutions to bins
mo8it
2024-05-14
Fix typo
mo8it
2024-05-14
Done documentation
mo8it
2024-05-14
Make it more clear that only one char is expected
mo8it
2024-05-14
Remove inline
mo8it
2024-05-14
Document init
mo8it
2024-05-13
Document info_file
mo8it
2024-05-13
Use public comments for public items
mo8it
2024-05-13
Document exercise
mo8it
2024-05-13
Document embedded
mo8it
2024-05-13
Thanks Clippy :)
mo8it
2024-05-13
Don't skip exercises on file changes
mo8it
2024-05-13
Better variable naming
mo8it
[next]