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

Commit Graph

  • ccfcc4f4eb
    Merge e59c65cf4594d7ee30f5c9e10cddb3438a74722c into 26cf4989a2d9ffe6464e737ec341305384c86080 Enrico 2024-12-15 19:55:41 +0700
  • 67b52a7ff6
    Merge 2be69b0f8ba991d1dce447bd3bf6802a3b382ece into 26cf4989a2d9ffe6464e737ec341305384c86080 markharley12 2024-12-14 08:16:08 +0900
  • d91f14dc0e
    Merge 59e8f70e55fdcb5d8dcda651254f52cfdd76ce1f into 26cf4989a2d9ffe6464e737ec341305384c86080 Kacper Poneta 2024-12-14 08:15:40 +0900
  • 47a5185d60
    Merge 8aa8b492eabc638ee9aadb281249cc212ec1dd4b into 26cf4989a2d9ffe6464e737ec341305384c86080 Jonathan Underwood 2024-12-14 08:15:37 +0900
  • 5734bd6082
    Merge 74a8c7959f4fe6ff8e32bc1d979b3454c0bec525 into 26cf4989a2d9ffe6464e737ec341305384c86080 Grimace of Despair 2024-12-13 23:36:08 +0100
  • a944fc73f4
    Merge 275071b740cabd833eb2d4fa851bcef1ce2851ff into 26cf4989a2d9ffe6464e737ec341305384c86080 Kim Hokyeong 2024-12-14 06:40:14 +0900
  • c082cde876
    Merge fa6680ff76e322af0f096986ebce89243d902cad into 26cf4989a2d9ffe6464e737ec341305384c86080 Eric Eastwood 2024-12-13 13:24:42 -0600
  • 26cf4989a2
    Merge pull request #2173 from JoelMarcey/if2-comment-fix main Mo 2024-12-13 19:48:16 +0100
  • 6e60f441e9
    Fix argument comment in test of if2.rs Joel Marcey 2024-12-13 10:44:21 -0800
  • d07de879a7 Update deps mo8it 2024-12-11 00:12:22 +0100
  • 275071b740 cargo fmt --all --check manmen-mi 2024-12-08 12:05:21 +0900
  • e5f0a8f997 holy clippy manmen-mi 2024-12-08 11:50:49 +0900
  • 027cbdb629 format / reduce diff manmen-mi 2024-12-08 11:46:56 +0900
  • 6760560920 hold replacer in app_state insted of main / watcher manmen-mi 2024-12-08 11:44:13 +0900
  • 5cd711e909 trim_end_with_slash manmen-mi 2024-12-08 11:19:51 +0900
  • 1ffe7fc837 fix manmen-mi 2024-12-08 11:16:02 +0900
  • 509d240d2b
    add unit test Kim Hokyeong 2024-12-08 02:12:43 +0000
  • 2c09341074 to contain String manmen-mi 2024-12-07 22:01:18 +0900
  • 96816a7b78 try subcommand manmen-mi 2024-12-07 21:40:18 +0900
  • d49f192835 add arg manmen-mi 2024-12-07 21:40:03 +0900
  • 74a8c7959f
    Do not suggest vec macro for vecs1.rs Grimace of Despair 2024-12-02 04:12:18 +0100
  • 042a1ef611 Update rust-book links Joao L Souza Jr 2024-12-01 18:02:29 -0300
  • 2be69b0f8b fix for a couple of small issues I came accross whilst doing the exercise markharley12 2024-11-15 20:44:38 +0000
  • dd0634c483
    Merge pull request #2158 from mnshdw/mnshdw/feedback-errors6 Mo 2024-11-14 14:49:57 +0100
  • fc0cd8f0f8 Switch comment style to // Antoine Dupuis 2024-11-14 09:14:40 +0100
  • d5cae8ff59 Add alternative solution using From trait Antoine Dupuis 2024-11-13 23:51:09 +0100
  • 1e96dab8f0 Deploying to gh-pages from @ rust-lang/rustlings@38016cb2d6 🚀 gh-pages mo8it 2024-11-13 15:07:00 +0000
  • 38016cb2d6 clippy3: Make the intent more clear mo8it 2024-11-13 16:06:41 +0100
  • 38656c82cc
    Update functions1.rs Hariprasath_Ganapathi 2024-11-13 10:41:09 +0530
  • 8be313a1dd
    Update variables6.rs Hariprasath_Ganapathi 2024-11-13 10:38:12 +0530
  • e6cb104294 chore: Release v6.4.0 rustlings-macros-v6.4.0 mo8it 2024-11-11 15:51:27 +0100
  • 410eb69d25 Remove "chore: " from the commit message of releases mo8it 2024-11-11 15:49:50 +0100
  • 243cf5f261 Update CHANGELOG mo8it 2024-11-11 15:49:24 +0100
  • eff2ce8a23 Ignore input while checking all exercises in watch mode mo8it 2024-11-11 14:55:58 +0100
  • fd33c29b26 Test with MSRV before release mo8it 2024-11-11 14:43:51 +0100
  • f49164e69b Fix typo mo8it 2024-11-11 14:43:38 +0100
  • 9bc7bbe4b4 Update deps mo8it 2024-11-11 14:35:22 +0100
  • 46ad25f925 Fix contrast in terminals with a light theme mo8it 2024-11-11 14:34:33 +0100
  • 75b6c9a473
    Merge branch 'rust-lang:main' into main jiangker 2024-11-10 20:50:55 +0800
  • 8aa8b492ea
    Add closures2.rs junderw 2024-11-01 18:45:11 +0900
  • d9cfdf7c65
    Update closures junderw 2024-11-01 16:53:50 +0900
  • 286e803d40
    WIP Closures1 junderw 2024-09-02 23:26:39 +0900
  • 5ee44e202e
    grammatical fix on move_semantics2.rs elian1780 2024-10-29 15:09:38 +0100
  • 2a725fb137 Upgrade notify mo8it 2024-10-29 14:25:44 +0100
  • 449858655d Update deps mo8it 2024-10-26 16:54:54 +0200
  • e8c2a79516 Deduplicate code for printing keys mo8it 2024-10-26 16:53:07 +0200
  • 1da9b62fce merge rustlings jiangfangping 2024-10-25 15:46:35 +0800
  • ea85c1b46e
    Merge pull request #2142 from cenviity/push-qoxkvmtkyvmv Mo 2024-10-22 12:35:25 +0200
  • 6bec6f92c4 threads1: Fix typos in description Vincent Ging Ho Yim 2024-10-22 16:49:44 +1100
  • 04407ae27e Add a method that solves the problem: using recursion combined with match to implement factorial. 1vk3y 2024-10-19 18:35:47 +0800
  • 930a0ea73b list: Highlight search match in exercise names mo8it 2024-10-17 16:00:10 +0200
  • 7e2f56f41a Use the default hasher mo8it 2024-10-17 15:03:43 +0200
  • e90f5f03f3 Mention the Q&A category mo8it 2024-10-17 14:59:37 +0200
  • 0e090ae112 Add required type annotation mo8it 2024-10-17 14:48:56 +0200
  • 99496706c5 Apply new Clippy lints mo8it 2024-10-17 14:44:48 +0200
  • f146553dea hashmap3: Use or_default mo8it 2024-10-17 14:37:47 +0200
  • fa6680ff76 Correctly point to sections Eric Eastwood 2024-10-16 11:09:09 -0500
  • 2bccdcbd2c Use simple caution message with expand for more details Eric Eastwood 2024-10-16 11:07:42 -0500
  • 60e0d4ae8a Fix some grammar Eric Eastwood 2024-10-16 11:01:41 -0500
  • a025ce0538 Add warning about rust-analyzer not working if you clone and use the repo directly Eric Eastwood 2024-10-14 14:11:09 -0500
  • 0432e07864
    Merge pull request #2130 from Nahor/typo Mo 2024-10-14 20:06:30 +0200
  • f33ba139b4 Fix typos Nahor 2024-10-14 10:13:30 -0700
  • 990a722852 Limit the maximum number of exercises to 999 mo8it 2024-10-14 15:57:44 +0200
  • a675cb5754 Replace ahash with foldhash mo8it 2024-10-14 15:24:42 +0200