summaryrefslogtreecommitdiff
path: root/src/exercise.rs
AgeCommit message (Expand)Author
2025-08-22Apply Clippy lintsmo8it
2025-08-21Fix file links in VS Codemo8it
2025-02-18Upgrade to edition 2024mo8it
2024-09-12Add missing # in commentmo8it
2024-09-04Canonicalize exercise paths only oncemo8it
2024-08-28Use sol_pathmo8it
2024-08-26Newline after resetting attributesmo8it
2024-08-25Use queue instead of Stylizemo8it
2024-08-24Start list without Ratatuimo8it
2024-08-22Always use strict Clippy when checking solutionsmo8it
2024-08-20Remove `--show-output` for tests and use `--format pretty`mo8it
2024-08-07Avoid using `RUSTFLAGS` to not trigger rebuilding, especially in rust-analyzermo8it
2024-08-02Use `trim_ascii` instead of `trim`mo8it
2024-08-01Improve the runnermo8it
2024-08-01Hide `cargo build` warnings if there is no outputmo8it
2024-08-01Fix capacitymo8it
2024-07-28Make the output optionalmo8it
2024-07-25Use the rexported crossterm from ratatuimo8it
2024-06-01Check that all solutions run successfullymo8it
2024-05-13Document info_filemo8it
2024-05-13Use public comments for public itemsmo8it
2024-05-13Document exercisemo8it
2024-05-13Thanks Clippy :)mo8it
2024-04-30Disable the pretty format because of `--show-output`mo8it
2024-04-30Implement From<ExerciseInfo> for Exercisemo8it
2024-04-27Use --show-output instead of --nocapturemo8it
2024-04-27Respect the target-dir config and show tests' outputmo8it
2024-04-25Show warnings and errors in the testsmo8it
2024-04-25Raise the output capacitymo8it
2024-04-25Replace `mode` by `test` and `strict_clippy`mo8it
2024-04-25Use os_pipemo8it
2024-04-24Dump solution and show its pathmo8it
2024-04-23Refactor embedded files to add solutionsmo8it
2024-04-21Rename constantmo8it
2024-04-18Improve resettingmo8it
2024-04-18Use git stash to reset third-party exercisesmo8it
2024-04-17Fix testsmo8it
2024-04-17Fix typomo8it
2024-04-17Add "dev update"mo8it
2024-04-16Use colors inside the testmo8it
2024-04-14Add terminal linksmo8it
2024-04-14Tolerate changes in the state filemo8it
2024-04-13Remove unused ContextLinemo8it
2024-04-12Show the final messagemo8it
2024-04-12Fix Display for Exercisemo8it
2024-04-12Deal with long stringsmo8it
2024-04-11Panic if there are no exercisesmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2024-04-10Add deny_unknown_fieldsmo8it
2024-04-08Merge importsmo8it