1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-07 19:14:12 +01:00

Commit Graph

  • 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
  • baeeff389c
    Merge pull request #2122 from Nahor/check_all Mo 2024-10-14 01:29:25 +0200
  • 932bc25d88 Remove unneeded line mo8it 2024-10-14 01:28:34 +0200
  • bdc6dad8de Update names mo8it 2024-10-14 01:28:12 +0200
  • ea73af9ba3 Separate initialization with a struct mo8it 2024-10-14 01:06:11 +0200
  • fc5fc0920f Remove outdated comments mo8it 2024-10-14 00:48:12 +0200
  • 9705c161b4 Remove the tracking of done and pending mo8it 2024-10-14 00:45:41 +0200
  • 8cac21511c Small improvements to showing progress mo8it 2024-10-14 00:42:49 +0200
  • 396ee4d618 Show progress with exercise numbers mo8it 2024-10-13 23:28:17 +0200
  • 326169a7fa Improve check-all command mo8it 2024-10-13 22:02:41 +0200
  • 685e069c58 First PR review changes mo8it 2024-10-10 19:43:35 +0200
  • 84a42a2b24 Update third-party exercises section mo8it 2024-10-09 15:42:16 +0200
  • ac6e1b7ce5
    Merge pull request #2121 from sotanengel/add/link-to-THIRD_PARTY-repository-for-Japanese-translations Mo 2024-10-09 15:35:30 +0200
  • f516da4138 Avoid single char variables mo8it 2024-10-09 15:27:36 +0200
  • 1444cb9737 Restriction by trait Grade so that the ReportCard has and ONLY has two types: numeric and alphabetic. 1vk3y 2024-10-07 13:17:40 +0800
  • e852e60416
    Merge pull request #2124 from Polycarbohydrate/main Mo 2024-10-06 01:50:18 +0200
  • bf7d171915
    Update from_str.rs Polycarbohydrate 2024-10-05 16:05:35 -0400
  • d3f819f86f Add command line command to check all exercises Nahor 2024-10-04 14:36:36 -0700
  • aa83fd6bc4 Show a progress bar when running check_all Nahor 2024-10-02 15:28:42 -0700
  • e2f7734f37 Limit the amount of parallelism in check_all Nahor 2024-10-02 14:42:50 -0700
  • 5c17abd1bf Use a channel to update the check_all progress Nahor 2024-10-02 14:10:26 -0700
  • c52867eb8b Add command to check all the exercises Nahor 2024-10-02 13:40:32 -0700
  • 26fd97a209 Update all exercises during the final check Nahor 2024-10-02 11:45:55 -0700
  • e59c65cf45 chore: Refactored to adhere to new rustlings version Enrico 2024-09-29 20:34:29 +0200
  • f0a2cdeb18
    Merge branch 'rust-lang:main' into add/link-to-THIRD_PARTY-repository-for-Japanese-translations sotanengel 2024-09-29 11:09:34 +0900
  • 1c27aeead9 feat: add functions6.rs and move_semantics6.rs exercises about closures Enrico 2023-11-01 22:36:58 +0100
  • 0c79f2ea3e Reset in prompt with confirmation mo8it 2024-09-26 18:15:45 +0200
  • 0e9eb9e87e Replace three dots with dot in hint mo8it 2024-09-26 18:05:05 +0200
  • 0d258b9e96 Update deps mo8it 2024-09-26 12:28:48 +0200
  • d4fa61e435 Debounce file change events mo8it 2024-09-26 12:26:24 +0200
  • 554301b8e9 Clear terminal before final check in watch mode mo8it 2024-09-24 16:12:44 +0200
  • e3ec0abca4 add Third-Party List about rustlings-jp on README sota.n 2024-09-24 16:58:37 +0900
  • a55e848359
    Merge pull request #2114 from samueltardieu/push-ptorzrrnmxyp Mo 2024-09-22 11:40:45 +0200
  • 2653c3c4d4 Do not use .as_bytes().len() on strings Samuel Tardieu 2024-09-22 10:48:14 +0200
  • 4e4b65711a Only handle file changes for the current exercise, no jumping back mo8it 2024-09-18 01:44:13 +0200
  • 89c40ba256 Optimize the file watcher mo8it 2024-09-18 01:43:48 +0200
  • e56ae6d651 Update deps mo8it 2024-09-17 23:33:48 +0200
  • 64b2f18d92
    Merge pull request #2103 from senekor/senk/kvuzvzqqkskk Mo 2024-09-16 12:56:28 +0200
  • 2894f3c45c
    Merge pull request #2110 from senekor/remo/skkynvtqxkoz Mo 2024-09-16 12:54:20 +0200
  • 1bae2dcb00
    Merge pull request #2109 from bri-rose/main Mo 2024-09-14 23:52:54 +0200
  • b540c6df25 Make if2 less confusing Remo Senekowitsch 2024-09-14 09:48:26 +0200