marisa and GitHub
b4a4138559
Merge pull request #641 from rust-lang/all-contributors/add-tal-zvon
...
docs: add tal-zvon as a contributor
2021-02-07 12:22:49 +01:00
allcontributors[bot] and GitHub
f1d2b3a39a
docs: update .all-contributorsrc [skip ci]
2021-02-07 11:22:33 +00:00
allcontributors[bot] and GitHub
1f9d006858
docs: update README.md [skip ci]
2021-02-07 11:22:32 +00:00
Tal and GitHub
cc266d7d80
fix(move_semantics4): Remove redundant "instead" ( #640 )
2021-02-07 12:22:13 +01:00
marisa and GitHub
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] and GitHub
c1abd13b5c
docs: update .all-contributorsrc [skip ci]
2021-01-30 16:12:28 +00:00
allcontributors[bot] and GitHub
75802c14b2
docs: update README.md [skip ci]
2021-01-30 16:12:27 +00:00
cddc1e86e7
fix(info): Fix typo ( #635 )
...
Co-authored-by: John Baber-Lucero <git@frundle.com >
2021-01-30 17:12:06 +01:00
fmoko and GitHub
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] and GitHub
6102e612fa
docs: update .all-contributorsrc [skip ci]
2021-01-22 12:11:34 +00:00
allcontributors[bot] and GitHub
52bde71166
docs: update README.md [skip ci]
2021-01-22 12:11:33 +00:00
Abdou Seck and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
fea86c29d6
chore: Remove Readme GIF
2021-01-08 14:01:04 +01:00
fmoko and GitHub
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] and GitHub
c24a78ae94
docs: update .all-contributorsrc [skip ci]
2021-01-06 15:54:34 +00:00
allcontributors[bot] and GitHub
621816fb56
docs: update README.md [skip ci]
2021-01-06 15:54:33 +00:00
fmoko and GitHub
cfae54d361
Merge pull request #618 from chrizel/patch-1
...
fix(threads1): line number correction
2021-01-06 16:54:16 +01:00
Christian Zeller and GitHub
7857b0a689
fix(threads1): line number correction
2021-01-06 13:47:20 +01:00
Marius Ungureanu and GitHub
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 and GitHub
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 and GitHub
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] and GitHub
6df08b411b
docs: update .all-contributorsrc [skip ci]
2021-01-04 13:12:11 +00:00
allcontributors[bot] and GitHub
c355ac6593
docs: update README.md [skip ci]
2021-01-04 13:12:10 +00:00
Will Hayworth
e9b42bbc2a
docs: mention flatten in the options2 hint
2021-01-03 03:42:39 -08:00
Abdou Seck
1283aa3bd8
Merge pull request #606 from RoelofWobben/ghost-RoelofWobben-patch-1
...
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 11:13:03 -05:00
RoelofWobben and Abdou Seck
ff6cba7205
Update README.md
2020-12-31 10:57:37 -05:00
fmoko and GitHub
d0107f7921
Merge pull request #609 from xehpuk/patch-1
...
fix: typo in default out text
2020-12-31 16:12:13 +01:00
xehpuk and GitHub
644c49f1e0
fix: typo in default out text
2020-12-30 22:56:04 +01:00
mokou
a303d508cf
release: 4.3.0
2020-12-29 11:39:26 +01:00
mokou
44d39112ff
feat: Rewrite default out text
...
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 11:34:52 +01:00
mokou
28020d0c54
docs: Add note on uninstalling to README
2020-12-29 11:23:08 +01:00
Axel Viala and GitHub
0ef95947cc
fix(functions2): Change signature to trigger precise error message: ( #605 )
...
Now trigger this error:
```
error: expected type, found `)`
--> exercises/functions/functions2.rs:10:16
|
10 | fn call_me(num:) {
| ^ expected type
```
2020-12-27 12:36:38 +01:00
4ac70a99ae
docs: add seancad as a contributor
...
* 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 08:33:47 +01:00
seancad and GitHub
bcf14cf677
fix: update structs README
2020-12-15 08:32:46 +01:00
fmoko and GitHub
1dae782cd4
Merge pull request #598 from JuliaCao/update_exec_order
...
fix: added missing exercises to info.toml
2020-12-13 02:30:57 +01:00
JuliaCao
90cfb6ff28
fix: added missing exercises to info.toml
2020-12-12 10:34:59 -08:00
26110da7ca
docs: add pcn as a contributor
...
* 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 10:12:57 +01:00
Peter N and GitHub
30644c9a06
fix: gives a bit more context to magic number
2020-12-08 10:08:25 +01:00
JuliaCao and GitHub
033bf1198f
feat: match exercise order to book chapters ( #541 )
...
Added exercise to book chapter mapping table to exercise README
2020-12-07 15:37:19 +01:00
fmoko and GitHub
cdc7d92e57
Merge pull request #592 from tinkhauser/vec1_bugfix
...
fix(vec1): Have test compare every element in a and v
2020-12-06 15:09:45 +01:00
fmoko and GitHub
af0e3b8f17
Merge pull request #594 from xakon/fix/try_from_into
...
feat(try_from_into): remove duplicate annotation
2020-12-03 18:23:48 +01:00
Christos Kontas
04f1d079aa
feat(try_from_into): remove duplicate annotation
2020-12-03 17:51:30 +01:00