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
2025-07-04
Split lines after newline
mo8it
2025-05-12
Use a separate target dir for rust analyzer
mo8it
2025-02-18
Upgrade to edition 2024
mo8it
2024-09-13
Use Clippy with Rust-Analyzer
mo8it
2024-09-12
hardcode ratoml in init.rs
Ali Bektas
2024-09-12
Add rust-analyzer.toml file
Ali Bektas
2024-08-28
Use sol_path
mo8it
2024-08-26
Newline after resetting attributes
mo8it
2024-08-25
Use queue instead of Stylize
mo8it
2024-08-24
Start list without Ratatui
mo8it
2024-08-17
Ignore stdout of git init
mo8it
2024-08-09
Hide stderr of `cargo locate-project`
mo8it
2024-08-09
Put Cargo.toml in ``
mo8it
2024-08-09
Add a special confirmation for initialization in a workspace
mo8it
2024-08-09
Fix typos
mo8it
2024-08-09
Improve initialization in a Cargo workspace
mo8it
2024-08-08
Improve initialization in workspace
Remo Senekowitsch
2024-08-08
Allow initialization in a workspace
mo8it
2024-08-08
Add README to the solutions dir
mo8it
2024-08-08
Remove state file and solutions dir from .gitignore
mo8it
2024-07-25
Use the rexported crossterm from ratatui
mo8it
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
[next]