| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-09 | chore: Updated source to follow clippy suggestions. | apogeeoak | |
| 2021-02-07 | Merge pull request #641 from rust-lang/all-contributors/add-tal-zvon | marisa | |
| docs: add tal-zvon as a contributor | |||
| 2021-02-07 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-02-07 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-02-07 | fix(move_semantics4): Remove redundant "instead" (#640) | Tal | |
| 2021-01-30 | Merge pull request #636 from rust-lang/all-contributors/add-jbaber | marisa | |
| docs: add jbaber as a contributor | |||
| 2021-01-30 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-01-30 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-01-30 | fix(info): Fix typo (#635) | John Baber-Lucero | |
| Co-authored-by: John Baber-Lucero <git@frundle.com> | |||
| 2021-01-22 | Merge pull request #627 from rust-lang/all-contributors/add-jfchevrette | fmoko | |
| docs: add jfchevrette as a contributor | |||
| 2021-01-22 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-01-22 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-01-21 | Merge pull request #626 from jfchevrette/patch-1 | Abdou Seck | |
| Fix instructions(steps) for conversions/from_str exercice | |||
| 2021-01-21 | fix(from_str): test for error instead of unwrap/should_panic | Jean-Francois Chevrette | |
| 2021-01-17 | docs: Remove duplicate uninstallation section | mokou | |
| 2021-01-17 | Merge pull request #599 from AbdouSeck/improve-list-command | fmoko | |
| feat(cli): Improve the list command with options, and then some | |||
| 2021-01-08 | feat(cli): Improve the list command with options, and then some | Abdou Seck | |
| 1. `rustlings list` should now display more than just the exercise names. Information such as file paths and exercises statuses should be displayed. The `--paths` option limits the displayed fields to only the path names; while the `--names` option limits the displayed fields to only exercise names. You can also control which exercises are displayed, by using the `--filter` option, or the `--solved` or `--unsolved` flags. Some use cases: - Fetching pending exercise files with the keyword "conversion" to pass to my editor: ```sh vim $(rustlings list --filter "conversion" --paths --unsolved) ``` - Fetching exercise names with keyword "conversion" to pass to `rustlings run`: ```sh for exercise in $(rustlings list --filter "conversion" --names) do rustlings run ${exercise} done ``` 2. This should also fix #465, and will likely fix #585, as well. That bug mentioned in those issues has to do with the way the `watch` command handler fetches the pending exercises. Going forward, the least recently updated exercises along with all the other exercises in a pending state are fetched. | |||
| 2021-01-08 | Add looks_done method to Exercise to expose a resolution state | Abdou Seck | |
| 2021-01-08 | Merge pull request #622 from lntuition/conversions_more_utc | Abdou Seck | |
| feat(conversions): Add more unit tests to `from_str` and `from_into` exercises. | |||
| 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-08 | chore: Remove Readme GIF | fmoko | |
| 2021-01-06 | Merge pull request #619 from rust-lang/all-contributors/add-chrizel | fmoko | |
| docs: add chrizel as a contributor | |||
| 2021-01-06 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-01-06 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-01-06 | Merge pull request #618 from chrizel/patch-1 | fmoko | |
| fix(threads1): line number correction | |||
| 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 | |||
| 2021-01-04 | Merge pull request #616 from rust-lang/all-contributors/add-wsh | fmoko | |
| docs: add wsh as a contributor | |||
| 2021-01-04 | Merge pull request #615 from wsh/docfixes | fmoko | |
| docs: mention flatten in the options2 hint | |||
| 2021-01-04 | docs: update .all-contributorsrc [skip ci] | allcontributors[bot] | |
| 2021-01-04 | docs: update README.md [skip ci] | allcontributors[bot] | |
| 2021-01-03 | docs: mention flatten in the options2 hint | Will Hayworth | |
| 2020-12-31 | Merge pull request #606 from RoelofWobben/ghost-RoelofWobben-patch-1 | Abdou Seck | |
| fix: Update README.md for Windows users to exclude the rustlings directory from the list of directories scanned by Anti-Virus programs. | |||
| 2020-12-31 | Update README.md | RoelofWobben | |
| 2020-12-31 | Merge pull request #609 from xehpuk/patch-1 | fmoko | |
| fix: typo in default out text | |||
| 2020-12-30 | fix: typo in default out text | xehpuk | |
| 2020-12-29 | release: 4.3.0 | mokou | |
| 2020-12-29 | feat: Rewrite default out text | mokou | |
| This has been in place for a long time now, before we had an install script, so it ended up repeating a bunch of the same things that the install script does automatically. I rewrote it so that it gives more helpful information about how you're supposed to do Rustlings. Hopefully this will reduce the number of "I started Rustlings and it gave me an error" issues (no offense to anyone who opened one of those, it was pretty unclear that it _wasn't_ an error). | |||
| 2020-12-29 | docs: Add note on uninstalling to README | mokou | |
| 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 | docs: add seancad as a contributor | allcontributors[bot] | |
| * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> | |||
| 2020-12-15 | fix: update structs README | seancad | |
| 2020-12-13 | Merge pull request #598 from JuliaCao/update_exec_order | fmoko | |
| fix: added missing exercises to info.toml | |||
| 2020-12-12 | fix: added missing exercises to info.toml | JuliaCao | |
| 2020-12-08 | docs: add pcn as a contributor | allcontributors[bot] | |
| * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> | |||
| 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 | Merge pull request #594 from xakon/fix/try_from_into | fmoko | |
| feat(try_from_into): remove duplicate annotation | |||
