index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-10-04
Add command line command to check all exercises
Nahor
2024-10-02
Show a progress bar when running check_all
Nahor
2024-10-02
Limit the amount of parallelism in check_all
Nahor
2024-10-02
Use a channel to update the check_all progress
Nahor
2024-10-02
Add command to check all the exercises
Nahor
2024-10-02
Update all exercises during the final check
Nahor
2024-09-26
Reset in prompt with confirmation
mo8it
2024-09-26
Replace three dots with dot in hint
mo8it
2024-09-26
Update deps
mo8it
2024-09-26
Debounce file change events
mo8it
2024-09-24
Clear terminal before final check in watch mode
mo8it
2024-09-22
Merge pull request #2114 from samueltardieu/push-ptorzrrnmxyp
Mo
2024-09-22
Do not use `.as_bytes().len()` on strings
Samuel Tardieu
2024-09-18
Only handle file changes for the current exercise, no jumping back
mo8it
2024-09-18
Optimize the file watcher
mo8it
2024-09-17
Update deps
mo8it
2024-09-16
Merge pull request #2103 from senekor/senk/kvuzvzqqkskk
Mo
2024-09-16
Merge pull request #2110 from senekor/remo/skkynvtqxkoz
Mo
2024-09-14
Merge pull request #2109 from bri-rose/main
Mo
2024-09-14
Make if2 less confusing
Remo Senekowitsch
2024-09-13
Update info.toml
bri-rose
2024-09-13
Add rust-analyzer.toml on `dev new`
mo8it
2024-09-13
Use Clippy with Rust-Analyzer
mo8it
2024-09-13
<s>earch isn't a typo
mo8it
2024-09-13
Move lint to Rust lints
mo8it
2024-09-13
Allow dead code for all exercises and solutions
mo8it
2024-09-12
Pause input while running an exercise
mo8it
2024-09-12
Improve quit message
mo8it
2024-09-12
Update deps
mo8it
2024-09-12
Add missing # in comment
mo8it
2024-09-12
Merge pull request #2107 from alibektas/ratoml_for_rustlings
Mo
2024-09-12
hardcode ratoml in init.rs
Ali Bektas
2024-09-12
Add rust-analyzer.toml file
Ali Bektas
2024-09-11
Remove redundant enum definition task
Remo Senekowitsch
2024-09-06
Too polite :P
mo8it
2024-09-06
Fix dev check in official repo
mo8it
2024-09-06
Use the thread builder and handle the spawn error
mo8it
2024-09-05
Avoid asking for terminal size on each rendering
mo8it
2024-09-05
Add error message when unable to get terminal size
mo8it
2024-09-05
Only render when needed
mo8it
2024-09-05
Remove unused import
mo8it
2024-09-05
Simplify handling terminal events for unbuffered stdin
mo8it
2024-09-05
Hide input and disable its line buffering
mo8it
2024-09-05
Update deps
mo8it
2024-09-05
Create solution even if the solution's directory is missing
mo8it
2024-09-04
Canonicalize exercise paths only once
mo8it
2024-09-04
Match filter once
mo8it
2024-09-04
Simplify handling `p` in list
mo8it
2024-09-04
Final touches to searching
mo8it
2024-09-04
Merge pull request #2098 from frroossst/main
Mo
[next]