summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Expand)Author
2020-10-01Merge pull request #545 from YJDoc2/mainfmoko
2020-10-01fix(variables5) : make shadowing more prominentYashodhan Joshi
2020-09-27Merge pull request #522 from calvinbrown085/adding-test-for-false-casefmoko
2020-09-25chore: Change point to comma in from_into.rsGreg Leonard
2020-09-21Fixing test3 to have enough tests to make sure we test all casesCalvin Brown
2020-09-19fix(structs3): Small adjustment of variable nameJannek Squar
2020-09-18Merge pull request #489 from mukundbhudia/iterators1fmoko
2020-09-07fix(using_as): Add test so that proper type is returned. (#512)Ryan McQuen
2020-08-27chore: Removed extra whitespacesKoalab99
2020-08-26Make macros4 not compile by defaultSamuel Batista
2020-08-25fix(exercises): adding question mark to quiz2Antoine Barthelemy
2020-08-24Make comments on example clearerJohn Heath
2020-08-16fix(arc1): index mod should equal thread countseeplusplus
2020-08-10chore: Run rustfmt on exercisesÉtienne Barrié
2020-08-04feat: Added iterators1.rs exerciseMukund Bhudia
2020-07-13feat(try_from_into): Add insufficient length test (#469)Chad Dougherty
2020-07-11chore: Alter whitespace for consistencyBenjamin Jones
2020-07-08fix(enums3): Update Message::ChangeColor to take a tuple. (#457)DEWA Kazuyuki/出羽和之
2020-06-22Merge pull request #433 from SebastienCaunes/fix#432fmoko
2020-06-14fix(arc1): Passively introduce attributes (#429)Alexx Roche
2020-06-11fix : Use of integer for prices, therefore also for weightSebastien Caunes
2020-06-08Added example to show the AsRef workingmillefalcon
2020-06-06fix(box1): fix comment typo (#426)Alexx Roche
2020-06-03fix: fix quiz naming inconsistency (#421)Alexx Roche
2020-06-03fix(variables6): minor typo (#419)Alexx Roche
2020-05-30Merge pull request #416 from danwilhelm/traits-readmefmoko
2020-05-30Merge pull request #409 from AlexandruGG/feature/box-exercisefmoko
2020-05-28feat: Add traits READMEDan Wilhelm
2020-05-29Merge pull request #410 from tsauvajon/fix-option1fmoko
2020-05-27chore: Limit generics3 lines to 90 charsDan Wilhelm
2020-05-27Address PR feedback: add testsAlexandruGG
2020-05-27fix(option1): Don't add only zeros to the numbers arrayThomas Sauvajon
2020-05-26feat: Add box1.rs exerciseAlexandruGG
2020-05-25fix: confine the user further in variable exercisesEvan Carroll
2020-05-20chore: remove struct2 hint commentJade McGough
2020-05-19feat: renames test to quiz, fixes #244Sanjay K
2020-05-19Merge pull request #365 from sjmann/generics-2-fixfmoko
2020-05-16fix(option2): Add TODO to comments (#400)Stefan Kupresak
2020-05-15feat: Rewrite try_from_into (#393)IkaR49
2020-05-13fix(test2): name of type String and &str (#394)Gaurang Tandon
2020-05-06fix(errorsn): Try harder to confine the user. (#388)Evan Carroll
2020-05-04Update Message::Move in the enums3 test to take a Point.Siobhan Jacobson
2020-05-03Merge pull request #372 from DiD92/exercise_structs3fmoko
2020-05-03Merge pull request #383 from wrobstory/wrobstory-exercisesfmoko
2020-05-03Merge pull request #368 from apatniv/update_test_casefmoko
2020-05-02Review Comments: Add other test casesapatniv
2020-05-02fix(option1): Add cast to usize, as it is confusing in the context of an exer...Rob Story
2020-05-02feat: Add if2 exerciseRob Story
2020-05-02chore: Remove deprecated description from error_handling/errorsn.rsChristofer Bertonha
2020-04-30fix(from_into.rs): typoJihchi Lee