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
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