| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-04 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2022-02-04 | doc: Add hints on how to get gcc installed (#741) | Brandon High | |
| 2022-02-04 | Merge pull request #733 from apogeeoak/intro | diannasoreil | |
| feat(intro): Proposal to add successfully compiling exercise as the first exercise. | |||
| 2022-02-04 | Merge pull request #728 from Zerotask/improve-option-further-information | diannasoreil | |
| docs(option): improve further information if let and while let | |||
| 2022-02-04 | Merge pull request #925 from rust-lang/all-contributors/add-sundevilyang | diannasoreil | |
| docs: add sundevilyang as a contributor for content | |||
| 2022-02-04 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2022-02-04 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2022-02-04 | fix(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-04 | fix(errors1): Add a comment to make the purpose more clear (#486) | zydxhs | |
| Signed-off-by: zydxhs <johnsmithcry@163.com> | |||
| 2022-02-04 | fix(clippy1): Set clippy::float_cmp lint to deny (#907) | radicale | |
| 2021-12-30 | Merge pull request #901 from rust-lang/all-contributors/add-tan-zx | diannasoreil | |
| docs: add tan-zx as a contributor for content | |||
| 2021-12-30 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-12-30 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-12-30 | Merge pull request #899 from tan-zx/quiz1/comments | diannasoreil | |
| fix(quiz1): update to say quiz covers "If" | |||
| 2021-12-29 | fix(quiz1): update to say quiz covers "If" | ZX | |
| 2021-12-24 | Merge pull request #896 from rust-lang/all-contributors/add-nekonako | diannasoreil | |
| docs: add nekonako as a contributor for code | |||
| 2021-12-24 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-12-24 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-12-24 | Merge pull request #894 from nekonako/main | diannasoreil | |
| chore : replace filter_map() with find_map() | |||
| 2021-12-24 | chore : replace filter_map() with find_map() | Galih wisnuaji | |
| 2021-12-16 | Merge pull request #891 from rust-lang/all-contributors/add-frvannes16 | diannasoreil | |
| docs: add frvannes16 as a contributor for code | |||
| 2021-12-16 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-12-16 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-12-16 | Merge pull request #890 from frvannes16/fix/888-std-floats | diannasoreil | |
| fix(clippy1): Trigger approx_constant lint rule instead of downgraded float_cmp. | |||
| 2021-12-15 | fix(clippy1): Updated code to test correctness clippy lint with ↵ | Franklin van Nes | |
| approx_constant lint rule closes #888 | |||
| 2021-12-15 | Merge pull request #889 from rust-lang/all-contributors/add-alirezaghey | diannasoreil | |
| docs: add alirezaghey as a contributor for content | |||
| 2021-12-15 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-12-15 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-12-15 | fix(functions5): Remove wrong new line and small English improvements (#885) | alirezaghey | |
| 2021-10-31 | Merge pull request #872 from rust-lang/all-contributors/add-MpdWalsh | diannasoreil | |
| docs: add MpdWalsh as a contributor for code | |||
| 2021-10-31 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-10-31 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-10-31 | Merge pull request #871 from MpdWalsh/main | diannasoreil | |
| fix(structs3.rs): assigned value to cents_per_gram in test | |||
| 2021-10-30 | fix(structs3.rs): assigned value to cents_per_gram in test | Michael 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-29 | chore: upgrade edition to 2021 | ana | |
| 2021-10-18 | Merge pull request #866 from rust-lang/all-contributors/add-xuesongbj | diannasoriel | |
| docs: add xuesongbj as a contributor for content | |||
| 2021-10-18 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-10-18 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-10-18 | fix(traits1): rename test functions to snake case (#854) | xuesong | |
| Co-authored-by: zhangshaozhi <zhangshaozhi@ZhangshaozhideMacBook-Pro.local> | |||
| 2021-10-02 | Merge pull request #860 from rlch/spelling-mistakes | diannasoriel | |
| fix: few spelling mistakes | |||
| 2021-10-02 | fix: few spelling mistakes | rlch | |
| 2021-09-30 | Merge pull request #858 from rust-lang/all-contributors/add-fredr | diannasoriel | |
| docs: add fredr as a contributor for content | |||
| 2021-09-30 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-09-30 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-09-30 | fix(move_semantics5): correct typo (#857) | Fredrik Enestad | |
| 2021-09-27 | Merge pull request #853 from rust-lang/all-contributors/add-EmisonLu | diannasoriel | |
| docs: add EmisonLu as a contributor for content | |||
| 2021-09-27 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-09-27 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-09-27 | fix(structs3): remove redundant 'return' (#852) | Zhenghao Lu | |
| 2021-09-25 | release: 4.6.0 | ana | |
