Commit Graph

260 Commits (d7e58ee1af3945dc2b13f2ebb9daa7c2b2a26175)
 

Author SHA1 Message Date
Carol (Nichols || Goulding) 72ec3211a0 Merge pull request #44 from Zajn/zajn/update-hint-text
Update hint to reflect new variable binding name
8 years ago
Zachary T Jones e48efe3c34 Update hint to reflect new variable binding name 8 years ago
Carol (Nichols || Goulding) a046286bf8 Merge pull request #43 from laboon/wjl_add_test_instructions
Add directions on running tests
8 years ago
laboon 6e71d20086 Add directions on running tests 8 years ago
Carol (Nichols || Goulding) 3a172ccf30 Make strings2 less confusing, thank you @glenjamin!! 🎉
Fixes #41.
8 years ago
Carol (Nichols || Goulding) 4bf727cbf7 Incorporate ConnyOnny's iterator exercise!
- Deciding not to have solutions in the tree right now, until I figure
  out a more general way to handle that.
- The assertions work really great as tests, actually!
- Simplifying a few of the side points-- I think they deserve their own
  exercises :)
8 years ago
Carol (Nichols || Goulding) d0f4ee1b39 Merge remote-tracking branch 'origin/pr/40' 8 years ago
Carol (Nichols || Goulding) 65cc4cf12c Add jleedev's try!, From, and Error exercise!
Made some modifications to clarify the structure since this is a bigger
example, also added some more hints.

Name it errorsn since I think we could still use more exercises between
errors1 and errorsn, but I've been sitting on these too long as it is :)
8 years ago
Carol (Nichols || Goulding) c21fb10ae4 Add an exercise for rewriting Option to be Result
In the case where you'd like to provide an explanation why the function
isn't able to do the thing, rather than just not doing the thing.
8 years ago
Carol (Nichols || Goulding) 4587266b82 Rename the first errors exercise to be about Option, link to it 8 years ago
Carol (Nichols || Goulding) d145c6334f Start an error handling section and move the result exercise there
I think this is a better categorization than "standard library types".
8 years ago
Carol (Nichols || Goulding) 79f0b17473 Add some error handling exercises 8 years ago
Constantin Berhard 78014c0a73 fixed iterator1 exercise by giving the compiler less clues 8 years ago
Constantin Berhard d989bbebd0 added exercise iterator1 and its solution 8 years ago
Carol (Nichols || Goulding) 203b9167ea Merge pull request #37 from jwworth/pull_request_1460220767
Fix typo
8 years ago
Jake Worth 4d51aeedb4 Fix typo 8 years ago
Carol (Nichols || Goulding) 5d60724a51 Merge pull request #36 from jonathantorres/patch-1
Update LICENSE year.
9 years ago
Jonathan Torres 65c78fef44 Update LICENSE year. 9 years ago
Carol (Nichols || Goulding) a37ea4eb74 Ignore temporary .swp files 9 years ago
Seamus Connor ff94ef9254 Moved away from deprecated thread::sleep_ms
Refactored to use thread::sleep and time::Duration and updated link in
README.md
9 years ago
Carol (Nichols || Goulding) 89ee19802b Add links to the new primitive types exercises!!
Fixes #29, thank you @ruipserra!!
9 years ago
Carol (Nichols || Goulding) 984f1d7078 Add tuple indexing exercise from @ruipserra!! 👏
Connects to #29
9 years ago
Carol (Nichols || Goulding) bbe1dc5937 Add tuple exercise from @ruipserra! 😻 9 years ago
Carol (Nichols || Goulding) 98cde6f9b1 Add slice exercise from @ruipserra!!! 💫
Connects to #29
9 years ago
Carol (Nichols || Goulding) eed810652f Oops this is a .rs file, not a .md file 9 years ago
Carol (Nichols || Goulding) 9c39b05bac Add array exercise from @ruipserra!!! 🎆🎆🎆
Connects to #29.
9 years ago
Carol (Nichols || Goulding) 7780a3537a Merge pull request #22 from douglascorrea/master
Changing the IRC chanel to #rust-beginners
9 years ago
Douglas Correa 623cf4c90e Changing the IRC chanel to #rust-beginners 9 years ago
Carol (Nichols || Goulding) c2bd282af2 Make @ConnyOnny's example be 1st example in the `if` section! 🎉 9 years ago
Carol (Nichols || Goulding) f1ce5f4454 Merge remote-tracking branch 'origin/pr/18' 9 years ago
Carol (Nichols || Goulding) 492c6bf594 Update link in README for move semantics 1 9 years ago
Todd Thomas b345aa9cbf Fix typo in hint for move_semantics1.rs.
When I compile the unedited example in the playground, I get the
error on line 10, not line 8. That's the case for stable, beta,
and nightly.
9 years ago
Constantin Berhard 802e6ac270 exercise for the ternary operator
i.e. if-then-else *expression* in Rust
9 years ago
Carol (Nichols || Goulding) dbad16021c Add some more common String/&str idioms 9 years ago
Carol (Nichols || Goulding) 7af29d6211 Incorporate Arc exercise from @ConnyOnny!! 🌟 9 years ago
Constantin Berhard 874a891592 added Arc1 to the Readme.md
but without link to rust play
9 years ago
Constantin Berhard 883f31752b Arc1 code added 9 years ago
Carol (Nichols || Goulding) 159330932a Add a shared mutability between threads exercise
Closes #3. Thank you @jdm!!! ❇️
9 years ago
Carol (Nichols || Goulding) 8de7e3e072 Be more specific with what I'm talking about 9 years ago
Carol (Nichols || Goulding) 9057b5697d Rearrange comment to break up bulleted lists 9 years ago
Carol (Nichols || Goulding) c859550e6c Incorporate Move Semantics exercises from Felix's tutorial
👍 👍 👍

Connects to #6
9 years ago
Carol (Nichols || Goulding) c6b7f1ba25 Update TODO list 9 years ago
Carol (Nichols || Goulding) 2a23eaced6 Add some exercises about tests! 9 years ago
Carol (Nichols || Goulding) 93869014f4 Add some exercises about Strings and &strs! 9 years ago
Carol (Nichols || Goulding) ce3b710b13 Add jdm's Result exercise!! 😹
Fixes #10. Thank you!!!
9 years ago
Carol (Nichols || Goulding) 70f8153ed9 Start some primitive types exercises 9 years ago
Carol (Nichols || Goulding) 36a75c733e Just remembered another function one I wanted to do 9 years ago
Carol (Nichols || Goulding) 9336aed2b9 Add module exercises from jdm! 🎉
Fixes #9.
9 years ago
Carol (Nichols || Goulding) 6324eeafe7 Add some exercises about functions! 9 years ago
Carol (Nichols || Goulding) dbfab88e61 Add hints to the variable bindings exercises 9 years ago