rustlings/exercises
Gaurang Tandon d6c0a688e6
fix(test2): name of type String and &str (#394)
2020-05-13 12:38:14 +02:00
..
clippy chore: add explanatory comment to clippy1 2020-04-21 18:50:00 +02:00
conversions Merge pull request #368 from apatniv/update_test_case 2020-05-03 13:31:46 +02:00
enums Update Message::Move in the enums3 test to take a Point. 2020-05-04 18:59:23 -04:00
error_handling fix(errorsn): Try harder to confine the user. (#388) 2020-05-06 21:12:15 +02:00
functions Created consistent money unit 2019-12-29 19:15:32 -05:00
generics add I AM NOT DONE comments 2020-02-28 00:31:55 +00:00
if feat: Add if2 exercise 2020-05-02 13:02:16 -07:00
macros fix: update iterator and macro text for typos and clarity 2020-04-29 19:11:54 -07:00
modules Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
move_semantics fix: line numbers in several exercises and hints 2019-11-14 08:21:56 +01:00
option fix(option1): Add cast to usize, as it is confusing in the context of an exercise about Option 2020-05-02 16:39:37 -07:00
primitive_types fix: revert primitive_types4 (#296) 2020-04-08 10:42:35 +02:00
standard_library_types fix: update iterator and macro text for typos and clarity 2020-04-29 19:11:54 -07:00
strings Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
structs feat: Added exercise structs3.rs 2020-04-27 20:26:34 +02:00
tests chore: Correct test command in tests1.rs comment 2020-01-29 13:48:43 +08:00
threads fix: line numbers in several exercises and hints 2019-11-14 08:21:56 +01:00
traits remove confusing comment wording 2020-02-25 11:00:09 +00:00
variables feat: Add exercise variables6 covering const (#352) 2020-04-14 10:13:20 +02:00
test1.rs Created consistent money unit 2019-12-29 19:15:32 -05:00
test2.rs fix(test2): name of type String and &str (#394) 2020-05-13 12:38:14 +02:00
test3.rs feat: improve `watch` execution mode 2019-11-11 16:23:35 +01:00
test4.rs Add a second test case 2020-02-25 14:25:03 +01:00