| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-29 | Use u32 instead of i32 | mo8it | |
| 2023-05-29 | docs: cleanup the explanation paragraphs at the start of each exercise. | Robert Fry | |
| 2022-10-04 | Added spaces around * | Duchoud Nicolas | |
| 2022-10-04 | additional test for fees | Duchoud Nicolas | |
| 2022-07-14 | fix(structs): add hint comments | mokou | |
| 2022-07-14 | fix(structs3): Add panic! statement into structs3 | camperdue42 | |
| closes #685 | |||
| 2022-07-14 | fix(structs1): rename to unit-like struct | mokou | |
| 2022-07-14 | feat(structs1): convert structs to use i32 types | mokou | |
| 2022-07-11 | chore: remove mod.rs files and exercises feature | mokou | |
| 2022-03-29 | fix: Include exercises folder in the project structure behind a feature (#917) | x-hgg-x | |
| closes #859 closes #913 closes #942 | |||
| 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. | |||
| 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-09-27 | fix(structs3): remove redundant 'return' (#852) | Zhenghao Lu | |
| 2021-05-09 | fix: remove trailing whitespace | Juan Pablo Ramirez | |
| 2021-04-23 | docs(exercises): updated all exercises readme files | Zerotask | |
| all exercises readme files now have a unified structure and a description | |||
| 2021-04-20 | fix(structs): Add 5.3 to structs/README (#652) | Shao Yang Hong | |
| Co-authored-by: Shao Yang Hong <shaoyang.hong@ninjavan.co> | |||
| 2021-03-20 | chore: capitalize `c` letter | Rod Elias | |
| By capitalizing the `c` letter it makes clear that we're talking about the C programming language. | |||
| 2021-03-13 | fix(structs3): reword heading comment (#664) | Darius Wiles | |
| 2021-03-12 | fix: add check to prevent naive implementation of is_international | cadolphs | |
| * fix(structs3): Add check to prevent naive implementation * chore(structs3): Add a missed newline after the test I added | |||
| 2020-12-15 | fix: update structs README | seancad | |
| 2020-09-19 | fix(structs3): Small adjustment of variable name | Jannek Squar | |
| Co-authored-by: Jannek <squar@informatik.uni-hamburg.de> | |||
| 2020-08-10 | chore: Run rustfmt on exercises | Étienne Barrié | |
| 2020-07-11 | chore: Alter whitespace for consistency | Benjamin Jones | |
| * Add newline after "I AM DONE" in exercises for consistency * Remove trailing whitespace from exercises | |||
| 2020-06-11 | fix : Use of integer for prices, therefore also for weight | Sebastien Caunes | |
| rename confusing "from" and "to" to sender_country and recipient_country as suggested | |||
| 2020-05-20 | chore: remove struct2 hint comment | Jade McGough | |
| 2020-04-27 | feat: Added exercise structs3.rs | Dídac Sementé Fernández | |
| 2019-11-11 | feat: improve `watch` execution mode | Roberto Vidal | |
| The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`. | |||
| 2019-11-11 | fix(structs1): Remove misleading comment | marisa | |
| 2019-10-21 | feat: Added exercise for struct update syntax | Viacheslav Avramenko | |
| 2019-07-27 | docs: Fix wrong title | Andre Pratama | |
| fix #200 | |||
| 2019-06-20 | Fixes the irrefutable let pattern warning | Brian Kung | |
| 2019-05-25 | Adds a simple exercise for structures | Brian Kung | |
