Commit Graph

  • 6a376c1e3d Update the readme links, oops Carol (Nichols || Goulding) 2016-06-16 11:38:32 -0400
  • 0cc668c012
    Create tests for if1.rs Daan van Berkel 2016-06-14 17:07:36 +0200
  • 5029525594 Merge pull request #45 from matthewjberger/master Carol (Nichols || Goulding) 2016-06-08 09:27:48 -0400
  • 95669896fa Update dead dining philosophers link to the 1.4.0 book example. Matthew J. Berger 2016-06-07 15:56:55 -0700
  • 72ec3211a0 Merge pull request #44 from Zajn/zajn/update-hint-text Carol (Nichols || Goulding) 2016-05-31 14:10:12 -0400
  • e48efe3c34 Update hint to reflect new variable binding name Zachary T Jones 2016-05-25 20:23:33 -0400
  • a046286bf8 Merge pull request #43 from laboon/wjl_add_test_instructions Carol (Nichols || Goulding) 2016-05-14 17:21:44 -0400
  • 6e71d20086 Add directions on running tests laboon 2016-05-12 19:59:44 -0400
  • 3a172ccf30 Make strings2 less confusing, thank you @glenjamin!! 🎉 Carol (Nichols || Goulding) 2016-04-19 16:15:21 -0400
  • 4bf727cbf7 Incorporate ConnyOnny's iterator exercise! Carol (Nichols || Goulding) 2016-04-19 15:56:46 -0400
  • d0f4ee1b39 Merge remote-tracking branch 'origin/pr/40' Carol (Nichols || Goulding) 2016-04-16 11:32:10 -0400
  • 65cc4cf12c Add jleedev's try!, From, and Error exercise! Carol (Nichols || Goulding) 2016-02-17 18:46:10 -0500
  • c21fb10ae4 Add an exercise for rewriting Option to be Result Carol (Nichols || Goulding) 2016-02-16 18:14:20 -0500
  • 4587266b82 Rename the first errors exercise to be about Option, link to it Carol (Nichols || Goulding) 2016-02-16 17:43:44 -0500
  • d145c6334f Start an error handling section and move the result exercise there Carol (Nichols || Goulding) 2016-02-16 17:42:24 -0500
  • 79f0b17473 Add some error handling exercises Carol (Nichols || Goulding) 2016-02-10 19:37:26 -0500
  • 78014c0a73 fixed iterator1 exercise by giving the compiler less clues Constantin Berhard 2016-04-14 12:48:18 +0200
  • d989bbebd0 added exercise iterator1 and its solution Constantin Berhard 2016-04-14 12:16:04 +0200
  • 203b9167ea Merge pull request #37 from jwworth/pull_request_1460220767 Carol (Nichols || Goulding) 2016-04-09 17:42:05 -0400
  • 4d51aeedb4 Fix typo Jake Worth 2016-04-09 12:52:53 -0400
  • 5d60724a51 Merge pull request #36 from jonathantorres/patch-1 Carol (Nichols || Goulding) 2016-03-27 20:16:52 -0400
  • 65c78fef44 Update LICENSE year. Jonathan Torres 2016-03-27 15:57:49 -0400
  • a37ea4eb74 Ignore temporary .swp files Carol (Nichols || Goulding) 2016-02-09 15:23:50 -0500
  • ff94ef9254 Moved away from deprecated thread::sleep_ms Seamus Connor 2016-02-08 14:13:45 -0700
  • 89ee19802b Add links to the new primitive types exercises!! Carol (Nichols || Goulding) 2016-02-07 12:35:57 -0500
  • 984f1d7078 Add tuple indexing exercise from @ruipserra!! 👏 Carol (Nichols || Goulding) 2016-02-07 12:34:53 -0500
  • bbe1dc5937 Add tuple exercise from @ruipserra! 😻 Carol (Nichols || Goulding) 2016-02-07 12:30:08 -0500
  • 98cde6f9b1 Add slice exercise from @ruipserra!!! 💫 Carol (Nichols || Goulding) 2016-02-07 12:24:38 -0500
  • eed810652f Oops this is a .rs file, not a .md file Carol (Nichols || Goulding) 2016-02-07 12:15:30 -0500
  • 9c39b05bac Add array exercise from @ruipserra!!! 🎆🎆🎆 Carol (Nichols || Goulding) 2016-02-07 12:12:24 -0500
  • 7780a3537a Merge pull request #22 from douglascorrea/master Carol (Nichols || Goulding) 2016-02-03 19:46:46 -0500
  • 623cf4c90e Changing the IRC chanel to #rust-beginners Douglas Correa 2016-02-03 16:37:51 -0200
  • c2bd282af2 Make @ConnyOnny's example be 1st example in the `if` section! 🎉 Carol (Nichols || Goulding) 2015-11-17 17:59:18 -0500
  • f1ce5f4454 Merge remote-tracking branch 'origin/pr/18' Carol (Nichols || Goulding) 2015-11-17 17:48:53 -0500
  • 492c6bf594 Update link in README for move semantics 1 Carol (Nichols || Goulding) 2015-11-17 17:36:58 -0500
  • b345aa9cbf Fix typo in hint for move_semantics1.rs. Todd Thomas 2015-11-16 17:52:41 -0700
  • 802e6ac270 exercise for the ternary operator Constantin Berhard 2015-10-28 00:45:39 +0100
  • dbad16021c Add some more common String/&str idioms Carol (Nichols || Goulding) 2015-10-04 11:42:09 -0400
  • 7af29d6211 Incorporate Arc exercise from @ConnyOnny!! 🌟 Carol (Nichols || Goulding) 2015-09-30 21:08:35 -0400
  • 874a891592 added Arc1 to the Readme.md Constantin Berhard 2015-09-28 16:11:29 +0200
  • 883f31752b Arc1 code added Constantin Berhard 2015-09-28 15:43:11 +0200
  • 159330932a Add a shared mutability between threads exercise Carol (Nichols || Goulding) 2015-09-29 14:39:25 -0400
  • 8de7e3e072 Be more specific with what I'm talking about Carol (Nichols || Goulding) 2015-09-22 22:22:26 -0400
  • 9057b5697d Rearrange comment to break up bulleted lists Carol (Nichols || Goulding) 2015-09-22 22:21:38 -0400
  • c859550e6c Incorporate Move Semantics exercises from Felix's tutorial Carol (Nichols || Goulding) 2015-09-22 22:20:04 -0400
  • c6b7f1ba25 Update TODO list Carol (Nichols || Goulding) 2015-09-20 18:38:05 -0400
  • 2a23eaced6 Add some exercises about tests! Carol (Nichols || Goulding) 2015-09-20 18:31:41 -0400
  • 93869014f4 Add some exercises about Strings and &strs! Carol (Nichols || Goulding) 2015-09-20 18:03:00 -0400
  • ce3b710b13 Add jdm's Result exercise!! 😹 Carol (Nichols || Goulding) 2015-09-18 21:27:25 -0400
  • 70f8153ed9 Start some primitive types exercises Carol (Nichols || Goulding) 2015-09-18 21:10:16 -0400
  • 36a75c733e Just remembered another function one I wanted to do Carol (Nichols || Goulding) 2015-09-18 20:28:27 -0400
  • 9336aed2b9 Add module exercises from jdm! 🎉 Carol (Nichols || Goulding) 2015-09-17 22:21:56 -0400
  • 6324eeafe7 Add some exercises about functions! Carol (Nichols || Goulding) 2015-09-17 21:12:00 -0400
  • dbfab88e61 Add hints to the variable bindings exercises Carol (Nichols || Goulding) 2015-09-17 19:16:30 -0400
  • 9cf4958982 Reorganize README to have variable bindings first, links to get help Carol (Nichols || Goulding) 2015-09-17 18:57:40 -0400
  • f4c6dcf1d7 Add some exercises about variables! Carol (Nichols || Goulding) 2015-09-16 20:19:24 -0400
  • 32900581b9 Add links to the playpen!!!! Carol (Nichols || Goulding) 2015-09-16 20:04:55 -0400
  • 253ff9d75c Create ex5.rs Carol (Nichols || Goulding) 2015-09-16 09:49:09 -0400
  • 662c651c6f Create ex4.rs Carol (Nichols || Goulding) 2015-09-15 20:29:05 -0400
  • fe7157f4de Create README.md Carol (Nichols || Goulding) 2015-09-14 22:32:54 -0400
  • 12be375529 Create ex3.rs Carol (Nichols || Goulding) 2015-09-14 22:26:58 -0400
  • f238bdc34e Create ex2.rs Carol (Nichols || Goulding) 2015-09-14 22:26:38 -0400
  • a24f0f9398 Create ex1.rs Carol (Nichols || Goulding) 2015-09-14 22:26:11 -0400
  • 72f2fc269c Initial commit Carol (Nichols || Goulding) 2015-09-14 22:25:18 -0400