| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-17 | Add required type annotation | mo8it | |
| 2024-10-17 | hashmap3: Use `or_default` | mo8it | |
| 2024-10-09 | Avoid single char variables | mo8it | |
| 2024-09-22 | Do not use `.as_bytes().len()` on strings | Samuel Tardieu | |
| 2024-09-14 | Make if2 less confusing | Remo Senekowitsch | |
| Some people would get stuck on this exercise, trying to understand the meaning behind foo, fuzz, baz etc. Making the theme of the code make a little more sense to humans should hopefully prevent people from getting confused by abstract and non-sensical tests. | |||
| 2024-09-13 | Allow dead code for all exercises and solutions | mo8it | |
| 2024-08-22 | Import Ordering | mo8it | |
| 2024-08-22 | Add missing Clippy allows to solutions | mo8it | |
| 2024-08-22 | Use match instead of comparison chain | mo8it | |
| 2024-08-20 | threads3: Improve the test | mo8it | |
| 2024-08-17 | Only take a u8 to avoid huge output | mo8it | |
| 2024-08-15 | fix typo | Chad Dougherty | |
| Similarely -> Similarly in comment | |||
| 2024-08-09 | Fix typo | mo8it | |
| 2024-08-08 | Add README to the solutions dir | mo8it | |
| 2024-08-08 | Merge pull request #2062 from jimbo5922/jimbo5922-fix-hashmap3-struct-name | Mo | |
| update struct name in hashmap3 | |||
| 2024-08-04 | chore: Fix snakecase convention in errors6.rs | Matt Nield | |
| Exercise errors6.rs prompts the user to add a method named `from_parseint`. This commit changes the method name to the corrected snakecase format, `from_parse_int`. | |||
| 2024-08-01 | fix format | Yudai Kawabuchi | |
| 2024-08-01 | fix: update struct name in hashmap3 | Yudai Kawabuchi | |
| 2024-07-22 | tests3: Fix panic message | mo8it | |
| 2024-07-16 | Sync exercise and solution | mo8it | |
| 2024-07-10 | move_semantics4: Avoid using the dereference operator | mo8it | |
| 2024-07-10 | move_semantics5: Move `main` to the end | mo8it | |
| 2024-07-08 | Sync comment from exercise | mo8it | |
| 2024-07-08 | iterators3: Add `IntegerOverflow` error variant | mo8it | |
| 2024-07-07 | quiz2: Use repeat | mo8it | |
| 2024-07-07 | Update iterator sol in quiz2.rs | NitinKM | |
| 2024-07-07 | Improve the comments in cow1 | mo8it | |
| 2024-07-07 | enums3: Avoid confusion with parentheses | mo8it | |
| 2024-07-06 | Add newline between functions | mo8it | |
| 2024-07-05 | Improve quizes | mo8it | |
| 2024-07-05 | Use *= | mo8it | |
| 2024-07-05 | Adjust enums exercises | mo8it | |
| 2024-07-05 | Import enum variants in all tests | mo8it | |
| 2024-07-04 | Add alternative solution for iterators5 | Nahor | |
| 2024-07-04 | Fix typo | mo8it | |
| 2024-07-04 | Fix warnings | mo8it | |
| 2024-07-04 | Improve a comment in errors2 | mo8it | |
| 2024-07-04 | Add comment to options1 | mo8it | |
| 2024-07-04 | Improve the comment of arc1 | mo8it | |
| 2024-07-03 | Fix solution of options1 for stable Rust | mo8it | |
| 2024-07-02 | as_ref_mut solution | mo8it | |
| 2024-07-02 | Import the error variants in the tests | mo8it | |
| 2024-07-02 | try_from_into solution | mo8it | |
| 2024-07-02 | from_str solution | mo8it | |
| 2024-07-01 | from_into solution | mo8it | |
| 2024-07-01 | using_as solution | mo8it | |
| 2024-07-01 | clippy3 solution | mo8it | |
| 2024-07-01 | clippy2 solution | mo8it | |
| 2024-07-01 | clippy1 solution | mo8it | |
| 2024-07-01 | macros4 solution | mo8it | |
