index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
2025-08-21
Fix file links in VS Code
mo8it
2025-07-04
Split lines after newline
mo8it
2025-05-17
third-party/custom -> community
mo8it
2025-02-18
Upgrade to edition 2024
mo8it
2024-10-17
Use the default hasher
mo8it
2024-10-14
Remove unneeded line
mo8it
2024-10-14
Small improvements to showing progress
mo8it
2024-10-13
Show progress with exercise numbers
mo8it
2024-10-13
Improve check-all command
mo8it
2024-10-10
First PR review changes
mo8it
2024-10-04
Add command line command to check all exercises
Nahor
2024-09-05
Hide input and disable its line buffering
mo8it
2024-08-28
Use a Vec for the name col padding
mo8it
2024-08-26
Making code prettier :P
mo8it
2024-08-25
Use queue instead of Stylize
mo8it
2024-08-24
Almost done with list display
mo8it
2024-08-24
Start list without Ratatui
mo8it
2024-08-09
Fix typos
mo8it
2024-08-08
Use fixed seeds with ahash
mo8it
2024-08-08
Allow initialization in a workspace
mo8it
2024-08-08
Fix errors not being shown after the welcome message
mo8it
2024-08-02
Use `trim_ascii` instead of `trim`
mo8it
2024-08-01
Improve the runner
mo8it
2024-07-25
Test initialization
mo8it
2024-07-08
Check is_terminal
mo8it
2024-07-07
Improve some messages
mo8it
2024-06-14
Fix typos
mo8it
2024-05-13
No more word input
mo8it
2024-04-30
Add press_enter_prompt
mo8it
2024-04-30
Fix clearing the terminal
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
Optimize the notify event handler
mo8it
2024-04-25
Use os_pipe
mo8it
2024-04-24
Dump solution and show its path
mo8it
2024-04-22
Document dev commands
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
2024-04-21
Catch the usage of the old method
mo8it
2024-04-21
Rename constant
mo8it
2024-04-18
Make the exercise name option for the hint subcommand
mo8it
2024-04-18
Improve resetting
mo8it
2024-04-18
Place mods under all imports
mo8it
2024-04-18
Disable init command during development
mo8it
2024-04-18
Move constant
mo8it
2024-04-17
Fix typo
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
[next]