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

Commit Graph

  • 59e8f70e55 Format code mo8it 2024-07-12 18:31:23 +0200
  • 4c8365fe88 Update dev/Cargo.toml mo8it 2024-07-12 18:25:01 +0200
  • 52af0674c1 changed the task to make it more appropriate Kacper Poneta 2024-07-12 18:14:40 +0200
  • d176ddd27e Improve TODO comment mo8it 2024-07-12 16:29:41 +0200
  • 938b90e5f2 very small solution update Kacper Poneta 2024-07-11 22:55:48 +0200
  • 55cc8584bd added exercise Kacper Poneta 2024-07-11 22:53:38 +0200
  • c0045bd53d added this as a third generic exercise Kacper Poneta 2024-07-11 21:47:30 +0200
  • fa7e4f8ade 🐛 fix bugs breayhing 2024-07-11 22:02:46 +0800
  • 1767f47bc6 add new exercise breayhing 2024-07-11 21:51:49 +0800
  • 2c7f64424c update codes breayhing 2024-07-11 21:27:09 +0800
  • a8bcac9c6f ⬆️ add dependencies breayhing 2024-07-11 21:10:14 +0800
  • eedbd0a980 update cargo.toml breayhing 2024-07-11 20:54:35 +0800
  • 4334cfdc3f 📝 change info.toml breayhing 2024-07-11 20:53:10 +0800
  • f2443ccf5f 🎨 improve format code breayhing 2024-07-11 20:45:27 +0800
  • ad121ddad9 add exercises to performance breayhing 2024-07-11 20:24:34 +0800
  • f7f2527951 add exercises of async breayhing 2024-07-11 20:18:34 +0800
  • ac9443f516 add README to async chapter breayhing 2024-07-11 19:50:24 +0800
  • e5630438f2 coding 12、13 jiangker 2024-07-11 14:48:30 +0800
  • 0847b3a4bf chore: Release v6.1.0 rustlings-macros-v6.1.0 mo8it 2024-07-10 16:51:34 +0200
  • 6d2ea8dae3 Update CHANGELOG mo8it 2024-07-10 16:49:36 +0200
  • 47ba4502e0 move_semantics2: Mention cloning in the hint mo8it 2024-07-10 15:55:18 +0200
  • 6263cb6456 Add note about iterating over Option mo8it 2024-07-10 15:16:49 +0200
  • d7024d80ce move_semantics4: Avoid using the dereference operator mo8it 2024-07-10 13:50:39 +0200
  • 59d6b852af move_semantics5: Move main to the end mo8it 2024-07-10 13:47:33 +0200
  • e512928df5 Update deps mo8it 2024-07-10 13:27:32 +0200
  • a38029e3e7
    Merge pull request #2037 from jaads/fix-iterators-2-hint Mo 2024-07-10 11:33:45 +0200
  • b12b652a57 updated variable name in hint Jan Arends 2024-07-10 11:16:35 +0200
  • deadba31d5 quiz2 jiangker 2024-07-10 15:08:34 +0800
  • 512d418f7f strings jiangfangping 2024-07-09 15:35:42 +0800
  • f05c85be0d enums and struct jiangfangping 2024-07-09 11:44:52 +0800
  • c793416495 Fix typo mo8it 2024-07-08 16:50:35 +0200
  • 01343f187b Explain what a factorial is and link to wikipedia for more details mo8it 2024-07-08 16:29:43 +0200
  • 69021e1497 Remove stable from book links mo8it 2024-07-08 16:00:12 +0200
  • 08c408aae0 Add hint about string concatination with + mo8it 2024-07-08 15:20:56 +0200
  • bf698659b0 Sync comment from exercise mo8it 2024-07-08 15:20:23 +0200
  • 2d5d70693a errors3: Add a comment to prevent changing the wrong line mo8it 2024-07-08 15:05:58 +0200
  • a4091ade5c iterators3: Add IntegerOverflow error variant mo8it 2024-07-08 14:40:35 +0200
  • a7a881809f Check is_terminal mo8it 2024-07-08 12:53:44 +0200
  • 6f0202719d First quiz done Shaja 2024-07-08 16:01:38 +0530
  • 17f5f39e51 study 4-6 jiangker 2024-07-08 15:12:23 +0800
  • a2e9d3cae7 fix base use jiangker 2024-07-08 12:39:18 +0800
  • 0f4cb94cfe quiz2: Use repeat mo8it 2024-07-07 20:28:31 +0200
  • 6469e9734b
    Merge pull request #2031 from NewtonChutney/patch-1 Mo 2024-07-07 20:25:21 +0200
  • 5372caefb3
    Update iterator sol in quiz2.rs NitinKM 2024-07-07 23:19:38 +0530
  • 9d7b973a62 Improve the comments in cow1 mo8it 2024-07-07 17:03:00 +0200
  • a5f221aa39 Improve some messages mo8it 2024-07-07 15:53:48 +0200
  • e764b75aef This'll -> This will mo8it 2024-07-07 15:41:35 +0200
  • 708cfef3f7 enums3: Avoid confusion with parentheses mo8it 2024-07-07 15:29:05 +0200
  • 01b8432d58 Mark the last exercise as done mo8it 2024-07-07 13:55:39 +0200
  • 9b5b652c71 Fix link on website mo8it 2024-07-07 00:28:17 +0200
  • 981a4778a9 Add newline between functions mo8it 2024-07-06 22:23:19 +0200
  • 5d4363d58d Add comma mo8it 2024-07-06 22:21:52 +0200
  • 48697b8225
    Merge pull request #2027 from yerke/patch-2 Mo 2024-07-06 22:22:27 +0200
  • 1652bb67d9
    Merge pull request #2026 from yerke/patch-1 Mo 2024-07-06 22:21:15 +0200
  • 1499f681a3
    Fix formatting in strings4.rs Yerkebulan Tulibergenov 2024-07-06 12:53:14 -0700
  • a21fa6ff40
    Fix typo in structs3.rs Yerkebulan Tulibergenov 2024-07-06 12:37:55 -0700
  • 186dc3c1ab
    Merge pull request #2025 from mre/patch-1 Mo 2024-07-06 17:06:03 +0200
  • 6b7a27d080
    Fix typo in THIRD_PARTY_EXERCISES.md Matthias Endler 2024-07-06 14:30:11 +0200
  • c9017f9f7a
    Merge pull request #2022 from matthewjnield/main Mo 2024-07-06 13:25:03 +0200
  • fdada8b3d4
    chore: Update errors5.rs exercise to be consistent with solution Matt Nield 2024-07-05 16:04:07 -0400
  • 9e2ff7d037
    Merge pull request #2021 from matthewjnield/main Mo 2024-07-05 15:52:20 +0200
  • 65834fc420 Improve quizes mo8it 2024-07-05 15:38:59 +0200
  • f5a4965de7 Improve wording in quiz1 mo8it 2024-07-05 15:38:33 +0200
  • db5911eb73 Use *= mo8it 2024-07-05 15:31:39 +0200