summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-08-01Improve the runnermo8it
2024-08-01Hide `cargo build` warnings if there is no outputmo8it
2024-08-01Fix capacitymo8it
2024-08-01Add hint to run `dev check` again after `dev update`mo8it
2024-08-01Set stdin to null when running the binary of an exercisemo8it
2024-07-28Make the output optionalmo8it
2024-07-28Run the final check in parallelmo8it
2024-07-25Use the rexported crossterm from ratatuimo8it
2024-07-25Test initializationmo8it
2024-07-08Check is_terminalmo8it
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
This improves the experience for contributors on Windows becuase Windows can't deal with git symbolic links out of the box…
2024-05-12Optimize embedded dirsmo8it
2024-05-02Fix errorsmo8it
2024-05-01Document devmo8it