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-10-26
Deduplicate code for printing keys
mo8it
2024-10-17
list: Highlight search match in exercise names
mo8it
2024-10-17
Use the default hasher
mo8it
2024-10-17
Apply new Clippy lints
mo8it
2024-10-14
Fix typos
Nahor
2024-10-14
Limit the maximum number of exercises to 999
mo8it
2024-10-14
Replace ahash with foldhash
mo8it
2024-10-14
Remove unneeded line
mo8it
2024-10-14
Update names
mo8it
2024-10-14
Separate initialization with a struct
mo8it
2024-10-14
Remove outdated comments
mo8it
2024-10-14
Remove the tracking of done and pending
mo8it
2024-10-14
Small improvements to showing progress
mo8it
2024-10-13
Show progress with exercise numbers
mo8it
2024-10-13
Improve check-all command
mo8it
2024-10-10
First PR review changes
mo8it
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
Debounce file change events
mo8it
2024-09-24
Clear terminal before final check in watch mode
mo8it
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-13
Add rust-analyzer.toml on `dev new`
mo8it
2024-09-13
Use Clippy with Rust-Analyzer
mo8it
2024-09-12
Pause input while running an exercise
mo8it
2024-09-12
Improve quit message
mo8it
2024-09-12
Add missing # in comment
mo8it
2024-09-12
hardcode ratoml in init.rs
Ali Bektas
2024-09-12
Add rust-analyzer.toml file
Ali Bektas
2024-09-06
Too polite :P
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
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-03
passes clippy lints and removed extra code from the merge
Adhyan
2024-09-03
replaced enumerate() with position(); converted select_if_matches_search_quer...
Adhyan
2024-09-03
removed unnecessary update_rows() call and minor refactoring
Adhyan
[next]