index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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
Made the list of exercises searchable, ref #2093
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 ↵
Adhyan
select_if_matches_search_query to apply_search_query
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
style: reduce pre-formatted message line lengths to 80 columns
2024-09-01
Merge branch 'main' of https://github.com/frroossst/rustlings
Adhyan
2024-09-01
passes clippy lints
Adhyan
2024-09-01
removed debug statements
Adhyan
2024-09-01
Merge branch 'rust-lang:main' into main
Adhyan H. Patel
2024-09-01
Merge branch 'main' of https://github.com/frroossst/rustlings
Adhyan
2024-09-01
added a way to search through list, ref #2093
Adhyan
2024-09-01
Remove "exercises" from the end of the progress bar
mo8it
2024-09-01
Remove the footer separators
mo8it
2024-09-01
style: reduce pre-formatted message line lengths to 80 columns
Jesse Jackson
2024-09-01
Add search to the help footer
mo8it
2024-09-01
Fix typo
mo8it
2024-08-31
Merge pull request #2092 from wugalde19/fix-hint-example-for-primitive-types3
Mo
Fix example in 'primitive_types3' hint
2024-08-30
Fix example in 'primitive_types3' hint
William Ugalde Gamboa
2024-08-29
chore: Release
mo8it
2024-08-29
Update changelog
mo8it
2024-08-29
Fix displaying the list message in narrow mode
mo8it
2024-08-29
Update deps
mo8it
2024-08-29
Fix header padding
mo8it
2024-08-29
Simplify next_pending_exercise_ind
mo8it
2024-08-29
Optimize reading and writing the state file
mo8it
2024-08-29
The number of exercises can't be zero, but still
mo8it
2024-08-29
Fix error about too many open files during the final check
mo8it
2024-08-28
Only disable links in VS code in the list
mo8it
2024-08-28
Use sol_path
mo8it
2024-08-28
Use a Vec for the name col padding
mo8it
2024-08-28
Check the exercise name length
mo8it
2024-08-27
Separate the scroll state
mo8it
2024-08-26
Making code prettier :P
mo8it
[prev]
[next]