summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Expand)Author
2022-02-04Merge pull request #733 from apogeeoak/introdiannasoreil
2022-02-04Merge pull request #728 from Zerotask/improve-option-further-informationdiannasoreil
2022-02-04fix(structs3): Add a hint for panic (#608)Yang Wen
2022-02-04fix(errors1): Add a comment to make the purpose more clear (#486)zydxhs
2021-12-29fix(quiz1): update to say quiz covers "If"ZX
2021-12-15fix(clippy1): Updated code to test correctness clippy lint with approx_consta...Franklin van Nes
2021-10-30fix(structs3.rs): assigned value to cents_per_gram in testMichael Walsh
2021-10-18fix(traits1): rename test functions to snake case (#854)xuesong
2021-09-30fix(move_semantics5): correct typo (#857)Fredrik Enestad
2021-09-27fix(structs3): remove redundant 'return' (#852)Zhenghao Lu
2021-09-25Merge pull request #781 from tlyu/advanced-errsdiannasoriel
2021-09-25feat: add advanced_errs2Taylor Yu
2021-09-25feat: add advanced_errs1Taylor Yu
2021-09-25fix(move_semantics5): change &mut *y to &mut x (#814)frogtd
2021-09-21feat(quiz1): add default function name in comment (#838)Weilet
2021-09-06fix(modules2): fix typo (#835)granddaifuku
2021-09-03feat(modules): update exercises, add modules3 (#822)anuk909
2021-08-26chore(quiz1): revert wordingdiannasoriel
2021-08-24fix(quiz1): Fix inconsistent wording (#826)Damian
2021-07-29fix(move_semantics5): Clarify instructionsana
2021-07-09Merge pull request #732 from apogeeoak/iterators5fmoko
2021-07-08Merge pull request #737 from ghost/correct-small-typofmoko
2021-07-07fix(quiz1): Updated question description (#794)Rakshit Sinha
2021-07-06docs: Update collections README with HashMap linklauralindzey
2021-07-05docs: Update exercise to chapter mapping for HashMapLaura Lindzey
2021-06-24fix(from_str, try_from_into): custom error typesTaylor Yu
2021-06-24Merge pull request #771 from tlyu/iterators5-trait-tweakmarisa
2021-06-24Merge pull request #772 from tlyu/errors-reworkmarisa
2021-06-09address review feedbackTaylor Yu
2021-06-07fix(variables5): confine the answer furtherZC
2021-06-06feature: improve error_handling exercisesTaylor Yu
2021-06-06fix: rename result1 to errors4Taylor Yu
2021-06-06fix(iterators5): derive Clone, CopyTaylor Yu
2021-05-22fix: move_semantics5 hintsTaylor Yu
2021-05-17feat: Add move_semantics5 exercise. (#746)Sateesh
2021-05-12fix: remove trailing whitespaces from iterators1Juan Pablo Ramirez
2021-05-11fix: add hints to generics1 and generics2 exercisesJuan Pablo Ramirez
2021-05-09fix: remove trailing whitespaceJuan Pablo Ramirez
2021-04-29style(standard_library_types): stray line breakPi Delport
2021-04-27fix: Correct small typo in exercises/conversions/from_str.rsMartin HART
2021-04-26fix(intro1): Add compiler error explanation.apogeeoak
2021-04-25chore: Update quiz1.rs add explicit test for 40Maarten Tibau
2021-04-24feat(intro): Add intro section.apogeeoak
2021-04-24chore(iterators5): Minor formatting improvements.apogeeoak
2021-04-24docs(option): improve further informationZerotask
2021-04-23docs(exercises): updated all exercises readme filesZerotask
2021-04-23Merge pull request #721 from Zerotask/add-further-help-for-generics3marisa
2021-04-22docs(generics): add bounds helpZerotask
2021-04-22docs(errors): add additional help for Result/BoxingZerotask
2021-04-21feat(arc1): Add more details to description and hint (#710)Brandon Macer