Commit Graph

5 Commits (34ea029df8cb0af90524b9158990a56d6beb3d10)

Author SHA1 Message Date
marisa ce9fa6ebbf feat(hint): Add test for hint 5 years ago
marisa 9bdb0a12e4 feat: Refactor hint system
Hints are now accessible using the CLI subcommand `rustlings hint
<exercise name`.

BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
5 years ago
marisa 627cdc07d0 feat: Index exercises by name
BREAKING CHANGE: This changes the way you use `rustlings run` by now
requiring an abridged form of the previous filename, e.g:

`rustlings run exercises/if/if1.rs` becomes
`rustlings run if1`
5 years ago
Denys Smirnov 7cf0d5d15e Add not passing integration test 5 years ago
Chris Pearce 3d11d7685b Modify integration tests to fail on panic 5 years ago