1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-12-22 23:24:13 +01:00

Commit Graph

  • b842030887 Merge 88086d6b9ce2ac47e5e73a4d698c3f7b757c6c56 into b5bbd7247a751cb7b2707d28246d9e57ab75634a Sho Nakatani 2017-03-19 15:16:58 +0000
  • b5bbd7247a Link edits + new exs from jan-schreib, mwilli20, & QuietMisdreavus! ☄️ Carol (Nichols || Goulding) 2017-03-19 10:15:57 -0400
  • 08071aae39 Word wrap for the playground Carol (Nichols || Goulding) 2017-03-19 10:10:48 -0400
  • 133892fc4e Merge pull request #57 from QuietMisdreavus/macros Carol (Nichols || Goulding) 2017-03-19 10:08:42 -0400
  • 2ee6e22e5c Merge pull request #56 from mwilli20/patch-1 Carol (Nichols || Goulding) 2017-03-19 10:02:51 -0400
  • 4cd095466b Merge pull request #54 from jan-schreib/patch-1 Carol (Nichols || Goulding) 2017-03-19 09:57:18 -0400
  • 2b70161b4f add macros4 example QuietMisdreavus 2017-03-17 09:47:45 -0500
  • 248d87a2dd add macros examples QuietMisdreavus 2017-03-17 09:30:29 -0500
  • e0274e07d0 Create iterators4.rs Matthew Williamson 2017-01-05 22:38:07 -0500
  • bfd0929cae ex1 is compiling Jan S 2017-01-04 00:22:23 +0100
  • 88086d6b9c fixes functions5 Sho Nakatani 2016-12-30 18:07:22 +0900
  • f5708d39ae fixes functions4 Sho Nakatani 2016-12-30 18:06:23 +0900
  • d928df0942 fixes functions3 Sho Nakatani 2016-12-30 18:05:22 +0900
  • b000a64f03 fixes functions2 Sho Nakatani 2016-12-30 18:04:47 +0900
  • ccc9f924bd fixes functions1 Sho Nakatani 2016-12-30 18:04:02 +0900
  • 11d1b58d64 Merge pull request #1 from laysakura/feature/variables Sho Nakatani 2016-12-30 17:59:53 +0900
  • d9b2542769 fixes variables4 Sho Nakatani 2016-12-30 17:58:49 +0900
  • 8aab9d9c03 fixes variables3 Sho Nakatani 2016-12-30 17:58:15 +0900
  • c01be98e34 fixes variables2 Sho Nakatani 2016-12-30 17:54:13 +0900
  • aac40f6120 fixes variables1 Sho Nakatani 2016-12-30 17:53:24 +0900
  • 2079503b21 changed URLs to https scheme where possible sarge 2016-08-15 07:02:36 +0300
  • 32131ae811 Incorporate changes from @pindell-matt! 🚀 Carol (Nichols || Goulding) 2016-07-05 09:00:56 -0400
  • cdcec9ca20 Update "strings2.rs" link Matt Pindell 2016-07-04 13:58:21 -0600
  • 17d830015c Too many dashes oops Carol (Nichols || Goulding) 2016-06-21 11:11:41 -0400
  • 4378a2c5bf Add more hints, better test failures, etc to errorsn Carol (Nichols || Goulding) 2016-06-21 11:10:21 -0400
  • 0b15e92738 Add another another error exercise Carol (Nichols || Goulding) 2016-06-21 10:40:32 -0400
  • ae46dfd752 Add another error exercise Carol (Nichols || Goulding) 2016-06-21 10:07:21 -0400
  • 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
  • c385f1514e Merge d989bbebd0f1d46529c341afff2239bac68e041d into 203b9167eac9f5ef392bcf427b0604da5f2ac0ed Constantin 2016-04-14 10:19:16 +0000
  • 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
  • 29e6dc8d1c Merge ff94ef92542fcd1eec9ff84088d5a009a134b1e6 into 89ee19802b90c1723da745731460c9a5945e216a Seamus Connor 2016-02-08 21:26:58 +0000
  • 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