index
:
rustlings.git
main
Rustlings course
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-09-24
feat: Add "quit" command to `rustlings watch`
Antoine Busch
2021-09-24
Merge pull request #846 from rust-lang/feat/add-more-watch-commands
diannasoriel
2021-09-24
chore: improve println! usage
ana
2021-09-21
fix(cli): typo in exercise.rs (#848)
LIU JIE
2021-09-21
feat: add more watch commands
ana
2021-08-24
fix(cli): remove unnecessary borrows (#829)
Ben Armstead
2021-07-07
release: 4.5.0
ana
2021-06-30
feat(cli): Add "next" to run the next unsolved exercise. (#785)
Richthofen
2021-04-24
release: 4.4.0
mokou
2021-04-23
chore(watch): add hint for the exercises README.md
Zerotask
2021-04-21
fix(main): Let find_exercise work with borrows
mokou
2021-04-21
feat: Replace clap with argh
mokou
2021-04-19
feat(list): updated progress percentage
Patrick Hintermayer
2021-04-18
style: formatted files with rustfmt
Zerotask
2021-04-18
feat(list): added progress info
Zerotask
2021-03-20
refactor: change from match to if for NO_EMOJI
Matt Lebl
2021-03-19
feat: Replace emojis when NO_EMOJI env variable present
Matt Lebl
2021-03-12
chore: fix typo
circumspect
2021-02-24
fix: Spelling error
Larry Garfield
2021-02-09
chore: Updated source to follow clippy suggestions.
apogeeoak
2021-01-08
feat(cli): Improve the list command with options, and then some
Abdou Seck
2021-01-08
Add looks_done method to Exercise to expose a resolution state
Abdou Seck
2020-12-29
release: 4.3.0
mokou
2020-11-11
feat: Crab? (#586)
Brock
2020-11-10
feat: add "rustlings list" command
Caleb Webber
2020-11-05
fix: log error output when inotify limit is exceeded
Caleb Webber
2020-10-30
fix: more unique temp_file
Roberto Vidal
2020-09-27
chore: fixed test name
Alexx Roche
2020-08-10
chore: Run cargo fmt
Étienne Barrié
2020-07-23
feat(cli): Added 'cls' command to 'watch' mode (#474)
Adi Vaknin
2020-07-08
feat: Remind the user of the hint option (#425)
Alexx Roche
2020-06-14
chore: Move from master branch to main branch
mokou
2020-06-04
feat: Add a --nocapture option to display test harnesses' outputs
Abdou Seck
2020-06-04
Collapse nested if statements
Abdou Seck
2020-06-03
Use .to_string rather than format macro
Abdou Seck
2020-04-11
fix(run): compile clippy exercise files
Rohan Jain
2020-04-06
feature: makes "compile" exercise print output, resolves #270
Roberto Vidal
2020-02-26
feat: Add clippy lints
Mario Reder
2020-02-20
refactor: exercise evaluation
Roberto Vidal
2019-12-26
feat: Show a completion message when watching
Kate Hart
2019-11-18
feat(watch): show hint while watching
vyaslav
2019-11-12
fix(run): makes `run` never prompt
Roberto Vidal
2019-11-11
feat(cli): check for rustc before doing anything
Roberto Vidal
2019-11-11
Address feedback
marisa
2019-11-11
fix tests
marisa
2019-11-11
Merge branch 'master' into refactor-hints
marisa
2019-11-11
feat(hint): Add test for hint
marisa
2019-11-11
feat: Refactor hint system
marisa
2019-11-11
feat: improve `watch` execution mode
Roberto Vidal
2019-11-11
feat: Index exercises by name
marisa
[next]