1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-19 03:26:09 +02:00
rustlings/exercises
Alexx Roche 113cdae2d4
fix(arc1): Passively introduce attributes (#429)
Ensure that std::sync::Arc is actually used, as this exercise can be compiled using things already learnt in previous exercises.
2020-06-14 12:15:35 +02:00
..
clippy chore: add explanatory comment to clippy1 2020-04-21 18:50:00 +02:00
conversions Added example to show the AsRef working 2020-06-08 07:51:34 -04: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 chore: Limit generics3 lines to 90 chars 2020-05-27 23:39:11 -07: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): Don't add only zeros to the numbers array 2020-05-27 18:55:12 +10:00
primitive_types fix: revert primitive_types4 (#296) 2020-04-08 10:42:35 +02:00
standard_library_types fix(arc1): Passively introduce attributes (#429) 2020-06-14 12:15:35 +02:00
strings Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
structs chore: remove struct2 hint comment 2020-05-20 08:31:28 +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 feat: Add traits README 2020-05-28 20:21:33 -07:00
variables fix(variables6): minor typo (#419) 2020-06-03 13:34:43 +02:00
quiz1.rs feat: renames test to quiz, fixes #244 2020-05-19 18:47:44 +02:00
quiz2.rs feat: renames test to quiz, fixes #244 2020-05-19 18:47:44 +02:00
quiz3.rs fix: fix quiz naming inconsistency (#421) 2020-06-03 20:06:35 +02:00
quiz4.rs feat: renames test to quiz, fixes #244 2020-05-19 18:47:44 +02:00