index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
list
/
state.rs
Age
Commit message (
Collapse
)
Author
2025-08-22
Apply Clippy lints
mo8it
2025-08-21
Fix file links in VS Code
mo8it
2025-02-18
Upgrade to edition 2024
mo8it
2024-11-11
Fix typo
mo8it
2024-11-11
Fix contrast in terminals with a light theme
mo8it
2024-10-17
list: Highlight search match in exercise names
mo8it
2024-09-05
Add error message when unable to get terminal size
mo8it
2024-09-04
Canonicalize exercise paths only once
mo8it
2024-09-04
Match filter once
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 ↵
Adhyan
select_if_matches_search_query to apply_search_query
2024-09-03
removed unnecessary update_rows() call and minor refactoring
Adhyan
2024-09-02
search now filters the list first
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 the footer separators
mo8it
2024-09-01
Add search to the help footer
mo8it
2024-08-29
Fix displaying the list message in narrow mode
mo8it
2024-08-29
Fix header padding
mo8it
2024-08-28
Only disable links in VS code in the list
mo8it
2024-08-28
Use a Vec for the name col padding
mo8it
2024-08-27
Separate the scroll state
mo8it
2024-08-26
Fix list on terminals that don't disable line wrapping
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
LOL, swapped colors
mo8it
2024-08-25
Lower the maximum scroll padding
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-17
Break help footer on narrow terminals
mo8it
2024-08-17
q only quits the list
mo8it
2024-08-17
Make it clear that reset only resets one exercise
mo8it
2024-08-09
Update Ratatui
mo8it
2024-05-14
Remove inline
mo8it
2024-04-28
Highlight the active filter
mo8it
2024-04-27
Reorder the footer keys
mo8it
2024-04-25
Use write macros instead of write_fmt
mo8it
2024-04-18
Improve resetting
mo8it
2024-04-14
Add terminal links
mo8it
2024-04-14
Tolerate changes in the state file
mo8it
2024-04-11
Take care of filters when resolving the selected exercise
mo8it
[next]