summaryrefslogtreecommitdiff
path: root/src/dev
AgeCommit message (Collapse)Author
2024-10-14Fix typosNahor
2024-10-14Limit the maximum number of exercises to 999mo8it
2024-09-13Add rust-analyzer.toml on `dev new`mo8it
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
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-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