summaryrefslogtreecommitdiff
path: root/src/verify.rs
AgeCommit message (Expand)Author
2024-04-09Use exercises as leakedmo8it
2024-04-07Verify starting with some indexmo8it
2024-04-05Start with the TUImo8it
2024-04-05Remove ui.rsmo8it
2024-04-04Clean up as a preparation for the TUImo8it
2024-04-04Merge branch 'main'mo8it
2024-04-01Add VerifyStatemo8it
2024-04-01Improvements to `verify`mo8it
2024-03-31Some improvements to error handlingmo8it
2024-03-31Use Cargo instead of rustcmo8it
2024-03-29Merge branch 'main' into mainDan
2024-03-27Merge branch 'main' into performancemo8it
2024-03-26Use == on simple enumsmo8it
2024-03-26Formattingmo8it
2024-03-23Remove unneeded to_string callmo8it
2024-03-18verify: fix success message spacingDan Bond
2024-03-16fix(verify): show stdout of the last lineKazuki Matsuo
2023-08-28Merge pull request #1637 from mo8it/fix-warningsliv
2023-08-26Fix indicatifmo8it
2023-08-26Run clippy --fixmo8it
2023-05-01feat(cli): added success-hints option for the rustlings commandRomain Bayle
2023-02-27Fixing the progress percentageNidhal Messaoudi
2023-01-03fix(verify): progress bar proportion now updates with the number of files ver...himanshu soni
2022-10-14Merge pull request #1220 from azzamsa/percentageliv
2022-10-14feat(verify): add progress percentage in watch modeazzamsa
2022-10-12Apply uninlined-format-args clippy lintYuri Astrakhan
2022-04-20Merge branch 'main' into progress-indicatorRyan Lowe
2022-04-20chore: bump library versionsmokou
2022-02-05feat!: Add progress indicatorRyan Lowe
2021-08-24 fix(cli): remove unnecessary borrows (#829)Ben Armstead
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
2020-08-10chore: Run cargo fmtÉtienne Barrié
2020-07-08feat: Remind the user of the hint option (#425)Alexx Roche
2020-06-04feat: Add a --nocapture option to display test harnesses' outputsAbdou Seck
2020-06-03Use .to_string rather than format macroAbdou Seck
2020-04-06feature: makes "compile" exercise print output, resolves #270Roberto Vidal
2020-02-26feat: Add clippy lintsMario Reder
2020-02-20refactor: exercise evaluationRoberto Vidal
2019-11-18feat(watch): show hint while watchingvyaslav
2019-11-12fix(run): makes `run` never promptRoberto Vidal
2019-11-11feat: improve `watch` execution modeRoberto Vidal
2019-10-21feat: Added exercise for struct update syntaxViacheslav Avramenko
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-13deduplicateAndrew Bagshaw
2019-03-13Start verification at most recently modified fileAndrew Bagshaw
2019-03-11clippy-ifylyn