summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-05Add error message when unable to get terminal sizemo8it
2024-09-05Only render when neededmo8it
2024-09-05Remove unused importmo8it
2024-09-05Simplify handling terminal events for unbuffered stdinmo8it
2024-09-05Hide input and disable its line bufferingmo8it
2024-09-05Update depsmo8it
2024-09-05Create solution even if the solution's directory is missingmo8it
2024-09-04Canonicalize exercise paths only oncemo8it
2024-09-04Match filter oncemo8it
2024-09-04Simplify handling `p` in listmo8it
2024-09-04Final touches to searchingmo8it
2024-09-04Merge pull request #2098 from frroossst/mainMo
Made the list of exercises searchable, ref #2093
2024-09-03passes clippy lints and removed extra code from the mergeAdhyan
2024-09-03merge of origin/mainAdhyan
2024-09-03replaced enumerate() with position(); converted ↵Adhyan
select_if_matches_search_query to apply_search_query
2024-09-03removed unnecessary update_rows() call and minor refactoringAdhyan
2024-09-03moved continue to end of if-blockAdhyan
2024-09-02Merge branch 'main' of https://github.com/frroossst/rustlingsAdhyan
2024-09-02fixed clippy lintsAdhyan
2024-09-02Merge branch 'rust-lang:main' into mainAdhyan H. Patel
2024-09-02search now filters the list firstAdhyan
2024-09-02escape/enter no longer exits the list, exits only the searchAdhyan
2024-09-02Merge pull request #2097 from jsejcksn/uxMo
style: reduce pre-formatted message line lengths to 80 columns
2024-09-01Merge branch 'main' of https://github.com/frroossst/rustlingsAdhyan
2024-09-01passes clippy lintsAdhyan
2024-09-01removed debug statementsAdhyan
2024-09-01Merge branch 'rust-lang:main' into mainAdhyan H. Patel
2024-09-01Merge branch 'main' of https://github.com/frroossst/rustlingsAdhyan
2024-09-01added a way to search through list, ref #2093Adhyan
2024-09-01Remove "exercises" from the end of the progress barmo8it
2024-09-01Remove the footer separatorsmo8it
2024-09-01style: reduce pre-formatted message line lengths to 80 columnsJesse Jackson
2024-09-01Add search to the help footermo8it
2024-09-01Fix typomo8it
2024-08-31Merge pull request #2092 from wugalde19/fix-hint-example-for-primitive-types3Mo
Fix example in 'primitive_types3' hint
2024-08-30Fix example in 'primitive_types3' hintWilliam Ugalde Gamboa
2024-08-29chore: Releasemo8it
2024-08-29Update changelogmo8it
2024-08-29Fix displaying the list message in narrow modemo8it
2024-08-29Update depsmo8it
2024-08-29Fix header paddingmo8it
2024-08-29Simplify next_pending_exercise_indmo8it
2024-08-29Optimize reading and writing the state filemo8it
2024-08-29The number of exercises can't be zero, but stillmo8it
2024-08-29Fix error about too many open files during the final checkmo8it
2024-08-28Only disable links in VS code in the listmo8it
2024-08-28Use sol_pathmo8it
2024-08-28Use a Vec for the name col paddingmo8it
2024-08-28Check the exercise name lengthmo8it
2024-08-27Separate the scroll statemo8it