| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-22 | string1 solution | mo8it | |
| 2024-06-21 | enums3 solution | mo8it | |
| 2024-06-21 | enums3 solution | mo8it | |
| 2024-06-21 | enums1 solution | mo8it | |
| 2024-06-21 | structs3 solution | mo8it | |
| 2024-06-21 | structs2 solution | mo8it | |
| 2024-06-21 | structs1 solution | mo8it | |
| 2024-06-21 | Fix typo | mo8it | |
| 2024-06-21 | Remove move_semantics4, add rest of move_semantics solutions | mo8it | |
| 2024-06-21 | move_semantics3 solution | mo8it | |
| 2024-06-21 | move_semantics2 solution | mo8it | |
| 2024-06-21 | move_semantics1 solution | mo8it | |
| 2024-06-21 | vecs2 solution + significant change to have a better comparison between both ↵ | mo8it | |
| methods | |||
| 2024-06-20 | vecs1 solution | mo8it | |
| 2024-06-19 | primitive_types6 solution | mo8it | |
| 2024-06-19 | primitive_types5 solution | mo8it | |
| 2024-06-14 | Fix typos | mo8it | |
| 2024-06-08 | primitive_types4 solution | mo8it | |
| 2024-06-08 | primitive_types3 solution | mo8it | |
| 2024-06-08 | primitive_types2 solution | mo8it | |
| 2024-06-06 | Fix typos | mo8it | |
| 2024-05-25 | primitive_types1 solution | mo8it | |
| 2024-05-22 | quiz1 solution | mo8it | |
| 2024-05-22 | if3 solution | mo8it | |
| 2024-05-22 | if2 solution | mo8it | |
| 2024-05-22 | Add missing semicolons | mo8it | |
| 2024-05-22 | Remove unneeded pub | mo8it | |
| 2024-05-21 | Add solutions to functions | mo8it | |
| 2024-05-21 | Add solutions to intro and variables | mo8it | |
| 2024-05-13 | No more word input | mo8it | |
| 2024-04-27 | Update intro1 | mo8it | |
| 2024-04-24 | Merge branch 'main' | mo8it | |
| 2024-04-23 | Add README to the quizzes directory | mo8it | |
| 2024-04-22 | Move quizzes | mo8it | |
| 2024-04-17 | Clean up and unify exercises | mo8it | |
| 2024-04-17 | Require a main function in all exercises | mo8it | |
| 2024-04-14 | Tolerate changes in the state file | mo8it | |
| 2024-04-11 | Update intro1 | mo8it | |
| 2024-04-11 | Remove "I AM NOT DONE" and the verify mode and add AppState | mo8it | |
| 2024-04-08 | docs: add more info in threads | YunShu | |
| info.toml: ```toml [[exercises]] name = "threads3" path = "exercises/threads/threads3.rs" mode = "test" hint = """ An alternate way to handle concurrency between threads is to use a mpsc (multiple producer, single consumer) channel to communicate. With both a sending end and a receiving end, it's possible to send values in one thread and receive them in another. Multiple producers are possible by using clone() to create a duplicate of the original sending end. See https://doc.rust-lang.org/book/ch16-02-message-passing.html for more info. """ ``` threads3'hint contains this link, so it should be placed in Further Information | |||
| 2024-03-31 | Merge pull request #1929 from mo8it/threads2 | liv | |
| threads2: simplify the exercise | |||
| 2024-03-29 | Merge branch 'main' into main | Dan | |
| 2024-03-27 | threads2: simplify threads2 | mo8it | |
| 2024-03-27 | Merge pull request #1799 from NicolasRoelandt/patch-1 | Mo | |
| Remove confusing aside in 23_conversions/from_str.rs | |||
| 2024-03-28 | Merge remote-tracking branch 'origin/main' | wznmickey | |
| 2024-03-28 | chore: update the chapter of macros | wznmickey | |
| 2024-03-27 | Merge pull request #1805 from paul-leydier/chapters-table | Mo | |
| docs: sort exercise to book chapter mapping by exercise | |||
| 2024-03-18 | options1: Update wording & fix grammar | Dan Bond | |
| Signed-off-by: Dan Bond <danbond@protonmail.com> | |||
| 2024-03-18 | Merge pull request #1903 from mo8it/threads3 | liv | |
| Remove unneeded Arc | |||
| 2024-03-18 | Remove unneeded Arc | mo8it | |
