summaryrefslogtreecommitdiff
path: root/src/dev
AgeCommit message (Expand)Author
2024-08-20Check if exercise doesn't contain testsmo8it
2024-08-20Check for `#[test]` with newline at the endmo8it
2024-08-19Show progress of `dev check`mo8it
2024-08-08Use fixed seeds with ahashmo8it
2024-08-08Replace hashbrown with ahashRemo Senekowitsch
2024-08-08Remove state file and solutions dir from .gitignoremo8it
2024-08-07Fix exercise name shift in exercise checkmo8it
2024-08-02Use `trim_ascii` instead of `trim`mo8it
2024-08-02Stop on first exercise solvedmo8it
2024-08-01Remove newlinemo8it
2024-08-01Fix rustfmt optionmo8it
2024-08-01Fix testsmo8it
2024-08-01Run rustfmt on solutions in `dev check`mo8it
2024-08-01Refactor check_solutionsmo8it
2024-08-01Improve the runnermo8it
2024-08-01Add hint to run `dev check` again after `dev update`mo8it
2024-07-28Make the output optionalmo8it
2024-07-07Improve some messagesmo8it
2024-07-04Check exercises unsolvedmo8it
2024-07-04Check for missing TODO commentsmo8it
2024-07-02Fix 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-01Document devmo8it
2024-05-01Check for tests while test=falsemo8it
2024-04-25Include dev/Cargo.tomlmo8it
2024-04-25Thanks Clippy :Dmo8it
2024-04-25Don't ignore .vscode/extensions.json when developing third-party exercisesmo8it
2024-04-25Name the exercises' package `exercises`mo8it
2024-04-25Replace `mode` by `test` and `strict_clippy`mo8it
2024-04-22Add --no-gitmo8it
2024-04-22Third-party exercises should be in a separate Git repomo8it
2024-04-21dev init -> dev new PATHmo8it
2024-04-21Fix the generated Cargo.toml after rustlings initmo8it
2024-04-21Rename constantmo8it
2024-04-18Only take a referencemo8it
2024-04-17Require a main function in all exercisesmo8it
2024-04-17Trim before checking if the hint is emptymo8it
2024-04-17Check for empty field valuesmo8it
2024-04-17Print the path of the missing filemo8it
2024-04-17Check the info filemo8it
2024-04-17Fix typomo8it
2024-04-17Check the format version in `dev check`mo8it
2024-04-17Add "dev update"mo8it