summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Expand)Author
2021-02-07fix(move_semantics4): Remove redundant "instead" (#640)Tal
2021-01-21fix(from_str): test for error instead of unwrap/should_panicJean-Francois Chevrette
2021-01-09feat(from_into) : add test for checking unnecessary trailing valueSang-Heon Jeon
2021-01-09feat(from_str) : add test for checking unnecessary trailing valueSang-Heon Jeon
2021-01-06fix(threads1): line number correctionChristian Zeller
2021-01-06fix(move_semantics4): Small readbility improvement (#617)Marius Ungureanu
2020-12-27fix(functions2): Change signature to trigger precise error message: (#605)Axel Viala
2020-12-15fix: update structs READMEseancad
2020-12-12fix: added missing exercises to info.tomlJuliaCao
2020-12-08fix: gives a bit more context to magic numberPeter N
2020-12-07feat: match exercise order to book chapters (#541)JuliaCao
2020-12-06Merge pull request #592 from tinkhauser/vec1_bugfixfmoko
2020-12-03feat(try_from_into): remove duplicate annotationChristos Kontas
2020-11-29fix(vec1): Have test compare every element in a and vJacob Tinkhauser
2020-11-11fix(try_from_into): type errorWei Hu
2020-11-08fix(try_from_into): Update description (#584)JP
2020-11-07feat(try_from_into): Add tests (#571)fiplox
2020-11-07fix(iterators2): Update description (#578)JP
2020-10-31feat: Add HashMap exercisessazid
2020-10-31feat: Add Vec exercisessazid
2020-10-13fix(primitive_types6): remove 'unused doc comment' warningMatthew Smillie
2020-10-13fix(primitive_types6): missing comma in testMatthew Smillie
2020-10-10feat(primitive_types6): Add a test (#548)Axel Viala
2020-10-10fix(quiz3): Second test is for odd numbers, not even. (#553)Ryan McQuen
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