index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-08-26
Only trigger write when needed
mo8it
2024-08-26
Fix list on terminals that don't disable line wrapping
mo8it
2024-08-26
Use the correct environment variable
mo8it
2024-08-26
Disable terminal links in VS-Code
mo8it
2024-08-26
Darker highlighting in the list
mo8it
2024-08-26
File link in the list? No problem :D
mo8it
2024-08-26
Only reset color and underline after link
mo8it
2024-08-26
LOL, swapped colors
mo8it
2024-08-26
Newline after resetting attributes
mo8it
2024-08-26
Take stdout as argument in watch mode
mo8it
2024-08-25
Lower the maximum scroll padding
mo8it
2024-08-25
Add disallowed types and methods in Clippy
mo8it
2024-08-25
Use queue instead of Stylize
mo8it
2024-08-25
Update deps
mo8it
2024-08-25
Merge branch 'rm-ratatui'
mo8it
2024-08-25
Final touches :D
mo8it
2024-08-25
Almost done with list
mo8it
2024-08-24
Separate drawing rows
mo8it
2024-08-24
Use the full length for the wide footer
mo8it
2024-08-24
Highlight selected row
mo8it
2024-08-24
Almost done with list display
mo8it
2024-08-24
Don't exit the list on "to current" if nothing is selected
mo8it
2024-08-24
Start list without Ratatui
mo8it
2024-08-22
Import Ordering
mo8it
2024-08-22
Add missing Clippy allows to solutions
mo8it
2024-08-22
Use match instead of comparison chain
mo8it
2024-08-22
Always use strict Clippy when checking solutions
mo8it
2024-08-20
Push newline after running an exercise instead on each rendering
mo8it
2024-08-20
Highlight the solution file
mo8it
2024-08-20
Leak info_file and cmd_runner in `dev check`
mo8it
2024-08-20
Use anyhow!
mo8it
2024-08-20
Improve readability
mo8it
2024-08-20
Improve error message if no exercise exists
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-20
threads3: Improve the test
mo8it
2024-08-20
Remove `--show-output` for tests and use `--format pretty`
mo8it
2024-08-19
Show progress of `dev check`
mo8it
2024-08-19
"Continue at" quits the list
mo8it
2024-08-19
Update deps
mo8it
2024-08-17
Update deps
mo8it
2024-08-17
Break help footer on narrow terminals
mo8it
2024-08-17
Restore the terminal after an error in the list
mo8it
2024-08-17
Disable mouse in the list
mo8it
2024-08-17
q only quits the list
mo8it
2024-08-17
Make it clear that reset only resets one exercise
mo8it
2024-08-17
Remove dot for copy-pasta
mo8it
2024-08-17
Only take a u8 to avoid huge output
mo8it
2024-08-17
Add "the"
mo8it
2024-08-17
Remove unneeded comma
mo8it
[next]