David Bailey
3bdae9bb8a
Add quiz4 solution
2021-02-02 11:30:43 +00:00
David Bailey
39dcd550a7
Add macros solutions
2021-02-02 11:30:43 +00:00
David Bailey
0202ba2869
Add threads1 solution
2021-02-01 18:56:40 +00:00
David Bailey
cc8e0bc00a
Add standard_library_types solutions
2021-02-01 18:56:40 +00:00
David Bailey
fed35d4a68
Add quiz3 solution
2021-02-01 18:56:40 +00:00
David Bailey
fa6f013a27
Add tests solutions
2021-02-01 18:56:40 +00:00
David Bailey
af9b7e1b08
Add traits solutions
2021-02-01 18:56:40 +00:00
David Bailey
27545fe964
Add result1 solution
2021-02-01 18:56:40 +00:00
David Bailey
dd88abf3d8
Add option solutions
2021-02-01 18:56:40 +00:00
David Bailey
50c322d8c9
Add generics solutions
2021-02-01 18:56:40 +00:00
David Bailey
28c830f92d
Add errors solutions
2021-02-01 18:56:40 +00:00
David Bailey
90046d0560
Add quiz2 solution
2021-02-01 18:56:40 +00:00
David Bailey
7e271e068e
Add strings solutions
2021-02-01 18:56:40 +00:00
David Bailey
c1de217d0e
Add collections solutions
2021-02-01 18:56:40 +00:00
David Bailey
6e353820be
Add modules solutions
2021-02-01 18:56:40 +00:00
David Bailey
b222596c95
Add enums solutions
2021-02-01 18:56:40 +00:00
David Bailey
26ade690cf
Add structs solutions
2021-02-01 18:56:40 +00:00
David Bailey
65caf723ae
Add primitive_types solutions
2021-02-01 18:56:40 +00:00
David Bailey
4350395179
Add move_semantics solutions
2021-02-01 18:56:40 +00:00
David Bailey
01f7d29148
Add quiz1 solution
2021-02-01 18:56:40 +00:00
David Bailey
d9824aead2
Add if solutions
2021-02-01 18:56:40 +00:00
David Bailey
7d783c3a7b
Add functions solutions
2021-02-01 18:56:40 +00:00
David Bailey
a15c58a8d1
Add variables solutions
2021-02-01 18:56:39 +00:00
marisa
fff72afe2e
Merge pull request #636 from rust-lang/all-contributors/add-jbaber
...
docs: add jbaber as a contributor
2021-01-30 17:12:39 +01:00
allcontributors[bot]
c1abd13b5c
docs: update .all-contributorsrc [skip ci]
2021-01-30 16:12:28 +00:00
allcontributors[bot]
75802c14b2
docs: update README.md [skip ci]
2021-01-30 16:12:27 +00:00
John Baber-Lucero
cddc1e86e7
fix(info): Fix typo ( #635 )
...
Co-authored-by: John Baber-Lucero <git@frundle.com>
2021-01-30 17:12:06 +01:00
fmoko
24ea42ce61
Merge pull request #627 from rust-lang/all-contributors/add-jfchevrette
...
docs: add jfchevrette as a contributor
2021-01-22 13:11:43 +01:00
allcontributors[bot]
6102e612fa
docs: update .all-contributorsrc [skip ci]
2021-01-22 12:11:34 +00:00
allcontributors[bot]
52bde71166
docs: update README.md [skip ci]
2021-01-22 12:11:33 +00:00
Abdou Seck
15a79cfe9c
Merge pull request #626 from jfchevrette/patch-1
...
Fix instructions(steps) for conversions/from_str exercice
2021-01-21 08:10:25 -05:00
Jean-Francois Chevrette
15e71535f3
fix(from_str): test for error instead of unwrap/should_panic
2021-01-21 07:55:22 -05:00
mokou
9f988bfe29
docs: Remove duplicate uninstallation section
2021-01-17 13:00:50 +01:00
fmoko
e8d1baa4b5
Merge pull request #599 from AbdouSeck/improve-list-command
...
feat(cli): Improve the list command with options, and then some
2021-01-17 12:37:58 +01:00
Abdou Seck
8bbe4ff138
feat(cli): Improve the list command with options, and then some
...
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 13:21:00 -05:00
Abdou Seck
0b9220c1fc
Add looks_done method to Exercise to expose a resolution state
2021-01-08 13:21:00 -05:00
Abdou Seck
0d65753fdb
Merge pull request #622 from lntuition/conversions_more_utc
...
feat(conversions): Add more unit tests to `from_str` and `from_into` exercises.
2021-01-08 13:18:24 -05:00
Sang-Heon Jeon
4f1374a6e7
feat(from_into) : add test for checking unnecessary trailing value
2021-01-09 00:08:38 +09:00
Sang-Heon Jeon
5a0521e92c
feat(from_str) : add test for checking unnecessary trailing value
2021-01-09 00:07:13 +09:00
fmoko
fea86c29d6
chore: Remove Readme GIF
2021-01-08 14:01:04 +01:00
fmoko
9c4614f7e6
Merge pull request #619 from rust-lang/all-contributors/add-chrizel
...
docs: add chrizel as a contributor
2021-01-06 16:54:47 +01:00
allcontributors[bot]
c24a78ae94
docs: update .all-contributorsrc [skip ci]
2021-01-06 15:54:34 +00:00
allcontributors[bot]
621816fb56
docs: update README.md [skip ci]
2021-01-06 15:54:33 +00:00
fmoko
cfae54d361
Merge pull request #618 from chrizel/patch-1
...
fix(threads1): line number correction
2021-01-06 16:54:16 +01:00
Christian Zeller
7857b0a689
fix(threads1): line number correction
2021-01-06 13:47:20 +01:00
Marius Ungureanu
10965920fb
fix(move_semantics4): Small readbility improvement ( #617 )
...
* Small readbility improvement move_semantics4 doc
* Remove `an` as it refers to the argument
2021-01-06 10:12:33 +01:00
fmoko
d2e7ecabd8
Merge pull request #616 from rust-lang/all-contributors/add-wsh
...
docs: add wsh as a contributor
2021-01-04 14:12:24 +01:00
fmoko
5772589dc3
Merge pull request #615 from wsh/docfixes
...
docs: mention flatten in the options2 hint
2021-01-04 14:12:11 +01:00
allcontributors[bot]
6df08b411b
docs: update .all-contributorsrc [skip ci]
2021-01-04 13:12:11 +00:00
allcontributors[bot]
c355ac6593
docs: update README.md [skip ci]
2021-01-04 13:12:10 +00:00