index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.rs
Age
Commit message (
Expand
)
Author
2024-05-25
Add solutions to bins
mo8it
2024-05-14
Document init
mo8it
2024-04-28
Add solutions to the initialized .gitignore
mo8it
2024-04-25
Include dev/Cargo.toml
mo8it
2024-04-25
Improve output after initialization
mo8it
2024-04-25
Try to run `git init`
mo8it
2024-04-25
Don't ignore .vscode/extensions.json when developing third-party exercises
mo8it
2024-04-25
Update initialized .gitignore
mo8it
2024-04-23
Refactor embedded files to add solutions
mo8it
2024-04-21
Fix the generated Cargo.toml after rustlings init
mo8it
2024-04-17
Add "dev update"
mo8it
2024-04-16
Update Cargo.toml on `dev check`
mo8it
2024-04-16
Fix running dev commands
mo8it
2024-04-16
Done `dev init`
mo8it
2024-04-15
Revert "Implement third-party exercises trust handling"
mo8it
2024-04-15
Implement third-party exercises trust handling
mo8it
2024-04-14
Use push instead of extend_from_slice on chars
mo8it
2024-04-14
Simplify the state file
mo8it
2024-04-14
Tolerate changes in the state file
mo8it
2024-04-12
Add newline at the end of the generated .gitignore
mo8it
2024-04-12
Deal with long strings
mo8it
2024-04-07
Ignore .rustlings-state.json
mo8it
2024-04-07
Some renamings
mo8it
2024-04-04
Remove optional version field
mo8it
2024-04-04
Minify generated Cargo.toml
mo8it
2024-03-31
Add .gitignore
mo8it
2024-03-29
Improve printed information
mo8it
2024-03-29
Fix typo
mo8it
2024-03-29
Avoid reinitialization by mistake
mo8it
2024-03-29
Replace rust-project.json with Cargo.toml
mo8it