summaryrefslogtreecommitdiff
path: root/exercises
AgeCommit message (Collapse)Author
2020-06-03fix: fix quiz naming inconsistency (#421)Alexx Roche
Inconsistent naming when compared with the other quiz files.
2020-06-03fix(variables6): minor typo (#419)Alexx Roche
Looks like this was cloned from variables5.rs
2020-05-30Merge pull request #416 from danwilhelm/traits-readmefmoko
feat: Add traits README
2020-05-30Merge pull request #409 from AlexandruGG/feature/box-exercisefmoko
2020-05-28feat: Add traits READMEDan Wilhelm
2020-05-29Merge pull request #410 from tsauvajon/fix-option1fmoko
fix(option1): Don't add only zeros to the numbers array
2020-05-27chore: Limit generics3 lines to 90 charsDan Wilhelm
2020-05-27Address PR feedback: add testsAlexandruGG
2020-05-27fix(option1): Don't add only zeros to the numbers arrayThomas Sauvajon
2020-05-26feat: Add box1.rs exerciseAlexandruGG
2020-05-25fix: confine the user further in variable exercisesEvan 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-20chore: remove struct2 hint commentJade McGough
2020-05-19feat: renames test to quiz, fixes #244Sanjay K
BREAKING CHANGE * changed test to quiz: fixes issues in #244 * fixed info.toml: #244 * fixed naming related issues
2020-05-19Merge pull request #365 from sjmann/generics-2-fixfmoko
2020-05-16fix(option2): Add TODO to comments (#400)Stefan Kupresak
2020-05-15feat: Rewrite try_from_into (#393)IkaR49
2020-05-13fix(test2): name of type String and &str (#394)Gaurang Tandon
2020-05-06fix(errorsn): Try harder to confine the user. (#388)Evan Carroll
2020-05-04Update Message::Move in the enums3 test to take a Point.Siobhan Jacobson
2020-05-03Merge pull request #372 from DiD92/exercise_structs3fmoko
2020-05-03Merge pull request #383 from wrobstory/wrobstory-exercisesfmoko
2020-05-03Merge pull request #368 from apatniv/update_test_casefmoko
2020-05-02Review Comments: Add other test casesapatniv
2020-05-02fix(option1): Add cast to usize, as it is confusing in the context of an ↵Rob Story
exercise about Option
2020-05-02feat: Add if2 exerciseRob Story
2020-05-02chore: Remove deprecated description from error_handling/errorsn.rsChristofer Bertonha
2020-04-30fix(from_into.rs): typoJihchi Lee
2020-04-29fix: update iterator and macro text for typos and clarityDan 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-27feat: Added exercise structs3.rsDídac Sementé Fernández
2020-04-21test: Add missing test case for from_str exerciseapatniv
2020-04-21chore: add explanatory comment to clippy1Steven Mann
2020-04-21fix: update generics2 closes #362sjmann
2020-04-17fix: confusing comment in conversions/try_from_into.rslebedevsergey
Co-authored-by: Lebedev <sergey.lebedev@corp.mail.ru>
2020-04-15chore: 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-14feat: Add exercise variables6 covering const (#352)Said Aspen
2020-04-08Merge pull request #292 from Tuxified/patch-1fmoko
Remove duplicate not done comment
2020-04-08remove bottom comment instead of topTonći Galić
2020-04-08fix: revert primitive_types4 (#296)Roberto Vidal
2020-04-07feat: 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-07Remove duplicate not done commentTonć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-06feature: makes "compile" exercise print output, resolves #270Roberto 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-05Merge pull request #282 from sanjaykdragon/masterfmoko
feat: added option exercise
2020-04-05Merge pull request #280 from sjmann/generics-exercisesfmoko
feat: added generics exercises
2020-04-02Merge branch 'master' of https://github.com/sanjaykdragon/rustlingsSanjay K
2020-04-02fixed spacingSanjay K
2020-03-11Update option1.rsSanjay K
2020-03-11Update option1.rsSanjay K
2020-03-11adds additional test to meet exercise rulesskim
2020-03-05feat: added excercise for optionSanjay K
2020-02-28add I AM NOT DONE commentssjmann