| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2020-05-30 | Merge pull request #409 from AlexandruGG/feature/box-exercise | fmoko | |
| 2020-05-28 | feat: Add traits README | Dan Wilhelm | |
| 2020-05-29 | Merge pull request #410 from tsauvajon/fix-option1 | fmoko | |
| fix(option1): Don't add only zeros to the numbers array | |||
| 2020-05-27 | chore: Limit generics3 lines to 90 chars | Dan Wilhelm | |
| 2020-05-27 | Address PR feedback: add tests | AlexandruGG | |
| 2020-05-27 | fix(option1): Don't add only zeros to the numbers array | Thomas Sauvajon | |
| 2020-05-26 | feat: Add box1.rs exercise | AlexandruGG | |
| 2020-05-25 | fix: confine the user further in variable exercises | Evan Carroll | |
| We want to teach a specific lesson. To ensure that we do, let's try to provide more clarity on what the user should not do. | |||
| 2020-05-20 | chore: remove struct2 hint comment | Jade McGough | |
| 2020-05-19 | feat: renames test to quiz, fixes #244 | Sanjay K | |
| BREAKING CHANGE * changed test to quiz: fixes issues in #244 * fixed info.toml: #244 * fixed naming related issues | |||
| 2020-05-19 | Merge pull request #365 from sjmann/generics-2-fix | fmoko | |
| 2020-05-16 | fix(option2): Add TODO to comments (#400) | Stefan Kupresak | |
| 2020-05-15 | feat: Rewrite try_from_into (#393) | IkaR49 | |
| 2020-05-13 | fix(test2): name of type String and &str (#394) | Gaurang Tandon | |
| 2020-05-06 | fix(errorsn): Try harder to confine the user. (#388) | Evan Carroll | |
| 2020-05-04 | Update Message::Move in the enums3 test to take a Point. | Siobhan Jacobson | |
| 2020-05-03 | Merge pull request #372 from DiD92/exercise_structs3 | fmoko | |
| 2020-05-03 | Merge pull request #383 from wrobstory/wrobstory-exercises | fmoko | |
| 2020-05-03 | Merge pull request #368 from apatniv/update_test_case | fmoko | |
| 2020-05-02 | Review Comments: Add other test cases | apatniv | |
| 2020-05-02 | fix(option1): Add cast to usize, as it is confusing in the context of an ↵ | Rob Story | |
| exercise about Option | |||
| 2020-05-02 | feat: Add if2 exercise | Rob Story | |
| 2020-05-02 | chore: Remove deprecated description from error_handling/errorsn.rs | Christofer Bertonha | |
| 2020-04-30 | fix(from_into.rs): typo | Jihchi Lee | |
| 2020-04-29 | fix: update iterator and macro text for typos and clarity | Dan Wilhelm | |
| - /macros/README.md: Typo "modules" => "macros" - iterators2.py: Reduce line length to <90-char width. - iterators4.py: Update 'fun' => 'challenge' as per PR#177 - rustlings hint iterators4: improve clarity | |||
| 2020-04-27 | feat: Added exercise structs3.rs | Dídac Sementé Fernández | |
| 2020-04-21 | test: Add missing test case for from_str exercise | apatniv | |
| 2020-04-21 | chore: add explanatory comment to clippy1 | Steven Mann | |
| 2020-04-21 | fix: update generics2 closes #362 | sjmann | |
| 2020-04-17 | fix: confusing comment in conversions/try_from_into.rs | lebedevsergey | |
| Co-authored-by: Lebedev <sergey.lebedev@corp.mail.ru> | |||
| 2020-04-15 | chore: delete orphaned `error_handling/option1.rs` | Ufuk Celebi | |
| `error_handling/option1.rs` has been replaced by `option/option1.rs` and is not referenced in `info.toml` any more. | |||
| 2020-04-14 | feat: Add exercise variables6 covering const (#352) | Said Aspen | |
| 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 | |
