summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-04docs: update README.md [skip ci]allcontributors[bot]
2022-02-04doc: Add hints on how to get gcc installed (#741)Brandon High
2022-02-04Merge pull request #733 from apogeeoak/introdiannasoreil
feat(intro): Proposal to add successfully compiling exercise as the first exercise.
2022-02-04Merge pull request #728 from Zerotask/improve-option-further-informationdiannasoreil
docs(option): improve further information if let and while let
2022-02-04Merge pull request #925 from rust-lang/all-contributors/add-sundevilyangdiannasoreil
docs: add sundevilyang as a contributor for content
2022-02-04docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2022-02-04docs: update README.md [skip ci]allcontributors[bot]
2022-02-04fix(structs3): Add a hint for panic (#608)Yang Wen
as a totally newbie to Rust, I don't know panic statement from https://doc.rust-lang.org/book/ and rustlings in the beginning. After a hard searching of [should_panic], then I figure out panic statement. So it's helpful to tell the learner that write a panic statement here.
2022-02-04fix(errors1): Add a comment to make the purpose more clear (#486)zydxhs
Signed-off-by: zydxhs <johnsmithcry@163.com>
2022-02-04fix(clippy1): Set clippy::float_cmp lint to deny (#907)radicale
2021-12-30Merge pull request #901 from rust-lang/all-contributors/add-tan-zxdiannasoreil
docs: add tan-zx as a contributor for content
2021-12-30docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-12-30docs: update README.md [skip ci]allcontributors[bot]
2021-12-30Merge pull request #899 from tan-zx/quiz1/commentsdiannasoreil
fix(quiz1): update to say quiz covers "If"
2021-12-29fix(quiz1): update to say quiz covers "If"ZX
2021-12-24Merge pull request #896 from rust-lang/all-contributors/add-nekonakodiannasoreil
docs: add nekonako as a contributor for code
2021-12-24docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-12-24docs: update README.md [skip ci]allcontributors[bot]
2021-12-24Merge pull request #894 from nekonako/maindiannasoreil
chore : replace filter_map() with find_map()
2021-12-24chore : replace filter_map() with find_map()Galih wisnuaji
2021-12-16Merge pull request #891 from rust-lang/all-contributors/add-frvannes16diannasoreil
docs: add frvannes16 as a contributor for code
2021-12-16docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-12-16docs: update README.md [skip ci]allcontributors[bot]
2021-12-16Merge pull request #890 from frvannes16/fix/888-std-floatsdiannasoreil
fix(clippy1): Trigger approx_constant lint rule instead of downgraded float_cmp.
2021-12-15fix(clippy1): Updated code to test correctness clippy lint with ↵Franklin van Nes
approx_constant lint rule closes #888
2021-12-15Merge pull request #889 from rust-lang/all-contributors/add-alirezagheydiannasoreil
docs: add alirezaghey as a contributor for content
2021-12-15docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-12-15docs: update README.md [skip ci]allcontributors[bot]
2021-12-15fix(functions5): Remove wrong new line and small English improvements (#885)alirezaghey
2021-10-31Merge pull request #872 from rust-lang/all-contributors/add-MpdWalshdiannasoreil
docs: add MpdWalsh as a contributor for code
2021-10-31docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-10-31docs: update README.md [skip ci]allcontributors[bot]
2021-10-31Merge pull request #871 from MpdWalsh/maindiannasoreil
fix(structs3.rs): assigned value to cents_per_gram in test
2021-10-30fix(structs3.rs): assigned value to cents_per_gram in testMichael Walsh
Intended to simplify the lesson by removing the need to figure out what the value is meant to be based on the tests. Previous commits (https://github.com/rust-lang/rustlings/commit/9ca08b8f2b09366e97896a4a8cf9ff3bb4d54380 and https://github.com/rust-lang/rustlings/commit/114b54cbdb977234b39e5f180d937c14c78bb8b2#diff-ce1c232ff0ddaff909351bb84cb5bff423b5b9e04f21fd4db7ffe443e598e174) removed the mathematical complexity, and I feel this addition is a needed change to further streamline the exercise.
2021-10-29chore: upgrade edition to 2021ana
2021-10-18Merge pull request #866 from rust-lang/all-contributors/add-xuesongbjdiannasoriel
docs: add xuesongbj as a contributor for content
2021-10-18docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-10-18docs: update README.md [skip ci]allcontributors[bot]
2021-10-18fix(traits1): rename test functions to snake case (#854)xuesong
Co-authored-by: zhangshaozhi <zhangshaozhi@ZhangshaozhideMacBook-Pro.local>
2021-10-02Merge pull request #860 from rlch/spelling-mistakesdiannasoriel
fix: few spelling mistakes
2021-10-02fix: few spelling mistakesrlch
2021-09-30Merge pull request #858 from rust-lang/all-contributors/add-fredrdiannasoriel
docs: add fredr as a contributor for content
2021-09-30docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-09-30docs: update README.md [skip ci]allcontributors[bot]
2021-09-30fix(move_semantics5): correct typo (#857)Fredrik Enestad
2021-09-27Merge pull request #853 from rust-lang/all-contributors/add-EmisonLudiannasoriel
docs: add EmisonLu as a contributor for content
2021-09-27docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-09-27docs: update README.md [skip ci]allcontributors[bot]
2021-09-27fix(structs3): remove redundant 'return' (#852)Zhenghao Lu
2021-09-25release: 4.6.0ana