index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exercise.rs
Age
Commit message (
Collapse
)
Author
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-22
Always use strict Clippy when checking solutions
mo8it
2024-08-20
Remove `--show-output` for tests and use `--format pretty`
mo8it
2024-08-07
Avoid using `RUSTFLAGS` to not trigger rebuilding, especially in rust-analyzer
mo8it
2024-08-02
Use `trim_ascii` instead of `trim`
mo8it
2024-08-01
Improve the runner
mo8it
2024-08-01
Hide `cargo build` warnings if there is no output
mo8it
2024-08-01
Fix capacity
mo8it
2024-07-28
Make the output optional
mo8it
2024-07-25
Use the rexported crossterm from ratatui
mo8it
2024-06-01
Check that all solutions run successfully
mo8it
2024-05-13
Document info_file
mo8it
2024-05-13
Use public comments for public items
mo8it
2024-05-13
Document exercise
mo8it
2024-05-13
Thanks Clippy :)
mo8it
2024-04-30
Disable the pretty format because of `--show-output`
mo8it
2024-04-30
Implement From<ExerciseInfo> for Exercise
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
Show warnings and errors in the tests
mo8it
2024-04-25
Raise the output capacity
mo8it
2024-04-25
Replace `mode` by `test` and `strict_clippy`
mo8it
2024-04-25
Use os_pipe
mo8it
2024-04-24
Dump solution and show its path
mo8it
2024-04-23
Refactor embedded files to add solutions
mo8it
2024-04-21
Rename constant
mo8it
2024-04-18
Improve resetting
mo8it
2024-04-18
Use git stash to reset third-party exercises
mo8it
2024-04-17
Fix tests
mo8it
2024-04-17
Fix typo
mo8it
2024-04-17
Add "dev update"
mo8it
2024-04-16
Use colors inside the test
mo8it
2024-04-14
Add terminal links
mo8it
2024-04-14
Tolerate changes in the state file
mo8it
2024-04-13
Remove unused ContextLine
mo8it
2024-04-12
Show the final message
mo8it
2024-04-12
Fix Display for Exercise
mo8it
2024-04-12
Deal with long strings
mo8it
2024-04-11
Panic if there are no exercises
mo8it
2024-04-11
Remove "I AM NOT DONE" and the verify mode and add AppState
mo8it
2024-04-10
Add deny_unknown_fields
mo8it
2024-04-08
Merge imports
mo8it
2024-04-07
Remove the info_toml_content field
mo8it
2024-04-07
Some renamings
mo8it
2024-04-07
Implement resetting
mo8it
2024-04-07
Return an error instead of exiting
mo8it
2024-04-05
Use the pretty format when testing even with -q
mo8it
2024-04-01
Make `cargo run` work
mo8it
[next]