summaryrefslogtreecommitdiff
path: root/src/init.rs
AgeCommit message (Collapse)Author
2024-04-25Improve output after initializationmo8it
2024-04-25Try to run `git init`mo8it
2024-04-25Don't ignore .vscode/extensions.json when developing third-party exercisesmo8it
2024-04-25Update initialized .gitignoremo8it
2024-04-23Refactor embedded files to add solutionsmo8it
2024-04-21Fix the generated Cargo.toml after rustlings initmo8it
2024-04-17Add "dev update"mo8it
2024-04-16Update Cargo.toml on `dev check`mo8it
2024-04-16Fix running dev commandsmo8it
2024-04-16Done `dev init`mo8it
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-14Use push instead of extend_from_slice on charsmo8it
2024-04-14Simplify the state filemo8it
2024-04-14Tolerate changes in the state filemo8it
2024-04-12Add newline at the end of the generated .gitignoremo8it
2024-04-12Deal with long stringsmo8it
2024-04-07Ignore .rustlings-state.jsonmo8it
2024-04-07Some renamingsmo8it
2024-04-04Remove optional version fieldmo8it
2024-04-04Minify generated Cargo.tomlmo8it
2024-03-31Add .gitignoremo8it
2024-03-29Improve printed informationmo8it
2024-03-29Fix typomo8it
2024-03-29Avoid reinitialization by mistakemo8it
2024-03-29Replace rust-project.json with Cargo.tomlmo8it