summaryrefslogtreecommitdiff
path: root/src/verify.rs
AgeCommit message (Collapse)Author
2019-11-18feat(watch): show hint while watchingvyaslav
2019-11-12fix(run): makes `run` never promptRoberto Vidal
`watch` and `verify` do prompt the user to actively move to the next exercise. This change fixes `run` to never prompt. Previously it was inconsistent between "test" and "compile" exercises. BREAKING CHANGE: we again change the behavior of the `run` command
2019-11-11feat: improve `watch` execution modeRoberto Vidal
The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`.
2019-10-21feat: Added exercise for struct update syntaxViacheslav Avramenko
2019-05-22Cargo fmt the rustlings application codeEddy Petrisor
Signed-off-by: Eddy Petrisor <eddy.petrisor@gmail.com>
2019-04-12Extract exercise struct to encapsulate path logicChris Pearce
2019-04-07Extract command builders into utilChris Pearce
2019-03-13deduplicateAndrew Bagshaw
2019-03-13Start verification at most recently modified fileAndrew Bagshaw
2019-03-11clippy-ifylyn
2019-03-06standardize exercise running via an external toml filelyn
2019-02-17Add thread exercises to verify entrypointHirokazu Hata
2019-02-15fix test command executionliv
seems like i forgot that you actually need to run executables created with `rustc --test`! this also reworks the "test1" exercise a bit closes #108
2019-01-25add "--color always" to the other rustc commandsliv
2019-01-23add tests; refactor exercise linksliv
2019-01-09add --test run flagliv
2019-01-09add a testliv
2019-01-09remove the ex*.rs filesliv
2019-01-09rustfmtliv
2019-01-09split codebaseliv