summaryrefslogtreecommitdiff
path: root/src/exercise.rs
AgeCommit message (Expand)Author
2023-10-16fix(watch): update the CLIPPY_CARGO_TOML_PATHmarkgreene74
2023-09-27fix(cli): stop littering pdb files on windowsDocWilco
2023-09-25Give a more helpful error when a file is missingjyn
2023-08-26Run clippy --fixmo8it
2023-02-05Fix the problem of different edition between rustc and rust-analyzerwjwrh
2022-10-12Apply uninlined-format-args clippy lintYuri Astrakhan
2022-07-01change edition to 2021 in exercices.rs KatanaFluorescent
2022-02-04fix(clippy1): Set clippy::float_cmp lint to deny (#907)radicale
2021-12-24chore : replace filter_map() with find_map()Galih wisnuaji
2021-09-21fix(cli): typo in exercise.rs (#848)LIU JIE
2021-08-24 fix(cli): remove unnecessary borrows (#829)Ben Armstead
2021-04-21feat: Replace clap with arghmokou
2021-04-18style: formatted files with rustfmtZerotask
2021-03-20refactor: change from match to if for NO_EMOJIMatt Lebl
2021-03-19feat: Replace emojis when NO_EMOJI env variable presentMatt Lebl
2021-03-12chore: fix typocircumspect
2021-01-08Add looks_done method to Exercise to expose a resolution stateAbdou Seck
2020-10-30fix: more unique temp_fileRoberto Vidal
2020-09-27chore: fixed test nameAlexx Roche
2020-08-10chore: Run cargo fmtÉtienne Barrié
2020-06-14chore: Move from master branch to main branchmokou
2020-06-04feat: Add a --nocapture option to display test harnesses' outputsAbdou Seck
2020-04-11fix(run): compile clippy exercise filesRohan Jain
2020-02-26feat: Add clippy lintsMario Reder
2020-02-20refactor: exercise evaluationRoberto Vidal
2019-11-11fix testsmarisa
2019-11-11Merge branch 'master' into refactor-hintsmarisa
2019-11-11feat: Refactor hint systemmarisa
2019-11-11feat: improve `watch` execution modeRoberto Vidal
2019-11-11feat: Index exercises by namemarisa
2019-05-22Cargo fmt the rustlings application codeEddy Petrisor
2019-05-07Revert --nocapture flagliv
2019-04-22fix the --nocapture functionalityliv
2019-04-22damn itliv
2019-04-22use -- --nocapture when testingliv
2019-04-12Clean up test includes for File and PathChris Pearce
2019-04-12Extract exercise struct to encapsulate path logicChris Pearce