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-04-17
Remove redundant checks
mo8it
2024-04-17
Check the info file
mo8it
2024-04-17
Fix typo
mo8it
2024-04-17
Check the format version in `dev check`
mo8it
2024-04-17
Add "dev update"
mo8it
2024-04-16
Use colors inside the test
mo8it
2024-04-16
Fix typo
mo8it
2024-04-16
Add comment about keeping dependencies
mo8it
2024-04-16
Add the mode field
mo8it
2024-04-16
Tell about updating Cargo.toml
mo8it
2024-04-16
Update Cargo.toml on `dev check`
mo8it
2024-04-16
Fix typo
mo8it
2024-04-16
Fix running dev commands
mo8it
2024-04-16
Done `dev init`
mo8it
2024-04-16
Add the format version
mo8it
2024-04-15
Scetch the dev subcommand
mo8it
2024-04-15
Revert "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-15
Implement third-party exercises trust handling
mo8it
2024-04-14
Print the trimmed final message
mo8it
2024-04-14
Update POST_INIT_MSG
mo8it
2024-04-14
Add the manual-run option
mo8it
2024-04-14
Clear the terminal after showing the welcome message
mo8it
2024-04-14
Trim the final message
mo8it
2024-04-14
Show the welcome message
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
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
Add missing newline
mo8it
2024-04-12
Print FAILED
mo8it
2024-04-12
Set pending on fail in run mode
mo8it
2024-04-12
It doesn't take minutes :P
mo8it
2024-04-12
Remove the modifier filter in the list mode
mo8it
2024-04-12
Fix Display for Exercise
mo8it
2024-04-12
Remove unused import
mo8it
2024-04-12
Add newline at the end of the generated .gitignore
mo8it
2024-04-12
Handle the case when all exercises are done
mo8it
2024-04-12
Implement going to the next exercise
mo8it
2024-04-12
Show done message
mo8it
2024-04-12
Deal with long strings
mo8it
2024-04-11
Remove the watch subcommand
mo8it
2024-04-11
Don't listen on keys with modifiers
mo8it
2024-04-11
Take care of filters when resolving the selected exercise
mo8it
2024-04-11
Panic if there are no exercises
mo8it
2024-04-11
Fix selected when there are no rows
mo8it
2024-04-11
Remove "I AM NOT DONE" and the verify mode and add AppState
mo8it
2024-04-10
Separate event handlers
mo8it
2024-04-10
Keep hint displayed after resizing the terminal
mo8it
[next]