index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2024-09-03
passes clippy lints and removed extra code from the merge
Adhyan
2024-09-03
merge of origin/main
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
2024-09-03
moved continue to end of if-block
Adhyan
2024-09-02
Merge branch 'main' of https://github.com/frroossst/rustlings
Adhyan
2024-09-02
fixed clippy lints
Adhyan
2024-09-02
Merge branch 'rust-lang:main' into main
Adhyan H. Patel
2024-09-02
search now filters the list first
Adhyan
2024-09-02
escape/enter no longer exits the list, exits only the search
Adhyan
2024-09-02
Merge pull request #2097 from jsejcksn/ux
Mo
[next]