| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-07 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-07-07 | fix(quiz1): Updated question description (#794) | Rakshit Sinha | |
| Co-authored-by: Rakshit Sinha <rakshit.sinha@oracle.com> | |||
| 2021-07-07 | Merge pull request #800 from rust-lang/all-contributors/add-lauralindzey | fmoko | |
| docs: add lauralindzey as a contributor for doc | |||
| 2021-07-07 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-07-07 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-07-07 | Merge pull request #795 from lauralindzey/docs/section-mapping | fmoko | |
| docs: Update exercise to chapter mapping for HashMap | |||
| 2021-07-06 | docs: Update collections README with HashMap link | lauralindzey | |
| 2021-07-05 | docs: Update exercise to chapter mapping for HashMap | Laura Lindzey | |
| 2021-07-05 | Merge pull request #792 from rust-lang/all-contributors/add-cseltol | marisa | |
| docs: add cseltol as a contributor for doc | |||
| 2021-07-05 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-07-05 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-07-05 | Merge pull request #668 from cseltol/main | marisa | |
| fix(installation): first PowerShell command | |||
| 2021-06-30 | Merge pull request #789 from kolbma/exercise-clippy1-hint-390 | marisa | |
| chore: clippy1 hint enhancement | |||
| 2021-06-30 | Merge pull request #790 from rust-lang/all-contributors/add-jazzplato | marisa | |
| docs: add jazzplato as a contributor for code | |||
| 2021-06-30 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-06-30 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-06-30 | feat(cli): Add "next" to run the next unsolved exercise. (#785) | Richthofen | |
| * Add "run next" to run the next unsolved exercise. * Fix a grammar error in the message. * Update README.md with the suggested change Co-authored-by: marisa <mokou@fastmail.com> * Update the README.md for "rustlings hint next". Co-authored-by: marisa <mokou@fastmail.com> | |||
| 2021-06-29 | chore: clippy1 hint enhancement | arlecchino | |
| Added some explanation and links about floating point representation and to use the clippy suggestion. (fixes #390) | |||
| 2021-06-29 | Merge pull request #787 from kolbma/exercise-iterator3-hint | marisa | |
| chore: Update hint of iterators3 | |||
| 2021-06-29 | Update info.toml | arlecchino | |
| Co-authored-by: marisa <mokou@fastmail.com> | |||
| 2021-06-29 | Merge pull request #788 from rust-lang/all-contributors/add-kolbma | marisa | |
| docs: add kolbma as a contributor for doc | |||
| 2021-06-29 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-06-29 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-06-29 | Merge pull request #786 from kolbma/git-clone-release-tag | marisa | |
| docs: Faster git clone command | |||
| 2021-06-29 | chore: Update hint of iterators3 | arlecchino | |
| `collect()` needs some hint for standard_library_types/iterators3 exercise with doc link for understanding different return types via `FromIterator`. | |||
| 2021-06-28 | docs: Faster git clone command | arlecchino | |
| Clone only release tag without history | |||
| 2021-06-24 | Merge pull request #779 from rust-lang/all-contributors/add-hyperparabolic | marisa | |
| docs: add hyperparabolic as a contributor for code | |||
| 2021-06-24 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-06-24 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-06-24 | Merge pull request #771 from tlyu/iterators5-trait-tweak | marisa | |
| fix(iterators5): derive Clone, Copy | |||
| 2021-06-24 | Merge pull request #772 from tlyu/errors-rework | marisa | |
| feature: improve error_handling exercises | |||
| 2021-06-24 | Merge pull request #778 from rust-lang/all-contributors/add-kayuapi | marisa | |
| docs: add kayuapi as a contributor for content | |||
| 2021-06-24 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-06-24 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-06-24 | Merge pull request #773 from kayuapi/patch-1 | marisa | |
| fix(variables5): confine the answer further | |||
| 2021-06-09 | address review feedback | Taylor Yu | |
| Adjust error text and naming to conform with best practices. Use `map_err()` instead of `or()`. Wrap lower-level errors instead of ignoring their details. Also, don't "cheat" by bypassing the `new()` function in tests. Fix a dangling reference in the try_from_into hints. | |||
| 2021-06-07 | fix(variables5): confine the answer further | ZC | |
| let mut number = 3; can lead to a correct answer, so the comment helps to direct the users to the intended answer. | |||
| 2021-06-06 | feature: improve error_handling exercises | Taylor Yu | |
| Add new exercises errors5 and errors6, to introduce boxed errors and custom error enums more gently. Delete errorsn, because it tried to do too much too soon. | |||
| 2021-06-06 | fix: rename result1 to errors4 | Taylor Yu | |
| Also put it in the ERROR HANDLING section where it probably belongs. | |||
| 2021-06-06 | chore(iterators5): conciseness hint | Taylor Yu | |
| 2021-06-06 | fix(iterators5): derive Clone, Copy | Taylor Yu | |
| To allow more flexibility in solutions, derive `Clone` and `Copy` for `Progress`. | |||
| 2021-05-23 | Merge pull request #762 from tlyu/move-semantics5-fixes | marisa | |
| fix: move_semantics5 hints | |||
| 2021-05-22 | fix: move_semantics5 hints | Taylor Yu | |
| Improve the hints for move_semantics5, as well as the explanatory comments in the code. Previously, it was not clear what possible changes were allowed. It seems that reordering the statements might be the intended solution. The previous comment about not "adding newlines" doesn't make sense, so treating it as "adding new lines" makes it more clear. | |||
| 2021-05-22 | chore: minor typos in move_semantics5 hints | Taylor Yu | |
| 2021-05-17 | Merge pull request #758 from rust-lang/all-contributors/add-sateeshkumarb | marisa | |
| docs: add sateeshkumarb as a contributor | |||
| 2021-05-17 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-05-17 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-05-17 | feat: Add move_semantics5 exercise. (#746) | Sateesh | |
| * feat: Add move_semantics5 exercise. * feat: Add option3 exercise * Address review comments. Fix typos, sentence formatting. * Remove unwanted newline. * Address review comments: make comment inline, fix format in print. | |||
| 2021-05-17 | Merge pull request #755 from tlyu/dyn-error-hints | marisa | |
| fix(try_from_into, from_str): hints for dyn Error | |||
| 2021-05-15 | fix(try_from_into, from_str): hints for dyn Error | Taylor Yu | |
| Add hints about how to return the correct type for functions that return `Result<_, Box<dyn Error>`. Some feedback from Discord suggests that people run into trouble with that. | |||
