index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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 '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
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
Add disallowed types and methods in Clippy
mo8it
2024-08-25
Use queue instead of Stylize
mo8it
2024-08-25
Update deps
mo8it
2024-08-25
Merge branch 'rm-ratatui'
mo8it
[next]