summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-07Update iterator sol in quiz2.rsNitinKM
2024-07-07Improve the comments in cow1mo8it
2024-07-07Improve some messagesmo8it
2024-07-07This'll -> This willmo8it
2024-07-07enums3: Avoid confusion with parenthesesmo8it
2024-07-07Mark the last exercise as donemo8it
2024-07-07Fix link on websitemo8it
2024-07-06Add newline between functionsmo8it
2024-07-06Add commamo8it
2024-07-06Merge pull request #2027 from yerke/patch-2Mo
Fix formatting in strings4.rs
2024-07-06Merge pull request #2026 from yerke/patch-1Mo
Fix typo in structs3.rs
2024-07-06Fix formatting in strings4.rsYerkebulan Tulibergenov
2024-07-06Fix typo in structs3.rsYerkebulan Tulibergenov
2024-07-06Merge pull request #2025 from mre/patch-1Mo
Fix typo in `THIRD_PARTY_EXERCISES.md`
2024-07-06Fix typo in `THIRD_PARTY_EXERCISES.md`Matthias Endler
2024-07-06Merge pull request #2022 from matthewjnield/mainMo
chore: Update errors5.rs exercise to be consistent with solution
2024-07-05chore: Update errors5.rs exercise to be consistent with solutionMatt 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-05Merge pull request #2021 from matthewjnield/mainMo
fix: Add clarification to instructions for hashmaps2.rs
2024-07-05Improve quizesmo8it
2024-07-05Improve wording in quiz1mo8it
2024-07-05Use *=mo8it
2024-07-05fix: Add clarification to instructions for hashmaps2.rsMatt 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-05Adjust enums exercisesmo8it
2024-07-05Import enum variants in all testsmo8it
2024-07-05Merge pull request #1774 from matthri/fix-enum-variant-inconsistencyMo
Make enum variants more consistent between exercises
2024-07-05Readd "structs"mo8it
2024-07-05Merge remote-tracking branch 'upstream/main' into fix-enum-variant-inconsistencymo8it
2024-07-05Merge pull request #2019 from Nahor/iterator5Mo
Add alternative solution for iterators5
2024-07-04Add alternative solution for iterators5Nahor
2024-07-04Fix testsmo8it
2024-07-04Merge pull request #2018 from Nahor/iterators4Mo
Unify fn signature in iterators4 exercise and solution
2024-07-04Unify fn signature in iterators4 exercise and solutionNahor
Since this is not about conversion, prefer the option that doesn't require one.
2024-07-04Merge pull request #2017 from Nahor/mainMo
Fix misleading test name
2024-07-04Check exercises unsolvedmo8it
2024-07-04Fix misleading test nameNahor
2024-07-04Check for missing TODO commentsmo8it
2024-07-04chore: Releasemo8it
2024-07-04Update CHANGELOGmo8it
2024-07-04Update depsmo8it
2024-07-04Add TODOmo8it
2024-07-04Fix clippy1mo8it
2024-07-04Merge pull request #2015 from ramenhost/fix-move_semantics5Mo
move_semantics5: change to fix misleading compiler error
2024-07-04fix move_semantics5 to change misleading compiler errorRamkumar
2024-07-04Require solutionsmo8it
2024-07-04Remove newline at the end of multiline stringsmo8it
2024-07-04Fix typomo8it
2024-07-04Fix warningsmo8it
2024-07-04Improve the comment in intro1mo8it
2024-07-04Remove comment about removing a semicolonmo8it
2024-07-04Improve a comment in errors2mo8it