summaryrefslogtreecommitdiff
path: root/src/run.rs
AgeCommit message (Expand)Author
2024-07-25Use the rexported crossterm from ratatuimo8it
2024-06-01Check that all solutions run successfullymo8it
2024-05-14Done documentationmo8it
2024-05-13Improve input handlingmo8it
2024-04-27Respect the target-dir config and show tests' outputmo8it
2024-04-25Use write macros instead of write_fmtmo8it
2024-04-25Use os_pipemo8it
2024-04-24Dump solution and show its pathmo8it
2024-04-14Add terminal linksmo8it
2024-04-14Tolerate changes in the state filemo8it
2024-04-12Add missing newlinemo8it
2024-04-12Set pending on fail in run modemo8it
2024-04-12Handle the case when all exercises are donemo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2024-04-09Use a green color on successful runmo8it
2024-04-05Remove ui.rsmo8it
2024-04-05Fix testsmo8it
2024-04-04Clean up as a preparation for the TUImo8it
2024-03-31Inline resetmo8it
2024-03-31Use Cargo instead of rustcmo8it
2024-03-28POC donemo8it
2024-03-26Only use arg instead of args AND argmo8it
2023-08-26Fix indicatifmo8it
2022-10-12Apply uninlined-format-args clippy lintYuri Astrakhan
2022-08-17feat: Add reset command, given a filenamemagnusrodseth
2022-04-20chore: bump library versionsmokou
2020-06-04feat: Add a --nocapture option to display test harnesses' outputsAbdou Seck
2020-02-26feat: Add clippy lintsMario Reder
2020-02-20refactor: exercise evaluationRoberto Vidal
2019-11-12fix(run): makes `run` never promptRoberto Vidal
2019-11-11feat: improve `watch` execution modeRoberto Vidal
2019-05-22Cargo fmt the rustlings application codeEddy Petrisor
2019-04-12Extract exercise struct to encapsulate path logicChris Pearce
2019-04-07Extract command builders into utilChris Pearce
2019-03-11clippy-ifylyn
2019-03-06standardize exercise running via an external toml filelyn
2019-01-25add "--color always" to the other rustc commandsliv
2019-01-09add --test run flagliv
2019-01-09rustfmtliv
2019-01-09split codebaseliv