| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-07 | Improve the comments in cow1 | mo8it | |
| 2024-07-07 | enums3: Avoid confusion with parentheses | mo8it | |
| 2024-07-06 | Add comma | mo8it | |
| 2024-07-06 | Merge pull request #2027 from yerke/patch-2 | Mo | |
| Fix formatting in strings4.rs | |||
| 2024-07-06 | Fix formatting in strings4.rs | Yerkebulan Tulibergenov | |
| 2024-07-06 | Fix typo in structs3.rs | Yerkebulan Tulibergenov | |
| 2024-07-05 | chore: Update errors5.rs exercise to be consistent with solution | Matt Nield | |
| 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 | Merge pull request #2021 from matthewjnield/main | Mo | |
| fix: Add clarification to instructions for hashmaps2.rs | |||
| 2024-07-05 | Improve quizes | mo8it | |
| 2024-07-05 | Improve wording in quiz1 | mo8it | |
| 2024-07-05 | fix: Add clarification to instructions for hashmaps2.rs | Matt Nield | |
| In the instructions for hashmaps2.rs, the last sentence of the include the phrase "these fruits", which refers to fruits that were mentioned two sentences prior. Having a sentence in between the first sentence in which the fruits were described and a later sentence in which the phrase "these fruits" is used makes this confusing to read, since the phrase "these fruits" does not come immediately after the mention of the fruits that the phrase refers to. This pull request expands the last sentence to explicitly refer to the fruits being mentioned, in order to add clarity about the requirement of the exercise. | |||
| 2024-07-05 | Adjust enums exercises | mo8it | |
| 2024-07-05 | Merge remote-tracking branch 'upstream/main' into fix-enum-variant-inconsistency | mo8it | |
| 2024-07-04 | Unify fn signature in iterators4 exercise and solution | Nahor | |
| Since this is not about conversion, prefer the option that doesn't require one. | |||
| 2024-07-04 | Fix misleading test name | Nahor | |
| 2024-07-04 | Add TODO | mo8it | |
| 2024-07-04 | Fix clippy1 | mo8it | |
| 2024-07-04 | fix move_semantics5 to change misleading compiler error | Ramkumar | |
| 2024-07-04 | Fix warnings | mo8it | |
| 2024-07-04 | Improve the comment in intro1 | mo8it | |
| 2024-07-04 | Remove comment about removing a semicolon | 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: typo s/unwarp/unwrap/ | Calvin Bochulak | |
| 2024-07-03 | Merge branch 'main' | mo8it | |
| 2024-07-02 | Update README.md | Yung Beef 4.2 | |
| 2024-07-02 | Improve the placement of TODO comments | mo8it | |
| 2024-07-02 | Fix typos | 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 | |
| 2024-07-01 | macros3 solution | mo8it | |
| 2024-07-01 | macros2 solution | mo8it | |
| 2024-07-01 | macros1 solution | mo8it | |
| 2024-07-01 | threads3 solution | mo8it | |
| 2024-07-01 | threads2 solution | mo8it | |
| 2024-07-01 | threads1 solution | mo8it | |
| 2024-06-29 | cow1 solution | mo8it | |
| 2024-06-29 | arc1 solution | mo8it | |
| 2024-06-29 | rc1 solution | mo8it | |
| 2024-06-28 | box1 solution | mo8it | |
| 2024-06-28 | docs: clarifying quiz 2 instructions | Yung Beef 4.2 | |
