summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)Author
2024-10-14Small improvements to showing progressmo8it
2024-10-13Show progress with exercise numbersmo8it
2024-10-13Improve check-all commandmo8it
2024-10-10First PR review changesmo8it
2024-10-04Add command line command to check all exercisesNahor
2024-09-05Hide input and disable its line bufferingmo8it
2024-08-28Use a Vec for the name col paddingmo8it
2024-08-26Making code prettier :Pmo8it
2024-08-25Use queue instead of Stylizemo8it
2024-08-24Almost done with list displaymo8it
2024-08-24Start list without Ratatuimo8it
2024-08-09Fix typosmo8it
2024-08-08Use fixed seeds with ahashmo8it
2024-08-08Allow initialization in a workspacemo8it
2024-08-08Fix errors not being shown after the welcome messagemo8it
2024-08-02Use `trim_ascii` instead of `trim`mo8it
2024-08-01Improve the runnermo8it
2024-07-25Test initializationmo8it
2024-07-08Check is_terminalmo8it
2024-07-07Improve some messagesmo8it
2024-06-14Fix typosmo8it
2024-05-13No more word inputmo8it
2024-04-30Add press_enter_promptmo8it
2024-04-30Fix clearing the terminalmo8it
2024-04-29Document main and app_statemo8it
2024-04-27Fix initializationmo8it
2024-04-27Respect the target-dir config and show tests' outputmo8it
2024-04-25Optimize the notify event handlermo8it
2024-04-25Use os_pipemo8it
2024-04-24Dump solution and show its pathmo8it
2024-04-22Document dev commandsmo8it
2024-04-21Add a confirmation prompt to the init subcommandmo8it
2024-04-21Fix the generated Cargo.toml after rustlings initmo8it
2024-04-21Catch the usage of the old methodmo8it
2024-04-21Rename constantmo8it
2024-04-18Make the exercise name option for the hint subcommandmo8it
2024-04-18Improve resettingmo8it
2024-04-18Place mods under all importsmo8it
2024-04-18Disable init command during developmentmo8it
2024-04-18Move constantmo8it
2024-04-17Fix typomo8it
2024-04-17Add "dev update"mo8it
2024-04-16Update Cargo.toml on `dev check`mo8it
2024-04-16Fix running dev commandsmo8it
2024-04-16Add the format versionmo8it
2024-04-15Scetch the dev subcommandmo8it
2024-04-15Revert "Implement third-party exercises trust handling"mo8it
This reverts commit 15ca847c37c170590abe6caa53dba5606d956341. See https://rust-lang.zulipchat.com/#narrow/stream/334454-rustlings/topic/Proposal.3A.20Third-party.20exercises/near/433183449
2024-04-15Implement third-party exercises trust handlingmo8it
2024-04-14 Update POST_INIT_MSGmo8it
2024-04-14Add the manual-run optionmo8it