Commit graph

2880 commits

Author SHA1 Message Date
Kacper Poneta d09dde5b3a
Merge 59e8f70e55 into 2854dc9ab3 2024-07-13 03:32:30 -07:00
mo8it 2854dc9ab3 Update CI and release hook 2024-07-13 12:32:23 +02:00
mo8it 516fcf9168 Update section 2024-07-13 12:07:52 +02:00
mo8it 12d1971b0d Update section about command not found 2024-07-13 12:02:39 +02:00
mo8it 3e09e509d6 Add section about rustlings not found 2024-07-13 12:00:22 +02:00
mo8it 99fb11cc72 Update syn 2024-07-13 11:53:59 +02:00
mo8it 59e8f70e55 Format code 2024-07-12 18:31:23 +02:00
mo8it 4c8365fe88 Update dev/Cargo.toml 2024-07-12 18:25:01 +02:00
Kacper Poneta 52af0674c1 changed the task to make it more appropriate 2024-07-12 18:14:40 +02:00
mo8it d176ddd27e Improve TODO comment 2024-07-12 16:29:41 +02:00
Kacper Poneta 938b90e5f2 very small solution update 2024-07-11 22:55:48 +02:00
Kacper Poneta 55cc8584bd added exercise 2024-07-11 22:53:38 +02:00
mo8it 0847b3a4bf chore: Release 2024-07-10 16:51:34 +02:00
mo8it 6d2ea8dae3 Update CHANGELOG 2024-07-10 16:49:36 +02:00
mo8it 47ba4502e0 move_semantics2: Mention cloning in the hint 2024-07-10 15:55:18 +02:00
mo8it 6263cb6456 Add note about iterating over Option 2024-07-10 15:16:49 +02:00
mo8it d7024d80ce move_semantics4: Avoid using the dereference operator 2024-07-10 13:50:39 +02:00
mo8it 59d6b852af move_semantics5: Move main to the end 2024-07-10 13:47:33 +02:00
mo8it e512928df5 Update deps 2024-07-10 13:27:32 +02:00
Mo a38029e3e7
Merge pull request #2037 from jaads/fix-iterators-2-hint
Updated name of variable name in hint
2024-07-10 11:33:45 +02:00
Jan Arends b12b652a57 updated variable name in hint 2024-07-10 11:16:35 +02:00
mo8it c793416495 Fix typo 2024-07-08 16:50:35 +02:00
mo8it 01343f187b Explain what a factorial is and link to wikipedia for more details 2024-07-08 16:29:43 +02:00
mo8it 69021e1497 Remove stable from book links 2024-07-08 16:00:12 +02:00
mo8it 08c408aae0 Add hint about string concatination with + 2024-07-08 15:20:56 +02:00
mo8it bf698659b0 Sync comment from exercise 2024-07-08 15:20:23 +02:00
mo8it 2d5d70693a errors3: Add a comment to prevent changing the wrong line 2024-07-08 15:05:58 +02:00
mo8it a4091ade5c iterators3: Add IntegerOverflow error variant 2024-07-08 14:40:35 +02:00
mo8it a7a881809f Check is_terminal 2024-07-08 12:53:44 +02:00
mo8it 0f4cb94cfe quiz2: Use repeat 2024-07-07 20:28:31 +02:00
Mo 6469e9734b
Merge pull request #2031 from NewtonChutney/patch-1
Update iterator solution in quiz2.rs
2024-07-07 20:25:21 +02:00
NitinKM 5372caefb3
Update iterator sol in quiz2.rs 2024-07-07 23:19:38 +05:30
mo8it 9d7b973a62 Improve the comments in cow1 2024-07-07 17:03:00 +02:00
mo8it a5f221aa39 Improve some messages 2024-07-07 15:53:48 +02:00
mo8it e764b75aef This'll -> This will 2024-07-07 15:41:35 +02:00
mo8it 708cfef3f7 enums3: Avoid confusion with parentheses 2024-07-07 15:29:05 +02:00
mo8it 01b8432d58 Mark the last exercise as done 2024-07-07 13:55:39 +02:00
mo8it 9b5b652c71 Fix link on website 2024-07-07 00:28:17 +02:00
mo8it 981a4778a9 Add newline between functions 2024-07-06 22:23:19 +02:00
mo8it 5d4363d58d Add comma 2024-07-06 22:22:52 +02:00
Mo 48697b8225
Merge pull request #2027 from yerke/patch-2
Fix formatting in strings4.rs
2024-07-06 22:22:27 +02:00
Mo 1652bb67d9
Merge pull request #2026 from yerke/patch-1
Fix typo in structs3.rs
2024-07-06 22:21:15 +02:00
Yerkebulan Tulibergenov 1499f681a3
Fix formatting in strings4.rs 2024-07-06 12:53:14 -07:00
Yerkebulan Tulibergenov a21fa6ff40
Fix typo in structs3.rs 2024-07-06 12:37:55 -07:00
Mo 186dc3c1ab
Merge pull request #2025 from mre/patch-1
Fix typo in `THIRD_PARTY_EXERCISES.md`
2024-07-06 17:06:03 +02:00
Matthias Endler 6b7a27d080
Fix typo in THIRD_PARTY_EXERCISES.md 2024-07-06 14:30:11 +02:00
Mo c9017f9f7a
Merge pull request #2022 from matthewjnield/main
chore: Update errors5.rs exercise to be consistent with solution
2024-07-06 13:25:03 +02:00
Matt Nield fdada8b3d4
chore: Update errors5.rs exercise to be consistent with solution
In errors5.rs, there are two lines of a pattern matching block for which the order is reversed between the exercise file and the solution file. Since these lines are not changed as part of the exercise, this commit updates the exercise to make the order of the lines consistent with the solution, so that users will focus only on the lines that change between the exercise and the solution.
2024-07-05 16:04:07 -04:00
Mo 9e2ff7d037
Merge pull request #2021 from matthewjnield/main
fix: Add clarification to instructions for hashmaps2.rs
2024-07-05 15:52:20 +02:00
mo8it 65834fc420 Improve quizes 2024-07-05 15:38:59 +02:00