1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-22 04:26:09 +02:00
rustlings/exercises
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.
2019-11-11 16:51:38 +01:00
..
enums feat: Refactor hint system 2019-11-11 16:51:38 +01:00
error_handling feat: Refactor hint system 2019-11-11 16:51:38 +01:00
functions feat: Refactor hint system 2019-11-11 16:51:38 +01:00
if feat: Refactor hint system 2019-11-11 16:51:38 +01:00
macros feat: Refactor hint system 2019-11-11 16:51:38 +01:00
modules feat: Refactor hint system 2019-11-11 16:51:38 +01:00
move_semantics feat: Refactor hint system 2019-11-11 16:51:38 +01:00
primitive_types feat: Refactor hint system 2019-11-11 16:51:38 +01:00
standard_library_types feat: Refactor hint system 2019-11-11 16:51:38 +01:00
strings feat: Refactor hint system 2019-11-11 16:51:38 +01:00
structs fix(structs1): Remove misleading comment 2019-11-11 13:57:59 +01:00
tests feat: Refactor hint system 2019-11-11 16:51:38 +01:00
threads feat: Refactor hint system 2019-11-11 16:51:38 +01:00
variables feat: Refactor hint system 2019-11-11 16:51:38 +01:00
test1.rs fix: Rewrite test1 logic 2019-10-29 20:53:41 +01:00
test2.rs fix(strings): Move Strings before Structs 2019-11-11 13:46:42 +01:00
test3.rs fix(strings): Move Strings before Structs 2019-11-11 13:46:42 +01:00
test4.rs add tests; refactor exercise links 2019-01-23 20:48:01 +01:00