index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app_state.rs
Age
Commit message (
Collapse
)
Author
2024-09-01
Fix typo
mo8it
2024-08-29
Simplify next_pending_exercise_ind
mo8it
2024-08-29
Optimize reading and writing the state file
mo8it
2024-08-29
The number of exercises can't be zero, but still
mo8it
2024-08-29
Fix error about too many open files during the final check
mo8it
2024-08-28
Only disable links in VS code in the list
mo8it
2024-08-28
Use sol_path
mo8it
2024-08-25
Use queue instead of Stylize
mo8it
2024-08-25
Final touches :D
mo8it
2024-08-08
Use fixed seeds with ahash
mo8it
2024-08-08
Replace hashbrown with ahash
Remo Senekowitsch
hashbrown is already used in the standard library, but we want the improved performance of the different hash algorithm. Using ahash directly conveys this intent more clearly.
2024-08-02
Use `trim_ascii` instead of `trim`
mo8it
2024-08-01
Improve the runner
mo8it
2024-07-28
Make the output optional
mo8it
2024-07-28
Run the final check in parallel
mo8it
2024-07-25
Use the rexported crossterm from ratatui
mo8it
2024-07-07
Mark the last exercise as done
mo8it
2024-06-01
Check that all solutions run successfully
mo8it
2024-05-13
Use public comments for public items
mo8it
2024-05-13
Document exercise
mo8it
2024-05-13
Don't skip exercises on file changes
mo8it
2024-05-13
Improve input handling
mo8it
2024-05-12
Optimize embedded dirs
mo8it
2024-04-30
test next_pending_exercise_ind
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-27
Fix initialization
mo8it
2024-04-27
Respect the target-dir config and show tests' output
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
Dump solution and show its path
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-21
Add a disclaimer to the state file
mo8it
2024-04-18
Improve resetting
mo8it
2024-04-18
Move constant
mo8it
2024-04-14
Print the trimmed final 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-12
Show the final message
mo8it
2024-04-12
Print FAILED
mo8it
2024-04-12
It doesn't take minutes :P
mo8it
2024-04-12
Handle the case when all exercises are done
mo8it
[next]