Commit graph

  • 337460d299 Check the status of the cargo metadata command mo8it 2024-08-09 00:12:49 +0200
  • e41c3a7c92 Use fixed seeds with ahash mo8it 2024-08-08 23:46:21 +0200
  • 1b9faa4d61 Update CHANGELOG mo8it 2024-08-08 23:13:49 +0200
  • 9f9a754a64
    Merge pull request #2076 from senekor/remo/snryotxotoxv Mo 2024-08-08 23:48:09 +0200
  • f7b0cfe8d1
    Merge pull request #2075 from senekor/remo/swzqnkxqzutw Mo 2024-08-08 23:12:43 +0200
  • 4ce8667b9d Show the exercise name in the waiting message mo8it 2024-08-08 22:48:53 +0200
  • 0785b24192 Show a message before running the exercise mo8it 2024-08-08 22:41:41 +0200
  • 34f02cf83d Attach error message as context mo8it 2024-08-08 22:37:56 +0200
  • 701c3ea889 Add pending UI Remo Senekowitsch 2024-08-08 14:26:09 +0200
  • 8b43d79257 Fix integration tests Remo Senekowitsch 2024-08-08 14:04:43 +0200
  • dc086c6bf1 Improve initialization in workspace Remo Senekowitsch 2024-08-08 12:51:27 +0200
  • dc0ffbe16e Replace hashbrown with ahash Remo Senekowitsch 2024-08-08 01:23:58 +0200
  • 8df66f7991 Allow initialization in a workspace mo8it 2024-08-08 02:45:18 +0200
  • 39580381fa rust-analyzer problem isn't fixed :( mo8it 2024-08-08 01:48:57 +0200
  • 06a0f278e5 Don't recommend the builtin VS-Code terminal because it can't clear scrollback mo8it 2024-08-08 01:35:47 +0200
  • 3c696539dd Remove dependency on hashbrown Remo Senekowitsch 2024-08-08 01:23:58 +0200
  • fd97470f35 Adapt type name in hint mo8it 2024-08-08 00:42:26 +0200
  • 11fc3f1e56 Fix errors not being shown after the welcome message mo8it 2024-08-08 00:35:29 +0200
  • 693bb708b2 Add README to the solutions dir mo8it 2024-08-08 00:20:20 +0200
  • 97719fe8da Remove state file and solutions dir from .gitignore mo8it 2024-08-08 00:20:04 +0200
  • 4933ace50b Add panic = "abort" for exercises mo8it 2024-08-07 23:54:02 +0200
  • 81bf0a6430 Remove redundant rustfmt check for solutions mo8it 2024-08-07 23:46:11 +0200
  • 24aed1b14e Update CHANGELOG mo8it 2024-08-07 23:45:58 +0200
  • 09c3ac02f8
    Merge pull request #2062 from jimbo5922/jimbo5922-fix-hashmap3-struct-name Mo 2024-08-08 00:40:51 +0200
  • 45a39585b3
    Merge pull request #2066 from matthewjnield/main Mo 2024-08-08 00:36:46 +0200
  • 286a455fa9 Avoid using RUSTFLAGS to not trigger rebuilding, especially in rust-analyzer mo8it 2024-08-07 23:35:50 +0200
  • bdf4960b6a Fix exercise name shift in exercise check mo8it 2024-08-07 23:25:22 +0200
  • 13124aafe3 Update deps mo8it 2024-08-05 03:15:43 +0200
  • 2128be8b28
    chore: Fix snakecase convention in errors6.rs Matt Nield 2024-08-04 02:36:45 -0400
  • b7b03e19fe
    chore: Fix snakecase convention in errors6.rs Matt Nield 2024-08-04 02:34:00 -0400
  • 8a9f9a898d
    chore: Fix snakecase convention in errors6.rs Matt Nield 2024-08-04 02:33:57 -0400
  • 175294fa5d Add rust-version mo8it 2024-08-02 16:40:06 +0200
  • 5016c7cf7c Use trim_ascii instead of trim mo8it 2024-08-02 16:28:05 +0200
  • 1468206052 Stop on first exercise solved mo8it 2024-08-02 15:54:14 +0200
  • d1ff4b5cf0 Remove newline mo8it 2024-08-01 19:19:25 +0200
  • 700a065abd Fix rustfmt option mo8it 2024-08-01 19:19:14 +0200
  • 3fc462f90f Fix tests mo8it 2024-08-01 19:17:40 +0200
  • 65a8f6bb4b Run rustfmt on solutions in dev check mo8it 2024-08-01 19:14:09 +0200
  • e0f0944bff Refactor check_solutions mo8it 2024-08-01 15:53:32 +0200
  • c7590dd752 Improve the runner mo8it 2024-08-01 15:23:54 +0200
  • 33a5680328 Hide cargo build warnings if there is no output mo8it 2024-08-01 11:28:26 +0200
  • 455d87cadd Fix capacity mo8it 2024-08-01 11:26:30 +0200
  • e65ae09789 fix format Yudai Kawabuchi 2024-08-01 09:55:25 +0900
  • dacdce1ea2 fix: update struct name in hashmap3 Yudai Kawabuchi 2024-08-01 09:47:50 +0900
  • 766f3c50ec Add hint to run dev check again after dev update mo8it 2024-08-01 01:07:56 +0200
  • 802b97b2ed Set stdin to null when running the binary of an exercise mo8it 2024-08-01 01:07:31 +0200
  • 2ad408f2b8 Update deps mo8it 2024-07-31 18:54:24 +0200
  • c8fddd8f62 Add Github profile links for every author mo8it 2024-07-31 18:53:25 +0200
  • 74fab994e2 Make the output optional mo8it 2024-07-28 20:30:23 +0200
  • 3a99542f73 Run the final check in parallel mo8it 2024-07-28 17:39:46 +0200
  • 2ae9f3555b Update deps mo8it 2024-07-28 13:30:31 +0200
  • 1937b4bf66 Use the rexported crossterm from ratatui mo8it 2024-07-25 16:26:48 +0200
  • 8beb290842 Test initialization mo8it 2024-07-25 16:14:38 +0200
  • 8fec5155c7 Clean up tests mo8it 2024-07-25 15:12:14 +0200
  • 3f49decce9 Remove assert_cmd and predicates mo8it 2024-07-25 14:34:43 +0200
  • e2492f65a0 Update deps mo8it 2024-07-25 12:51:44 +0200
  • 5116a812fb tests3: Fix panic message mo8it 2024-07-22 12:02:59 +0200
  • 82409c060f Update deps mo8it 2024-07-22 12:01:41 +0200
  • 13b5a72f21
    nit: Update tests3.rs Paramdeep Singh 2024-07-20 16:42:21 -0700
  • 9f517e4eb8 Test apple target mo8it 2024-07-17 14:49:35 +0200
  • 183ed3f88f Update dep mo8it 2024-07-17 14:33:29 +0200
  • 447ac3c40b strings3: Improve hint mo8it 2024-07-17 14:32:45 +0200
  • 96f96927da
    Merge pull request #2050 from yapjiahong/main Mo 2024-07-17 14:31:17 +0200
  • 2c79e29483 doc: enchane string3 exercise hint yapjiahong 2024-07-17 00:43:42 +0800
  • 362473dde0 Sync exercise and solution mo8it 2024-07-16 18:21:07 +0200
  • 8339682112
    Merge pull request #2049 from Vexcited/patch-1 Mo 2024-07-16 18:18:46 +0200
  • 3f06d767b5
    fix: Lyche becomes Lychee Mikkel ALMONTE--RINGAUD 2024-07-16 17:20:26 +0200
  • 2854dc9ab3 Update CI and release hook mo8it 2024-07-13 12:32:23 +0200
  • 516fcf9168 Update section mo8it 2024-07-13 12:07:52 +0200
  • 12d1971b0d Update section about command not found mo8it 2024-07-13 12:02:39 +0200
  • 3e09e509d6 Add section about rustlings not found mo8it 2024-07-13 12:00:22 +0200
  • 99fb11cc72 Update syn mo8it 2024-07-13 11:53:59 +0200
  • 59e8f70e55 Format code mo8it 2024-07-12 18:31:23 +0200
  • 4c8365fe88 Update dev/Cargo.toml mo8it 2024-07-12 18:25:01 +0200
  • 52af0674c1 changed the task to make it more appropriate Kacper Poneta 2024-07-12 18:14:40 +0200
  • d176ddd27e Improve TODO comment mo8it 2024-07-12 16:29:41 +0200
  • 938b90e5f2 very small solution update Kacper Poneta 2024-07-11 22:55:48 +0200
  • 55cc8584bd added exercise Kacper Poneta 2024-07-11 22:53:38 +0200
  • c0045bd53d added this as a third generic exercise Kacper Poneta 2024-07-11 21:47:30 +0200
  • fa7e4f8ade 🐛 fix bugs breayhing 2024-07-11 22:02:46 +0800
  • 1767f47bc6 add new exercise breayhing 2024-07-11 21:51:49 +0800
  • 2c7f64424c update codes breayhing 2024-07-11 21:27:09 +0800
  • a8bcac9c6f ⬆️ add dependencies breayhing 2024-07-11 21:10:14 +0800
  • eedbd0a980 update cargo.toml breayhing 2024-07-11 20:54:35 +0800
  • 4334cfdc3f 📝 change info.toml breayhing 2024-07-11 20:53:10 +0800
  • f2443ccf5f 🎨 improve format code breayhing 2024-07-11 20:45:27 +0800
  • ad121ddad9 add exercises to performance breayhing 2024-07-11 20:24:34 +0800
  • f7f2527951 add exercises of async breayhing 2024-07-11 20:18:34 +0800
  • ac9443f516 add README to async chapter breayhing 2024-07-11 19:50:24 +0800
  • 0847b3a4bf chore: Release v6.1.0 rustlings-macros-v6.1.0 mo8it 2024-07-10 16:51:34 +0200
  • 6d2ea8dae3 Update CHANGELOG mo8it 2024-07-10 16:49:36 +0200
  • 47ba4502e0 move_semantics2: Mention cloning in the hint mo8it 2024-07-10 15:55:18 +0200
  • 6263cb6456 Add note about iterating over Option mo8it 2024-07-10 15:16:49 +0200
  • d7024d80ce move_semantics4: Avoid using the dereference operator mo8it 2024-07-10 13:50:39 +0200
  • 59d6b852af move_semantics5: Move main to the end mo8it 2024-07-10 13:47:33 +0200
  • e512928df5 Update deps mo8it 2024-07-10 13:27:32 +0200
  • a38029e3e7
    Merge pull request #2037 from jaads/fix-iterators-2-hint Mo 2024-07-10 11:33:45 +0200
  • b12b652a57 updated variable name in hint Jan Arends 2024-07-10 11:16:35 +0200
  • c793416495 Fix typo mo8it 2024-07-08 16:50:35 +0200
  • 01343f187b Explain what a factorial is and link to wikipedia for more details mo8it 2024-07-08 16:29:43 +0200