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 (
Expand
)
Author
2022-07-01
change edition to 2021 in exercices.rs
KatanaFluorescent
2022-02-04
fix(clippy1): Set clippy::float_cmp lint to deny (#907)
radicale
2021-12-24
chore : replace filter_map() with find_map()
Galih wisnuaji
2021-09-21
fix(cli): typo in exercise.rs (#848)
LIU JIE
2021-08-24
fix(cli): remove unnecessary borrows (#829)
Ben Armstead
2021-04-21
feat: Replace clap with argh
mokou
2021-04-18
style: formatted files with rustfmt
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-01-08
Add looks_done method to Exercise to expose a resolution state
Abdou Seck
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-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-04-11
fix(run): compile clippy exercise files
Rohan Jain
2020-02-26
feat: Add clippy lints
Mario Reder
2020-02-20
refactor: exercise evaluation
Roberto Vidal
2019-11-11
fix tests
marisa
2019-11-11
Merge branch 'master' into refactor-hints
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
2019-05-22
Cargo fmt the rustlings application code
Eddy Petrisor
2019-05-07
Revert --nocapture flag
liv
2019-04-22
fix the --nocapture functionality
liv
2019-04-22
damn it
liv
2019-04-22
use -- --nocapture when testing
liv
2019-04-12
Clean up test includes for File and Path
Chris Pearce
2019-04-12
Extract exercise struct to encapsulate path logic
Chris Pearce