summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Expand)Author
2024-03-27Merge pull request #1805 from paul-leydier/chapters-tableMo
2024-03-18Merge pull request #1903 from mo8it/threads3liv
2024-03-18Remove unneeded Arcmo8it
2024-03-15Merge pull request #1866 from guizo792/guizo792liv
2024-03-15Update exercises/03_if/if1.rsguizo792
2024-03-15fix: clean up "return" wording in iterators4liv
2024-03-15Merge pull request #1797 from 0Ahmed-0/typosliv
2024-03-15Merge pull request #1785 from parnavh/mainliv
2024-03-15Merge branch 'main' into mainliv
2024-03-15Merge pull request #1869 from evanmiller2112/mainliv
2024-03-15Merge pull request #1832 from reifenrath-dev/mainliv
2024-03-15fix: revert from_into test changeliv
2024-03-13chore: fix a minor typoAhmed
2024-03-04Update hashmaps3.rs description for clarityEvan Miller
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
2023-09-21chore: fix comment in enums3.rsOfir Lauber
2023-09-18Merge pull request #1673 from husjon/fix-enums3-formattingliv
2023-09-18Merge pull request #1675 from jurglic/fix-rand-typoliv
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
2023-09-08Fix compiler error and clarify instructionsOscar Bonilla
2023-09-08Make primitive_types3 require at least 100 elementsJon Erling Hustadnes
2023-09-06Merge pull request #1641 from mo8it/move-semantics5-testliv
2023-09-04Merge pull request #1565 from pksadiq/fix-enum3-message-modificationliv
2023-09-04Merge pull request #1477 from bean5/mainliv
2023-09-04Merge pull request #1660 from rust-lang/fix/move-semantics-testsliv
2023-09-04fix: refactor move semantics 1-4 into testsliv
2023-09-04Merge pull request #1599 from szabgab/if1-test-caseliv
2023-09-04Merge pull request #1610 from jrcarl624/patch-1liv
2023-09-04fix: add extra line in if3 commentliv
2023-09-04Merge pull request #1620 from mkovaxx/fix_1611liv
2023-08-29Merge pull request #1645 from mo8it/prober-types-structs3liv
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