summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-07Improve some messagesmo8it
2024-07-07Mark the last exercise as donemo8it
2024-07-04Fix testsmo8it
2024-07-04Check exercises unsolvedmo8it
2024-07-04Check for missing TODO commentsmo8it
2024-07-02Fix typosmo8it
2024-07-02Underline "next"mo8it
2024-07-02Merge branch 'run-sols-in-parallel'mo8it
2024-06-14Fix typosmo8it
2024-06-10Run solutions in parallelmo8it
2024-06-02Add --require-solutions option to `dev check`mo8it
2024-06-02Check for unexpected files in the solutions dirmo8it
2024-06-01Print the exercise solution on checkmo8it
2024-06-01Don't try to check a solution that doesn't existmo8it
2024-06-01Check that all solutions run successfullymo8it
2024-06-01Change condition ordermo8it
2024-06-01Update the bins buffer capacitymo8it
2024-05-25Add solutions to binsmo8it
2024-05-14Fix typomo8it
2024-05-14Done documentationmo8it
2024-05-14Make it more clear that only one char is expectedmo8it
2024-05-14Remove inlinemo8it
2024-05-14Document initmo8it
2024-05-13Document info_filemo8it
2024-05-13Use public comments for public itemsmo8it
2024-05-13Document exercisemo8it
2024-05-13Document embeddedmo8it
2024-05-13Thanks Clippy :)mo8it
2024-05-13Don't skip exercises on file changesmo8it
2024-05-13Better variable namingmo8it
2024-05-13Only send `Unrecognized` on ENTER if the last input wasn't validmo8it
2024-05-13Fix Windows terminal linksmo8it
2024-05-13Use PartialEq instead of matches!mo8it
2024-05-13No more word inputmo8it
2024-05-13Improve input handlingmo8it
2024-05-13Fix invisible input on Windowsmo8it
2024-05-13Move info.toml to rustlings-macros/mo8it
2024-05-12Optimize embedded dirsmo8it
2024-05-02Fix errorsmo8it
2024-05-01Document devmo8it
2024-05-01Check for tests while test=falsemo8it
2024-05-01Test run_cmdmo8it
2024-05-01Document cmdmo8it
2024-04-30Document and test cargo_tomlmo8it
2024-04-30Disable the pretty format because of `--show-output`mo8it
2024-04-30test next_pending_exercise_indmo8it
2024-04-30Add press_enter_promptmo8it
2024-04-30Fix clearing the terminalmo8it
2024-04-30Implement From<ExerciseInfo> for Exercisemo8it
2024-04-29Document main and app_statemo8it