Commit graph

  • 04407ae27e Add a method that solves the problem: using recursion combined with match to implement factorial. 1vk3y 2024-10-19 18:35:47 +0800
  • 60d686f00e
    Merge e59c65cf45 into 930a0ea73b Enrico 2024-10-18 10:42:35 -0600
  • 6953f9cad7
    Merge fa6680ff76 into 930a0ea73b Eric Eastwood 2024-10-17 17:19:45 +0200
  • 930a0ea73b list: Highlight search match in exercise names main mo8it 2024-10-17 16:00:10 +0200
  • 7e2f56f41a Use the default hasher mo8it 2024-10-17 15:03:43 +0200
  • ea71ae1c72 Deploying to gh-pages from @ rust-lang/rustlings@e90f5f03f3 🚀 gh-pages mo8it 2024-10-17 13:00:03 +0000
  • 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
  • 8b0c67b397
    Merge 59e8f70e55 into 0432e07864 Kacper Poneta 2024-10-14 11:07:05 -0700
  • 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
  • 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
  • aa3eda70e5 Simplify handling terminal events for unbuffered stdin mo8it 2024-09-05 17:12:26 +0200
  • 2d0860fe1b Hide input and disable its line buffering mo8it 2024-09-05 02:11:19 +0200
  • 17877366b7 Update deps mo8it 2024-09-05 01:55:31 +0200
  • 5eb3dee59c Create solution even if the solution's directory is missing mo8it 2024-09-05 00:21:24 +0200
  • 48c8a43370 rustlings Linny 2024-09-04 10:34:16 +0800
  • 247bd19f93 Canonicalize exercise paths only once mo8it 2024-09-04 02:19:45 +0200
  • e5ed115288 Match filter once mo8it 2024-09-04 01:20:48 +0200
  • 03baa471d9 Simplify handling p in list mo8it 2024-09-04 01:07:08 +0200
  • da8b3d143a Final touches to searching mo8it 2024-09-04 01:05:30 +0200
  • 20616ff954
    Merge pull request #2098 from frroossst/main Mo 2024-09-04 00:40:22 +0200
  • f463cf8662 passes clippy lints and removed extra code from the merge Adhyan 2024-09-03 15:10:44 -0600
  • e9879eac91 merge of origin/main Adhyan 2024-09-03 15:04:45 -0600
  • 47148e78a3 replaced enumerate() with position(); converted select_if_matches_search_query to apply_search_query Adhyan 2024-09-03 15:03:25 -0600
  • fea917c8f2 removed unnecessary update_rows() call and minor refactoring Adhyan 2024-09-03 14:52:09 -0600
  • 948e16e3c7 moved continue to end of if-block Adhyan 2024-09-03 14:40:24 -0600
  • 1e7fc46406 Merge branch 'main' of https://github.com/frroossst/rustlings Adhyan 2024-09-02 11:02:21 -0600
  • 71494264ca fixed clippy lints Adhyan 2024-09-02 11:02:17 -0600