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
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
Jacob Tinkhauser and GitHub
9b6c629397
fix(vec1): Have test compare every element in a and v
...
The previous test would stop comparing elements in array a and vec v upon reaching the last element of either. This resulted in the test passing even if v did not contain all the elements in a. This change to the test fixes that bug and should only pass if all the elements in a and v are present and equal.
2020-11-29 01:35:14 +00:00
fmoko and GitHub
5aa467bef2
Merge pull request #587 from wh5a/bugfix
...
fix(try_from_into): type error
2020-11-12 16:36:50 +01:00
fmoko and GitHub
af7ad27f89
chore: Remove buildkite build file
2020-11-12 09:50:55 +01:00
fmoko and GitHub
d6d57bfbb8
docs: Remove buildkite badge from README
2020-11-12 09:50:39 +01:00
Wei Hu
4f4cfcf3c3
fix(try_from_into): type error
2020-11-11 21:02:00 -08:00
Brock and GitHub
fa9f522b7f
feat: Crab? ( #586 )
...
Crab?
2020-11-11 23:06:14 +01:00
Caleb Webber and GitHub
838f9f3008
feat: add "rustlings list" command
2020-11-10 18:36:19 +01:00
JP and GitHub
96347df9df
fix(try_from_into): Update description ( #584 )
...
Description update
2020-11-08 19:30:40 +01:00
9334783da3
fix(structs1): Adjust wording ( #573 )
...
Co-authored-by: fmoko <mokou@posteo.de >
2020-11-08 10:31:45 +01:00
mokou
964b2a331d
release: 4.2.0
2020-11-07 14:21:10 +01:00
95ccd92616
feat(try_from_into): Add tests ( #571 )
...
Co-authored-by: Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com >
2020-11-07 14:01:39 +01:00
JP and GitHub
197d3a3d89
fix(iterators2): Update description ( #578 )
...
grammar fix in the description
2020-11-07 13:54:14 +01:00
fmoko and GitHub
a7ddd747ca
Merge pull request #582 from seeplusplus/inotify-watch-error
...
fix: log error output when inotify limit is exceeded
2020-11-07 13:53:35 +01:00
Caleb Webber
d61b4e5a13
fix: log error output when inotify limit is exceeded
...
closes #472
2020-11-05 19:30:50 -05:00
allcontributors[bot] and GitHub
68e646f8aa
docs: add seeplusplus as a contributor
2020-11-05 10:03:43 +01:00
21bfb2d477
fix(installation): Update the MinRustVersion
...
closes #577df
Co-authored-by: Caleb Webber <seeplusplus@users.noreply.github.com >
2020-11-05 09:59:25 +01:00
fmoko and GitHub
a9dae71188
Merge pull request #574 from jrvidal/temp_file
...
fix: more unique temp_file
2020-10-31 12:57:33 +01:00
fmoko and GitHub
dd84cc5fd4
Merge pull request #575 from rust-lang/all-contributors/add-sazid
2020-10-30 20:29:47 +01:00
allcontributors[bot] and GitHub
51631f4c2e
docs: update .all-contributorsrc [skip ci]
2020-10-30 19:29:37 +00:00
allcontributors[bot] and GitHub
535a8c8243
docs: update README.md [skip ci]
2020-10-30 19:29:36 +00:00
fmoko and GitHub
7abfbd23d0
Merge pull request #572 from sazid/main
2020-10-30 20:28:46 +01:00
sazid
633c00cf80
feat: Add HashMap exercises
2020-10-31 01:11:04 +06:00
sazid
0c12fa31c5
feat: Add Vec exercises
2020-10-31 01:10:49 +06:00
Roberto Vidal
5643ef05bc
fix: more unique temp_file
2020-10-30 14:39:28 +01:00
fmoko and GitHub
f38f42f17d
Merge pull request #561 from notmatt/mbs-fixups
2020-10-14 17:22:49 +02:00
Matthew Smillie
472d8592d6
fix(primitive_types6): remove 'unused doc comment' warning
2020-10-13 23:20:17 -07:00
Matthew Smillie
4fb230daf1
fix(primitive_types6): missing comma in test
2020-10-13 23:18:41 -07:00
Rastamo and GitHub
e6bde22f9c
chore: primitive_types6 mode changed to test ( #559 )
...
primitive_types6 exercise was changed to test yesterday, but info.toml file wasn't updated.
I think this change should fix it.
2020-10-11 14:00:03 +02:00
cc5b9b772a
docs: add AnnikaCodes as a contributor ( #557 )
...
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: fmoko <mokou@posteo.de >
2020-10-10 17:08:22 +02:00
ded1474bbb
docs: add darnuria as a contributor ( #554 )
...
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-10-10 16:07:15 +02:00