summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Expand)Author
2022-07-15feat: remove advanced_errsmokou
2022-07-15feat(as_ref_mut): add AsMut sectionmokou
2022-07-15feat(try_from_into): add hint commentsmokou
2022-07-15feat(conversions): add hint commentsmokou
2022-07-15feat(clippy): add clippy3mokou
2022-07-15chore: remove quiz4mokou
2022-07-15feat(macros): add hint commentsmokou
2022-07-15fix(threads): add hint commentsmokou
2022-07-15feat: Adding threads1.rs with a focus on JoinHandles and waiting forjaystile
2022-07-14feat(iterators): update hint commentsmokou
2022-07-14feat(iterators4): add factorial of zero testPaulo Gabriel Justino Bezerra
2022-07-14fix(iterators3): insert todo!() into divide() to compile without errorRyosuke YASUOKA
2022-07-14feat: move box/arc behind iteratorsmokou
2022-07-14feat(tests): add hint commentsmokou
2022-07-14feat(traits): add hint commentsmokou
2022-07-14feat: move generics3 to be quiz3mokou
2022-07-14feat(generics): add hint commentsmokou
2022-07-14feat(errors): Improve comments and hintsmokou
2022-07-14fix(errors5): improve exercise instructionsNoah Cairns
2022-07-14chore(errors1): use `is_empty()` instead of `len() > 0`Steven nguyen
2022-07-14feat(options): add hint commentsmokou
2022-07-14feat(options1): rewrite to remove array stuffmokou
2022-07-14fix: rename option to optionsmokou
2022-07-14fix(quiz2): add hint commentmokou
2022-07-14feat: rework quiz2mokou
2022-07-14feat: move quiz2 to be strings4mokou
2022-07-14fix(hashmaps): adjust hint commentsmokou
2022-07-14feat: Add hashmap3 exercise.Sateesh Basavaraju
2022-07-14fix(modules): adjust hint commentsmokou
2022-07-14feat(strings): add strings3mokou
2022-07-14feat(strings): move before modulesmokou
2022-07-14feat(enums3): add hint comment, remove enums1 hintmokou
2022-07-14fix(structs): add hint commentsmokou
2022-07-14fix(structs3): Add panic! statement into structs3camperdue42
2022-07-14fix(structs1): rename to unit-like structmokou
2022-07-14feat(structs1): convert structs to use i32 typesmokou
2022-07-12feat(move_semantics): finish updating commentsmokou
2022-07-12feat(move_semantics): clarify some hintsmokou
2022-07-12fix(primitive_types): clean upmokou
2022-07-12feat: remove collections to hashmapsmokou
2022-07-12feat: move vec exercises into their own foldermokou
2022-07-12feat(vec): update vec exercisesmokou
2022-07-12feat(primitive_types): fixupsmokou
2022-07-12fix(if2): Rename if2 exercise function to foo_if_fizz.Adam Sherwood
2022-07-12feat(if): replace hintsmokou
2022-07-12feat(functions): more small fixesmokou
2022-07-11fix(functions): clarify README wordingmokou
2022-07-11fix(variables5): Add nudge for shadowing variablegavin
2022-07-11fix(variables): reorder and redo hint textsmokou
2022-07-11fix(intro): clarify hint usagemokou