summaryrefslogtreecommitdiff
path: root/src/dev/check.rs
AgeCommit message (Collapse)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
hashbrown is already used in the standard library, but we want the improved performance of the different hash algorithm. Using ahash directly conveys this intent more clearly.
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-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-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
2024-04-16Add comment about keeping dependenciesmo8it
2024-04-16Tell about updating Cargo.tomlmo8it
2024-04-16Update Cargo.toml on `dev check`mo8it
2024-04-15Scetch the dev subcommandmo8it