Commit Graph

748 Commits (d2e7ecabd868320d0514e8701581c251c2571d28)
 

Author SHA1 Message Date
fmoko d2e7ecabd8
Merge pull request #616 from rust-lang/all-contributors/add-wsh
docs: add wsh as a contributor
4 years ago
fmoko 5772589dc3
Merge pull request #615 from wsh/docfixes
docs: mention flatten in the options2 hint
4 years ago
allcontributors[bot] 6df08b411b
docs: update .all-contributorsrc [skip ci] 4 years ago
allcontributors[bot] c355ac6593
docs: update README.md [skip ci] 4 years ago
Will Hayworth e9b42bbc2a docs: mention flatten in the options2 hint 4 years ago
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.
4 years ago
RoelofWobben ff6cba7205 Update README.md 4 years ago
fmoko d0107f7921
Merge pull request #609 from xehpuk/patch-1
fix: typo in default out text
4 years ago
xehpuk 644c49f1e0
fix: typo in default out text 4 years ago
mokou a303d508cf release: 4.3.0 4 years ago
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).
4 years ago
mokou 28020d0c54 docs: Add note on uninstalling to README 4 years ago
Axel Viala 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

```
4 years ago
allcontributors[bot] 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>
4 years ago
seancad bcf14cf677
fix: update structs README 4 years ago
fmoko 1dae782cd4
Merge pull request #598 from JuliaCao/update_exec_order
fix: added missing exercises to info.toml
4 years ago
JuliaCao 90cfb6ff28 fix: added missing exercises to info.toml 4 years ago
allcontributors[bot] 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>
4 years ago
Peter N 30644c9a06
fix: gives a bit more context to magic number 4 years ago
JuliaCao 033bf1198f
feat: match exercise order to book chapters (#541)
Added exercise to book chapter mapping table to exercise README
4 years ago
fmoko cdc7d92e57
Merge pull request #592 from tinkhauser/vec1_bugfix
fix(vec1): Have test compare every element in a and v
4 years ago
fmoko af0e3b8f17
Merge pull request #594 from xakon/fix/try_from_into
feat(try_from_into): remove duplicate annotation
4 years ago
Christos Kontas 04f1d079aa feat(try_from_into): remove duplicate annotation 4 years ago
Jacob Tinkhauser 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.
4 years ago
fmoko 5aa467bef2
Merge pull request #587 from wh5a/bugfix
fix(try_from_into): type error
4 years ago
fmoko af7ad27f89
chore: Remove buildkite build file 4 years ago
fmoko d6d57bfbb8
docs: Remove buildkite badge from README 4 years ago
Wei Hu 4f4cfcf3c3 fix(try_from_into): type error 4 years ago
Brock fa9f522b7f
feat: Crab? (#586)
Crab?
4 years ago
Caleb Webber 838f9f3008
feat: add "rustlings list" command 4 years ago
JP 96347df9df
fix(try_from_into): Update description (#584)
Description update
4 years ago
Brock 9334783da3
fix(structs1): Adjust wording (#573)
Co-authored-by: fmoko <mokou@posteo.de>
4 years ago
mokou 964b2a331d release: 4.2.0 4 years ago
fiplox 95ccd92616
feat(try_from_into): Add tests (#571)
Co-authored-by: Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com>
4 years ago
JP 197d3a3d89
fix(iterators2): Update description (#578)
grammar fix in the description
4 years ago
fmoko a7ddd747ca
Merge pull request #582 from seeplusplus/inotify-watch-error
fix: log error output when inotify limit is exceeded
4 years ago
Caleb Webber d61b4e5a13
fix: log error output when inotify limit is exceeded
closes #472
4 years ago
allcontributors[bot] 68e646f8aa
docs: add seeplusplus as a contributor 4 years ago
Caleb Webber 21bfb2d477
fix(installation): Update the MinRustVersion
closes #577df

Co-authored-by: Caleb Webber <seeplusplus@users.noreply.github.com>
4 years ago
fmoko a9dae71188
Merge pull request #574 from jrvidal/temp_file
fix: more unique temp_file
4 years ago
fmoko dd84cc5fd4
Merge pull request #575 from rust-lang/all-contributors/add-sazid 4 years ago
allcontributors[bot] 51631f4c2e
docs: update .all-contributorsrc [skip ci] 4 years ago
allcontributors[bot] 535a8c8243
docs: update README.md [skip ci] 4 years ago
fmoko 7abfbd23d0
Merge pull request #572 from sazid/main 4 years ago
sazid 633c00cf80 feat: Add HashMap exercises 4 years ago
sazid 0c12fa31c5 feat: Add Vec exercises 4 years ago
Roberto Vidal 5643ef05bc fix: more unique temp_file 4 years ago
fmoko f38f42f17d
Merge pull request #561 from notmatt/mbs-fixups 4 years ago
Matthew Smillie 472d8592d6 fix(primitive_types6): remove 'unused doc comment' warning 4 years ago
Matthew Smillie 4fb230daf1 fix(primitive_types6): missing comma in test 4 years ago