index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2024-05-02
Fix errors
mo8it
2024-05-01
Document dev
mo8it
2024-05-01
Check for tests while test=false
mo8it
2024-05-01
Test run_cmd
mo8it
2024-05-01
Document cmd
mo8it
2024-04-30
Document and test cargo_toml
mo8it
2024-04-30
Disable the pretty format because of `--show-output`
mo8it
2024-04-30
test next_pending_exercise_ind
mo8it
2024-04-30
Add press_enter_prompt
mo8it
2024-04-30
Fix clearing the terminal
mo8it
2024-04-30
Implement From<ExerciseInfo> for Exercise
mo8it
2024-04-29
Document main and app_state
mo8it
2024-04-28
Add solutions to the initialized .gitignore
mo8it
2024-04-28
Revert escaping with ESC in list to be able to clear the message
mo8it
2024-04-28
Highlight the active filter
mo8it
2024-04-27
Reorder the footer keys
mo8it
2024-04-27
Esacpe the list with ESC
mo8it
2024-04-27
Put long version in ()
mo8it
2024-04-27
Fix initialization
mo8it
2024-04-27
Use --show-output instead of --nocapture
mo8it
2024-04-27
Respect the target-dir config and show tests' output
mo8it
2024-04-25
Include dev/Cargo.toml
mo8it
2024-04-25
Show warnings and errors in the tests
mo8it
2024-04-25
Thanks Clippy :D
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
Name the exercises' package `exercises`
mo8it
2024-04-25
Update initialized .gitignore
mo8it
2024-04-25
Moar responsive :P
mo8it
2024-04-25
Optimize the notify event handler
mo8it
2024-04-25
Raise the output capacity
mo8it
2024-04-25
Quicker response to file changes
mo8it
2024-04-25
Replace `mode` by `test` and `strict_clippy`
mo8it
2024-04-25
Use write macros instead of write_fmt
mo8it
2024-04-25
Use os_pipe
mo8it
2024-04-24
Fix tests
mo8it
2024-04-24
Dump solution and show its path
mo8it
2024-04-24
Preallocate path
mo8it
2024-04-24
Use the embedded info.toml in debug mode
mo8it
2024-04-24
Don't write solutions in debug mode
mo8it
2024-04-24
Write the solution file on done
mo8it
2024-04-23
Refactor embedded files to add solutions
mo8it
2024-04-22
Document dev commands
mo8it
2024-04-22
Add --no-git
mo8it
2024-04-22
Third-party exercises should be in a separate Git repo
mo8it
2024-04-21
dev init -> dev new PATH
mo8it
2024-04-21
Add a disclaimer to the state file
mo8it
2024-04-21
Add a confirmation prompt to the init subcommand
mo8it
2024-04-21
Fix the generated Cargo.toml after rustlings init
mo8it
[next]