summaryrefslogtreecommitdiff
path: root/src/dev/check.rs
AgeCommit message (Expand)Author
2025-02-21Update the edition of the solution format checkermo8it
2025-02-18Upgrade to edition 2024mo8it
2024-10-17Use the default hashermo8it
2024-10-14Fix typosNahor
2024-10-14Limit the maximum number of exercises to 999mo8it
2024-09-06Too polite :Pmo8it
2024-09-06Use the thread builder and handle the spawn errormo8it
2024-08-28Use a Vec for the name col paddingmo8it
2024-08-28Check the exercise name lengthmo8it
2024-08-20Leak info_file and cmd_runner in `dev check`mo8it
2024-08-20Use anyhow!mo8it
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-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