| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-08 | Merge pull request #292 from Tuxified/patch-1 | fmoko | |
| Remove duplicate not done comment | |||
| 2020-04-08 | remove bottom comment instead of top | Tonći Galić | |
| 2020-04-08 | fix: revert primitive_types4 (#296) | Roberto Vidal | |
| 2020-04-07 | feat: Add Option2 exercise (#290) | Sanjay K | |
| * added option2 * changed up the exercise, modified the help section * Update exercises/option/option2.rs Co-Authored-By: fmoko <mokou@posteo.net> * Update exercises/option/option2.rs Co-Authored-By: fmoko <mokou@posteo.net> * Update exercises/option/option2.rs Co-Authored-By: fmoko <mokou@posteo.net> Co-authored-by: fmoko <mokou@posteo.net> | |||
| 2020-04-07 | Remove duplicate not done comment | Tonći Galić | |
| As indicated in #259 , I found it confusing to have 2 comments as the code wouldn't compile unless I solved both issues (I used the script from #281 to remove a comment and use `:wn` to go to next exercise, hence this tripped me). | |||
| 2020-04-06 | feature: makes "compile" exercise print output, resolves #270 | Roberto Vidal | |
| When running "compile"-mode exercises in interactive `verify` mode, we print their output when we prompt the learner if they want to continue. This improves the "experimentation" experience, since trying different things does produce a visible change. | |||
| 2020-04-05 | Merge pull request #282 from sanjaykdragon/master | fmoko | |
| feat: added option exercise | |||
| 2020-04-05 | Merge pull request #280 from sjmann/generics-exercises | fmoko | |
| feat: added generics exercises | |||
| 2020-04-02 | Merge branch 'master' of https://github.com/sanjaykdragon/rustlings | Sanjay K | |
| 2020-04-02 | fixed spacing | Sanjay K | |
| 2020-03-11 | Update option1.rs | Sanjay K | |
| 2020-03-11 | Update option1.rs | Sanjay K | |
| 2020-03-11 | adds additional test to meet exercise rules | skim | |
| 2020-03-05 | feat: added excercise for option | Sanjay K | |
| 2020-02-28 | add I AM NOT DONE comments | sjmann | |
| 2020-02-28 | Merge branch 'master' of https://github.com/sjmann/rustlings into ↵ | sjmann | |
| generics-exercises | |||
| 2020-02-28 | feat: added new exercises for generics | sjmann | |
| 2020-02-26 | feat: Add clippy lints | Mario Reder | |
| - adds a new 'clippy' category for exercises - clippy exercises should throw no warnings - install script now also installs clippy is related to https://github.com/rust-lang/rust-clippy/issues/2604 | |||
| 2020-02-25 | Auto merge of #274 - sjmann:master, r=fmoko | bors | |
| chore: fixed merge conflicts from traits exercises added by s-marios I hope this doesn't step on any toes but I wanted to try the traits exercises from #216 so I updated them to match the new structure with hints included in info.toml | |||
| 2020-02-25 | Add a second test case | Stig Johan Berggren | |
| 2020-02-25 | Enable test for exercise test4 | Stig Johan Berggren | |
| 2020-02-25 | remove confusing comment wording | Steven Mann | |
| 2020-02-25 | added traits exercises | sjmann | |
| 2020-02-22 | fixed typo | sjmann | |
| 2020-02-22 | reworded missing exercise explanation | sjmann | |
| 2020-01-29 | chore: Correct test command in tests1.rs comment | Jason Tsai | |
| 2020-01-25 | Fixed mangled sentence from book; edited for clarity | Paul Bissex | |
| 2020-01-14 | feat: Add variables5.rs exercise | Torben Jonas | |
| closes #260 | |||
| 2019-12-29 | Created consistent money unit | gnodarse | |
| 2019-12-23 | Enable a test and improve per clippy's suggestion. | dmitri-mamrukov | |
| 2019-12-16 | I AM NOT DONE comment in conversions exercise files | Abdou Seck | |
| 2019-12-16 | feat: Add type conversion and parsing exercises | Abdou Seck | |
| 2019-12-16 | fix(tests1): Change test command | marisa | |
| Closes #243. | |||
| 2019-12-07 | fix(iterators2): Remove reference to missing iterators2.rs | Rahat Ahmed | |
| 2019-11-24 | Add link to chapter on pattern syntax | Jens | |
| After being stuck on exercise enums3.rs for about an hour or two, having read the entire chapter on enums 2-3 times, and still being unable to complete the exercise, i started broadening my reading. I finally found the answer in the rust docs via google. | |||
| 2019-11-14 | fix: line numbers in several exercises and hints | Roberto Vidal | |
| The introduction of `I AM NOT DONE` shifted the lines of all exercises, which now need adjustment. | |||
| 2019-11-12 | fix(arc1): Fix some words in the comment | Chris Keschnat | |
| 2019-11-12 | fix(variables1): Correct wrong word in comment | Chris Keschnat | |
| 2019-11-12 | fix(primitive_types4): update outdated comment | Roberto Vidal | |
| 2019-11-11 | Address feedback | marisa | |
| 2019-11-11 | Merge branch 'master' into refactor-hints | marisa | |
| 2019-11-11 | feat: Refactor hint system | marisa | |
| Hints are now accessible using the CLI subcommand `rustlings hint <exercise name`. BREAKING CHANGE: This fundamentally changes the way people interact with exercises. | |||
| 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-11-11 | fix(strings): Move Strings before Structs | marisa | |
| Closes #204. | |||
| 2019-11-11 | fix(errors3): Update hint | marisa | |
| Closes #185. | |||
| 2019-11-11 | fix(if1): Remove `return` reference | marisa | |
| This closes #153. | |||
| 2019-11-09 | Auto merge of #224 - nyxtom:feat-enums, r=fmoko | bors | |
| feat: Add enums exercises Creates an exhaustive list of enum exercises. This goes through the basics of different ways to derive enums with mixed data type variants, as well as the use of the all important `match` operator. | |||
| 2019-10-29 | fix: Rewrite test1 logic | marisa | |
| 2019-10-28 | feat: Add enums exercises | Thomas Holloway | |
