summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-09chore: Updated source to follow clippy suggestions.apogeeoak
2021-02-07Merge pull request #641 from rust-lang/all-contributors/add-tal-zvonmarisa
docs: add tal-zvon as a contributor
2021-02-07docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-02-07docs: update README.md [skip ci]allcontributors[bot]
2021-02-07fix(move_semantics4): Remove redundant "instead" (#640)Tal
2021-01-30Merge pull request #636 from rust-lang/all-contributors/add-jbabermarisa
docs: add jbaber as a contributor
2021-01-30docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-01-30docs: update README.md [skip ci]allcontributors[bot]
2021-01-30fix(info): Fix typo (#635)John Baber-Lucero
Co-authored-by: John Baber-Lucero <git@frundle.com>
2021-01-22Merge pull request #627 from rust-lang/all-contributors/add-jfchevrettefmoko
docs: add jfchevrette as a contributor
2021-01-22docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-01-22docs: update README.md [skip ci]allcontributors[bot]
2021-01-21Merge pull request #626 from jfchevrette/patch-1Abdou Seck
Fix instructions(steps) for conversions/from_str exercice
2021-01-21fix(from_str): test for error instead of unwrap/should_panicJean-Francois Chevrette
2021-01-17docs: Remove duplicate uninstallation sectionmokou
2021-01-17Merge pull request #599 from AbdouSeck/improve-list-commandfmoko
feat(cli): Improve the list command with options, and then some
2021-01-08feat(cli): Improve the list command with options, and then someAbdou 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-08Add looks_done method to Exercise to expose a resolution stateAbdou Seck
2021-01-08Merge pull request #622 from lntuition/conversions_more_utcAbdou Seck
feat(conversions): Add more unit tests to `from_str` and `from_into` exercises.
2021-01-09feat(from_into) : add test for checking unnecessary trailing valueSang-Heon Jeon
2021-01-09feat(from_str) : add test for checking unnecessary trailing valueSang-Heon Jeon
2021-01-08chore: Remove Readme GIFfmoko
2021-01-06Merge pull request #619 from rust-lang/all-contributors/add-chrizelfmoko
docs: add chrizel as a contributor
2021-01-06docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-01-06docs: update README.md [skip ci]allcontributors[bot]
2021-01-06Merge pull request #618 from chrizel/patch-1fmoko
fix(threads1): line number correction
2021-01-06fix(threads1): line number correctionChristian Zeller
2021-01-06fix(move_semantics4): Small readbility improvement (#617)Marius Ungureanu
* Small readbility improvement move_semantics4 doc * Remove `an` as it refers to the argument
2021-01-04Merge pull request #616 from rust-lang/all-contributors/add-wshfmoko
docs: add wsh as a contributor
2021-01-04Merge pull request #615 from wsh/docfixesfmoko
docs: mention flatten in the options2 hint
2021-01-04docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2021-01-04docs: update README.md [skip ci]allcontributors[bot]
2021-01-03docs: mention flatten in the options2 hintWill Hayworth
2020-12-31Merge pull request #606 from RoelofWobben/ghost-RoelofWobben-patch-1Abdou 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-31Update README.mdRoelofWobben
2020-12-31Merge pull request #609 from xehpuk/patch-1fmoko
fix: typo in default out text
2020-12-30fix: typo in default out textxehpuk
2020-12-29release: 4.3.0mokou
2020-12-29feat: Rewrite default out textmokou
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-29docs: Add note on uninstalling to READMEmokou
2020-12-27fix(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-15docs: add seancad as a contributorallcontributors[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-15fix: update structs READMEseancad
2020-12-13Merge pull request #598 from JuliaCao/update_exec_orderfmoko
fix: added missing exercises to info.toml
2020-12-12fix: added missing exercises to info.tomlJuliaCao
2020-12-08docs: add pcn as a contributorallcontributors[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-08fix: gives a bit more context to magic numberPeter N
2020-12-07feat: match exercise order to book chapters (#541)JuliaCao
Added exercise to book chapter mapping table to exercise README
2020-12-06Merge pull request #592 from tinkhauser/vec1_bugfixfmoko
fix(vec1): Have test compare every element in a and v
2020-12-03Merge pull request #594 from xakon/fix/try_from_intofmoko
feat(try_from_into): remove duplicate annotation