| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-07 | fix(move_semantics4): Remove redundant "instead" (#640) | Tal | |
| 2021-01-21 | fix(from_str): test for error instead of unwrap/should_panic | Jean-Francois Chevrette | |
| 2021-01-09 | feat(from_into) : add test for checking unnecessary trailing value | Sang-Heon Jeon | |
| 2021-01-09 | feat(from_str) : add test for checking unnecessary trailing value | Sang-Heon Jeon | |
| 2021-01-06 | fix(threads1): line number correction | Christian Zeller | |
| 2021-01-06 | fix(move_semantics4): Small readbility improvement (#617) | Marius Ungureanu | |
| * Small readbility improvement move_semantics4 doc * Remove `an` as it refers to the argument | |||
| 2020-12-27 | fix(functions2): Change signature to trigger precise error message: (#605) | Axel Viala | |
| Now trigger this error: ``` error: expected type, found `)` --> exercises/functions/functions2.rs:10:16 | 10 | fn call_me(num:) { | ^ expected type ``` | |||
| 2020-12-15 | fix: update structs README | seancad | |
| 2020-12-12 | fix: added missing exercises to info.toml | JuliaCao | |
| 2020-12-08 | fix: gives a bit more context to magic number | Peter N | |
| 2020-12-07 | feat: match exercise order to book chapters (#541) | JuliaCao | |
| Added exercise to book chapter mapping table to exercise README | |||
| 2020-12-06 | Merge pull request #592 from tinkhauser/vec1_bugfix | fmoko | |
| fix(vec1): Have test compare every element in a and v | |||
| 2020-12-03 | feat(try_from_into): remove duplicate annotation | Christos Kontas | |
| 2020-11-29 | fix(vec1): Have test compare every element in a and v | Jacob Tinkhauser | |
| The previous test would stop comparing elements in array a and vec v upon reaching the last element of either. This resulted in the test passing even if v did not contain all the elements in a. This change to the test fixes that bug and should only pass if all the elements in a and v are present and equal. | |||
| 2020-11-11 | fix(try_from_into): type error | Wei Hu | |
| 2020-11-08 | fix(try_from_into): Update description (#584) | JP | |
| Description update | |||
| 2020-11-07 | feat(try_from_into): Add tests (#571) | fiplox | |
| Co-authored-by: Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com> | |||
| 2020-11-07 | fix(iterators2): Update description (#578) | JP | |
| grammar fix in the description | |||
| 2020-10-31 | feat: Add HashMap exercises | sazid | |
| 2020-10-31 | feat: Add Vec exercises | sazid | |
| 2020-10-13 | fix(primitive_types6): remove 'unused doc comment' warning | Matthew Smillie | |
| 2020-10-13 | fix(primitive_types6): missing comma in test | Matthew Smillie | |
| 2020-10-10 | feat(primitive_types6): Add a test (#548) | Axel Viala | |
| Co-authored-by: Annika <56906084+AnnikaCodes@users.noreply.github.com> Co-authored-by: fmoko <mokou@posteo.de> | |||
| 2020-10-10 | fix(quiz3): Second test is for odd numbers, not even. (#553) | Ryan McQuen | |
| 2020-10-01 | Merge pull request #545 from YJDoc2/main | fmoko | |
| 2020-10-01 | fix(variables5) : make shadowing more prominent | Yashodhan Joshi | |
| closes #375 | |||
| 2020-09-27 | Merge pull request #522 from calvinbrown085/adding-test-for-false-case | fmoko | |
| 2020-09-25 | chore: Change point to comma in from_into.rs | Greg Leonard | |
| A typo in the fn test_bad_age() hint message had a point rather than comma Prev: // Test that "Mark.twenty" Current: // Test that "Mark,twenty" | |||
| 2020-09-21 | Fixing test3 to have enough tests to make sure we test all cases | Calvin Brown | |
| 2020-09-19 | fix(structs3): Small adjustment of variable name | Jannek Squar | |
| Co-authored-by: Jannek <squar@informatik.uni-hamburg.de> | |||
| 2020-09-18 | Merge pull request #489 from mukundbhudia/iterators1 | fmoko | |
| 2020-09-07 | fix(using_as): Add test so that proper type is returned. (#512) | Ryan McQuen | |
| 2020-08-27 | chore: Removed extra whitespaces | Koalab99 | |
| Co-authored-by: Corentin ARNOULD <corentin.arn@gmail.com> | |||
| 2020-08-26 | Make macros4 not compile by default | Samuel Batista | |
| Did you mean this? I'm new to rust and this test passed right away, so unsure what the intention was. | |||
| 2020-08-25 | fix(exercises): adding question mark to quiz2 | Antoine Barthelemy | |
| Question marks added for consistency. closes #496 | |||
| 2020-08-24 | Make comments on example clearer | John Heath | |
| I actually struggled because I overlooked the fact that I needed to change the 2.1 to "A+". So I wanted to make things clearer for future rustlings. | |||
| 2020-08-16 | fix(arc1): index mod should equal thread count | seeplusplus | |
| 2020-08-10 | chore: Run rustfmt on exercises | Étienne Barrié | |
| 2020-08-04 | feat: Added iterators1.rs exercise | Mukund Bhudia | |
| 2020-07-13 | feat(try_from_into): Add insufficient length test (#469) | Chad Dougherty | |
| 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-07-08 | fix(enums3): Update Message::ChangeColor to take a tuple. (#457) | DEWA Kazuyuki/出羽和之 | |
| 2020-06-22 | Merge pull request #433 from SebastienCaunes/fix#432 | fmoko | |
| fix : Use of integer for prices, therefore also for weight | |||
| 2020-06-14 | fix(arc1): Passively introduce attributes (#429) | Alexx Roche | |
| Ensure that std::sync::Arc is actually used, as this exercise can be compiled using things already learnt in previous 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-06-08 | Added example to show the AsRef working | millefalcon | |
| 2020-06-06 | fix(box1): fix comment typo (#426) | Alexx Roche | |
| Doesn't effect the code. | |||
| 2020-06-03 | fix: fix quiz naming inconsistency (#421) | Alexx Roche | |
| Inconsistent naming when compared with the other quiz files. | |||
| 2020-06-03 | fix(variables6): minor typo (#419) | Alexx Roche | |
| Looks like this was cloned from variables5.rs | |||
| 2020-05-30 | Merge pull request #416 from danwilhelm/traits-readme | fmoko | |
| feat: Add traits README | |||
