This repository has been archived on 2023-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
rustlings-exercises-completed/exercises
bors c6dad28ddc Auto merge of #224 - nyxtom:feat-enums, r=fmoko
feat: Add enums exercises

Creates an exhaustive list of enum exercises. This goes through the basics of different ways to derive enums with mixed data type variants, as well as the use of the all important `match` operator.
2019-11-09 09:41:36 +00:00
..
enums feat: Add enums exercises 2019-10-28 22:49:49 -05:00
error_handling fix(option1): Fix arguments passed to assert! macro 2019-10-25 14:27:24 -07:00
functions Auto merge of #172 - miller-time:fix-book-links, r=komaeda 2019-06-23 10:31:50 +00:00
if Auto merge of #172 - miller-time:fix-book-links, r=komaeda 2019-06-23 10:31:50 +00:00
macros chore: Fix a couple broken book links 2019-06-11 07:13:05 -07:00
modules Auto merge of #172 - miller-time:fix-book-links, r=komaeda 2019-06-23 10:31:50 +00:00
move_semantics Auto merge of #172 - miller-time:fix-book-links, r=komaeda 2019-06-23 10:31:50 +00:00
primitive_types fix(primitive_types4): Fail on a slice covering the wrong area 2019-08-17 17:16:19 -07:00
standard_library_types chore: Correct typo 2019-08-12 11:45:40 +02:00
strings chore: Fix a couple broken book links 2019-06-11 07:13:05 -07:00
structs feat: Added exercise for struct update syntax 2019-10-21 14:50:59 +02:00
tests chore: Fix a couple broken book links 2019-06-11 07:13:05 -07:00
threads chore: Fix a couple broken book links 2019-06-11 07:13:05 -07:00
variables chore: Fix a couple broken book links 2019-06-11 07:13:05 -07:00
test1.rs fix: Rewrite test1 logic 2019-10-29 20:53:41 +01:00
test2.rs Add errors to exercises that compile without user changes 2019-04-22 00:09:30 +02:00
test3.rs chore: Clean up some formatting in exercises 2019-06-11 07:14:43 -07:00
test4.rs add tests; refactor exercise links 2019-01-23 20:48:01 +01:00