Commit Graph

  • 2b79927300 Clippy suggestions implemented Kivanc 2025-12-12 15:41:31 +03:00
  • 4d461e0381 Error handling methods improved Kivanc 2025-12-12 14:38:51 +03:00
  • 55c6d574f6 Error handling ways updated kivancgnlp 2025-12-12 08:42:50 +03:00
  • aef794d020 Cleanup routines added for the created files during runs kivancgnlp 2025-12-11 18:43:52 +03:00
  • 8e7e878eab Changes in solutions are reflected to the exercises Kivanc 2025-12-11 14:16:49 +03:00
  • c7fd0e4a87 Rustfmt Kivanc 2025-12-11 14:11:25 +03:00
  • ce156a349c Checker fixes Kivanc 2025-12-11 14:07:37 +03:00
  • cbdc96e6cb Checker fixes Kivanc 2025-12-11 14:04:16 +03:00
  • 3e52e56a2a Checker fixes Kivanc 2025-12-11 14:02:26 +03:00
  • b210fdf9ee Checker fix Kivanc 2025-12-11 13:56:27 +03:00
  • 2b5356aab5 Checker fixes Kivanc 2025-12-11 13:54:17 +03:00
  • 61824af087 File samples replaced by programatically generated files kivancgnlp 2025-12-11 11:20:50 +03:00
  • 23c482b72e Update Cargo.toml kivancgnlp 2025-12-11 10:53:00 +03:00
  • 3314022480 Test properties updated kivancgnlp 2025-12-11 10:51:44 +03:00
  • e916628d84 File IO Exercises added and tested kivancgnlp 2025-12-11 09:13:20 +03:00
  • 1349476dc5 feat: add generics3 solomoncyj 2025-12-07 00:06:34 +08:00
  • 0bed579a4b
    try_from_into.rs: Improve slice implementation Eugen 2025-11-29 19:24:55 +09:00
  • b655ad9fc6
    Revise installation instructions in README PEDDINENI VENKATA SUSMITHA 2025-11-26 09:45:43 +05:30
  • c6c6d27232 Remove redundant error conversion functions, use enum constructors instead Lev Krikken 2025-11-25 05:41:16 +01:00
  • 09154b33c4 complete exercise variables _Vulpes 2025-11-22 16:20:58 +01:00
  • b5d440fdc3 Fix clippy3 mo8it 2025-11-20 12:49:07 +01:00
  • 4700e8a12c
    Merge pull request #2310 from DerWario/main Mo Bitar 2025-11-20 11:39:25 +00:00
  • 406ecc68da docs: add blank line after README H1 for proper markdown rendering mahi_korrapti 2025-11-19 22:21:18 +05:30
  • 2fb04ac4c2 starting rust training (again) _Vulpes 2025-11-17 00:00:32 +01:00
  • 7ac8054e92 delete not locoy 2025-11-13 15:52:26 +08:00
  • 8753dd6b2e
    Fixed typo in the exercieses README.md Marlon 2025-11-12 21:58:28 +01:00
  • ba033f1770 Adapt warning to new docs page Eric Eastwood 2025-11-11 14:57:34 -06:00
  • ce3cd48af7 Merge branch 'main' into madlittlemods/repo-clone-rust-analyzer-not-working-warning Eric Eastwood 2025-11-11 14:57:21 -06:00
  • 0df7d4b9dc fix: revert exercise to unsolved state KAUSTUBHOG 2025-11-11 00:02:52 +05:30
  • 2e9462fe1a fix: add solution for threads3 ownership issue KAUSTUBHOG 2025-11-11 00:01:45 +05:30
  • a83950a095 fix: add solution for threads3 ownership issue KAUSTUBHOG 2025-11-10 23:59:13 +05:30
  • 2cab96be52 fix: keep TODO comment for learner guidance KAUSTUBHOG 2025-11-10 23:53:46 +05:30
  • 0efc3c5b06 fix: split Queue fields and clone sender in threads3.rs (fix #2268) KAUSTUBHOG 2025-11-10 23:45:07 +05:30
  • 0f44350f32 docs: clarify comment in owned_mutation test (fix #2303) KAUSTUBHOG 2025-11-10 23:06:05 +05:30
  • 271fc414e8 fix(clippy3): separate initialisation and resizing of vec to get intended clippy advice Yuta Nagano 2025-10-17 15:25:30 +01:00
  • 614b105c30
    Update README.md Parsa Bordbar 2025-10-10 22:46:28 +03:30
  • 3d1c6d834a doc(README.md): Add quick Start & Continue Learning sections addressing issues [#2272] and [#2274] ParsaBordbar 2025-10-10 22:42:25 +03:30
  • 0219ef7cc9 WIP: add one aditional module file for exercise support eveeifyeve 2025-10-05 23:49:20 +11:00
  • 42b924aeab feat: add exercise modules in diferent files/dirs eveeifyeve 2025-10-05 21:37:09 +11:00
  • 63e0fab85e refactor: swap strings and modules to be consistant with book. eveeifyeve 2025-10-05 21:12:24 +11:00
  • de22bd1b38
    Merge 6a2638ff6e34a15c8e10dbc8fff033cfaae67eb0 into f80fbca12e47014a314e5e931678529c28cd9fd8 Bagus Cahyono 2025-10-05 20:50:20 +11:00
  • f7b50183f4 Update from_into exercise to use error handling instead of default values iaadi4 2025-10-02 21:06:06 +05:30
  • f80fbca12e
    Merge pull request #2294 from senekor/senekor/qxykzqyxnnwy Mo Bitar 2025-09-25 16:55:36 +02:00
  • d8f4b06c91
    Remove use of map in early vecs2 exercise Remo Senekowitsch 2025-09-24 20:56:58 +02:00
  • 3c9f8f5f30 feat(exercises): add LeetCode-style 'Two Sum' problem in new leetcode module Soliheen Farooq Khan 2025-09-23 23:48:16 +05:30
  • 33537d5fa4 docs(enums1): clarify comment about enum variants Soliheen Farooq Khan 2025-09-23 23:36:37 +05:30
  • 1955313362
    Merge pull request #2291 from senekor/senekor/llttzkqnommp Mo Bitar 2025-09-23 16:18:05 +02:00
  • 95a597eb82
    Fix workspace detection with windows line endings Remo Senekowitsch 2025-09-23 15:26:06 +02:00
  • 7fa1074cc7 Correct inaccurate instructions nicholaspsmith 2025-09-18 18:03:34 -04:00
  • 8e99ca9c0c Add tooling for GitHub Codespaces Jeff Bailey 2025-09-13 21:59:46 +00:00
  • c2455bc676 Added rustlings in Ukrainian Oleksii Khilkevych 2025-09-07 15:28:12 +02:00
  • 2af9e89ba5 chore: Release v6.5.0 rustlings-macros-v6.5.0 mo8it 2025-08-22 00:05:12 +02:00
  • 6ec2e194ae Apply Clippy lints mo8it 2025-08-22 00:01:03 +02:00
  • 295ad2e4bd Raise MSRV mo8it 2025-08-21 23:55:47 +02:00
  • 628ef55337 Fix Clippy chapter mo8it 2025-08-21 23:38:42 +02:00
  • b6b94e3e96 Sync solution mo8it 2025-08-21 23:34:45 +02:00
  • 6765a0b61a
    Merge pull request #2255 from zeonzip/clarify_errors_4_return Mo Bitar 2025-08-21 23:46:14 +02:00
  • 436c95f4cc
    Merge pull request #2262 from aCactusOrSomething/main Mo Bitar 2025-08-21 23:36:03 +02:00
  • c6888685e6
    Merge pull request #2265 from deafloo/main Mo Bitar 2025-08-21 23:26:29 +02:00
  • 208a593216 Ready to release mo8it 2025-08-21 22:08:54 +02:00
  • 2d1d531550 Fix file links in VS Code mo8it 2025-08-21 22:43:46 +02:00
  • 43371051de docs: update Getting Started section SiddhiPandey08 2025-08-19 19:06:40 +05:30
  • 876c93ce89 docs: fix start guide step SiddhiPandey08 2025-08-19 18:46:32 +05:30
  • fec65146b6
    Merge b2b3005670be8721cabc6bcaa7babe89ad8291cf into a712e484d09ce27a622da5e61d26bbb1004f51d2 liv 2025-08-18 19:38:05 +08:00
  • a712e484d0 Update deps mo8it 2025-08-18 11:34:36 +02:00
  • 385fb53d07 img BraCR10 2025-08-17 22:45:53 -06:00
  • 2e5a22ccd2 fix BraCR10 2025-08-17 22:45:26 -06:00
  • 27860807eb 23th completed BraCR10 2025-08-17 22:42:50 -06:00
  • de07320d0c level 18th BraCR10 2025-08-16 22:37:15 -06:00
  • 533b21a18b
    Update README.md fb0sh 2025-08-15 11:57:18 +08:00
  • 91ba337adf Improve comment clarity for enums1 exercise Student 2025-08-07 13:35:23 +02:00
  • 437539d232
    feat: vscode protocol for vscode users Manuel Martinez 2025-07-31 17:27:58 -07:00
  • 4f9f0907c3 Add positive tests deafloo 2025-07-21 12:13:32 +02:00
  • b3d65eb80f
    Update intro1.rs Catheriany 2025-07-21 14:58:54 +08:00
  • 3a2fe2c394 Fix incorrect book chapter number Hud Miller 2025-07-18 13:02:56 -05:00
  • f90ea4c65b Changing some files BraCR10 2025-07-10 01:44:47 -06:00
  • 98ef272777 My progress 15th challenge BraCR10 2025-07-10 01:40:15 -06:00
  • f24861957a Check for Clippy on init mo8it 2025-07-04 23:23:08 +02:00
  • 1a633e2757 Split lines after newline mo8it 2025-07-04 23:17:25 +02:00
  • 9fecdba101 No need to flush after printing newlines mo8it 2025-06-28 02:14:55 +02:00
  • 7af38e684d Print newline after progress on failure mo8it 2025-06-28 01:44:36 +02:00
  • e8da6869f8 Don't run rustfmt during dev check if there are no solutions mo8it 2025-06-28 01:19:44 +02:00
  • 57b3727b3e Don't ignore .rustlings-state.txt in .gitignore of rustlings dev new mo8it 2025-06-28 01:31:49 +02:00
  • b72d3d37d4 Added fold method to solution of iterators5 vallops99 2025-06-13 20:03:10 +02:00
  • 278edc0b96 Clarify how to find return type of error4 zeonzip 2025-06-13 12:24:09 +02:00
  • a7aa8e3d10 Add additional explain lone 2025-06-03 22:25:40 +08:00
  • cb60c8887c Update deps mo8it 2025-06-03 10:29:58 +02:00
  • 46814d397a Fix path in action mo8it 2025-05-23 13:44:29 +02:00
  • 734fc482eb Make path relative mo8it 2025-05-23 13:37:10 +02:00
  • 520dfdc464 Add workflow_dispatch to website workflow mo8it 2025-05-23 13:33:51 +02:00
  • 2267f99684
    Merge pull request #2247 from rust-lang/website Mo Bitar 2025-05-23 13:26:52 +02:00
  • bf74a3d0a7 Update the README with more context before the website link mo8it 2025-05-23 13:21:05 +02:00
  • adf3ddd968 Remove rustywind from dev deps mo8it 2025-05-23 13:14:47 +02:00
  • f80c2edc3d Remove fnm mo8it 2025-05-23 13:17:04 +02:00
  • 9db703b468 git commit -m "feat: Add exercises for new Rust features Shenwenkun 2025-05-20 10:36:36 +08:00
  • 3a772b701d
    Merge 653b4b0441ca4e90c27e747af5ae27282c6b1e39 into e36dd7a1207ccf940ba820abc276fa465f45b531 pacexy 2025-05-20 06:04:41 +08:00
  • 04520ae7ad Use the website link as header mo8it 2025-05-19 18:30:40 +02:00
  • e36dd7a120 Update MSRV in the release hook mo8it 2025-05-19 18:21:40 +02:00
  • edc8528dde Improve CI mo8it 2025-05-19 18:20:34 +02:00
  • 47e490a997 Run rustywind mo8it 2025-05-17 22:33:17 +02:00