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

Commit Graph

  • 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
  • 8b476e678a
    Update info.toml bri-rose 2024-09-13 10:23:05 -0500
  • 47f8a0cbe5 Add rust-analyzer.toml on dev new mo8it 2024-09-13 16:39:28 +0200
  • 9459eef032 Use Clippy with Rust-Analyzer mo8it 2024-09-13 16:38:53 +0200
  • 5aaa8924a6 <s>earch isn't a typo mo8it 2024-09-13 15:07:53 +0200
  • 4ffce1c297 Move lint to Rust lints mo8it 2024-09-13 14:59:34 +0200
  • 0513660b05 Allow dead code for all exercises and solutions mo8it 2024-09-13 14:56:46 +0200
  • 3947c4de28 Pause input while running an exercise mo8it 2024-09-12 17:45:42 +0200
  • 664228ef8b Improve quit message mo8it 2024-09-12 16:34:33 +0200
  • 234a61a3ee Update deps mo8it 2024-09-12 15:40:21 +0200
  • 83d1275d72 Add missing # in comment mo8it 2024-09-12 14:10:50 +0200
  • 45abd7d59e
    Merge pull request #2107 from alibektas/ratoml_for_rustlings Mo 2024-09-12 15:49:31 +0200
  • 88e10a9e54 hardcode ratoml in init.rs Ali Bektas 2024-09-12 15:46:09 +0200
  • 1f624d4c2a Add rust-analyzer.toml file Ali Bektas 2024-09-12 15:26:40 +0200
  • 9f15c1bfee
    fix: showing unnecessary x is never used warnings Hussain 2024-09-12 03:07:13 +0300
  • 6216092182
    fix: showing unnecessary x is never used warnings Hussain 2024-09-12 03:06:46 +0300
  • 9a25309c1c Remove redundant enum definition task Remo Senekowitsch 2024-09-11 16:47:27 +0200
  • 3db2018b56 Pending changes exported from your codespace Khush Ramani 2024-09-08 17:44:12 +0000
  • 2b7caf6fcb Too polite :P mo8it 2024-09-06 16:36:36 +0200
  • 938500fd2f Fix dev check in official repo mo8it 2024-09-06 16:35:12 +0200
  • 2d26358602 Use the thread builder and handle the spawn error mo8it 2024-09-06 15:40:25 +0200
  • 9faa5d3aa4 Avoid asking for terminal size on each rendering mo8it 2024-09-05 17:45:27 +0200
  • bcc2a136c8 Add error message when unable to get terminal size mo8it 2024-09-05 17:37:34 +0200
  • dcad002057 Only render when needed mo8it 2024-09-05 17:32:59 +0200
  • 51b8d2ab25 Remove unused import mo8it 2024-09-05 17:23:56 +0200