summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Collapse)Author
2024-03-27Merge pull request #1805 from paul-leydier/chapters-tableMo
docs: sort exercise to book chapter mapping by exercise
2024-03-18Merge pull request #1903 from mo8it/threads3liv
Remove unneeded Arc
2024-03-18Remove unneeded Arcmo8it
2024-03-15Merge pull request #1866 from guizo792/guizo792liv
docs: Added comment for handling equal numbers in if/if1.rs `bigger` function
2024-03-15Update exercises/03_if/if1.rsguizo792
Co-authored-by: liv <shadows@with.al>
2024-03-15fix: clean up "return" wording in iterators4liv
2024-03-15Merge pull request #1797 from 0Ahmed-0/typosliv
chore: fix a minor typo
2024-03-15Merge pull request #1785 from parnavh/mainliv
Cleaned Up Unused Mutability
2024-03-15Merge branch 'main' into mainliv
2024-03-15Merge pull request #1869 from evanmiller2112/mainliv
Clarify language in hashmap3.rs (sum vs per match)
2024-03-15Merge pull request #1832 from reifenrath-dev/mainliv
chore: update from_into.rs task description to fit the code
2024-03-15fix: revert from_into test changeliv
2024-03-13chore: fix a minor typoAhmed
2024-03-04Update hashmaps3.rs description for clarityEvan Miller
I struggled with this exercise and didn't understand that it was looking for a summary of goals scored/conceded per team, instead of per match. My goal here is just to clarify the language, essentially saying "the total number of goals the team scored" to indicate that we are looking for a sum. Updated the exercise description to clarify this point. Relates loosely to closed issue https://github.com/rust-lang/rustlings/issues/1361
2024-02-28docs: Added comment for handling equal numbers in if/if1.rs `bigger` functionGuizoul
2024-02-04chore: fixed minor typoLeverImmy
2024-01-19chore: update from_into.rs task description to fit the codereifenrath-dev
2024-01-09Correct for more standard EnglishSergei Gerasenko
2023-12-18docs: sort exercise to book chapter mapping by exercisePaul Leydier
2023-11-22fix(move_semantics): removed unused mutparnavh
2023-11-12Reword clippy1 exercise to be more readableBastian Pedersen
2023-10-20fix(intro2): changed intro2 to be a name error, not a format string error.Tristram Oaten
2023-10-16fix(intro1.rs): typo in the exercise bodymarkgreene74
2023-10-16Update Exercises Directory Names to Reflect OrderAdam Brewer
2023-10-13chore(errors2): minor description wording changeMatt Nield
This commit makes a minor change in the wording of the description of the errors2 exercise to avoid potential confusion, changing: "A player of the game will type in how many items they want to buy, and the `total_cost` function will calculate the total cost of the tokens." to "A player of the game will type in how many items they want to buy, and the `total_cost` function will calculate the total cost of the items."
2023-09-21chore: fix comment in enums3.rsOfir Lauber
2023-09-18Merge pull request #1673 from husjon/fix-enums3-formattingliv
Fixed formatting of `enums3` with rustfmt
2023-09-18Merge pull request #1675 from jurglic/fix-rand-typoliv
fix: test name typo
2023-09-15remove hint comments when no hint existsLuka Krmpotic
2023-09-14fix: test name typoJurglic
2023-09-13Fixed formatting with rust-analyzerJon Erling Hustadnes
2023-09-09Merge pull request #1667 from husjon/update-primitive_types3-requirementliv
Make `primitive_types3` require at least 100 elements
2023-09-08Fix compiler error and clarify instructionsOscar Bonilla
2023-09-08Make primitive_types3 require at least 100 elementsJon Erling Hustadnes
Made the function panic if it's not long enough
2023-09-06Merge pull request #1641 from mo8it/move-semantics5-testliv
Convert exercises with assertions to tests
2023-09-04Merge pull request #1565 from pksadiq/fix-enum3-message-modificationliv
fix(enums3): modify message string in test
2023-09-04Merge pull request #1477 from bean5/mainliv
small changes to a few README files
2023-09-04Merge pull request #1660 from rust-lang/fix/move-semantics-testsliv
fix: refactor move semantics 1-4 into tests
2023-09-04fix: refactor move semantics 1-4 into testsliv
2023-09-04Merge pull request #1599 from szabgab/if1-test-caseliv
add test-case to if/if1 to check equal values
2023-09-04Merge pull request #1610 from jrcarl624/patch-1liv
Updated if3.rs: Added a note that states that the test does not need to be changed.
2023-09-04fix: add extra line in if3 commentliv
2023-09-04Merge pull request #1620 from mkovaxx/fix_1611liv
Fix 1611
2023-08-29Merge pull request #1645 from mo8it/prober-types-structs3liv
Use u32 instead of i32
2023-08-29Use u32 instead of i32mo8it
2023-08-27Convert other exercises that have assertions to test modemo8it
2023-08-27Fix typomo8it
2023-08-27Make move_semantics5 a testmo8it
2023-08-25fix(errors1): change Result to Option in exersise descriptionIvan Vasiunyk
2023-08-14Fix comment in errors2Kevin C