summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Expand)Author
2023-12-08Remove confusing aside in 23_conversions/from_str.rsNicolasRoelandt
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
2023-08-10add .to_mut() in test owned_mutation()Mate Kovacs
2023-08-07Fix from_into.rs testsAlon Hearter
2023-08-01Added note related to tests.Joshua Carlson
2023-07-28chore(errors4): improved commentMarcus Höjvall
2023-07-21docs: dedup repeated sentenceAlexander González
2023-07-20add test-case to if/if1 to check equal valuesGabor Szabo
2023-07-03added if3 based on: `Using if in a let Statement`Joshua Carlson
2023-06-23refactor: Update comment to use correct construct name 'Result' instead of 'O...Anish
2023-06-16fix(enums3): modify message string in testMohammed Sadiq
2023-06-12Merge branch 'main' into comment_cleanupliv
2023-06-12Merge pull request #1546 from b-apperlo/b-apperlo-patch-1liv
2023-06-12Merge pull request #1547 from b-apperlo/b-apperlo-patch-2liv
2023-06-12Merge pull request #1549 from IVIURRAY/enums3-message-testliv
2023-06-12feat(move_semantics2): rewrite hintliv
2023-06-08fix(enums3): add test for messageIVIURARY
2023-06-08fix: updated comment for structBert Apperlo
2023-06-08fix: update hashmaps3.rsBert Apperlo
2023-06-08feat: added test function to hashmaps2.rsBert Apperlo
2023-05-29docs: cleanup the explanation paragraphs at the start of each exercise.Robert Fry