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-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
2024-09-03
moved continue to end of if-block
Adhyan
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-01
passes clippy lints
Adhyan
2024-09-01
removed debug statements
Adhyan
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
Add search to the help footer
mo8it
2024-09-01
Fix typo
mo8it
2024-08-29
Fix displaying the list message in narrow mode
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
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
Use queue instead of Stylize
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
Always use strict Clippy when checking solutions
mo8it
2024-08-20
Push newline after running an exercise instead on each rendering
mo8it
[next]