Commit Graph

1094 Commits (107f1f97d96cb79513a7ff62d92e52c4296a69e8)
 

Author SHA1 Message Date
marisa 7cd635fa84
Merge pull request #740 from rust-lang/all-contributors/add-PiDelport
docs: add PiDelport as a contributor
3 years ago
allcontributors[bot] ce40e201f0
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 404f3ef465
docs: update README.md [skip ci] 3 years ago
marisa e1be594fdd
Merge pull request #739 from PiDelport/patch-1
style(standard_library_types): stray line break
3 years ago
Pi Delport 9569c9a9e7
style(standard_library_types): stray line break 3 years ago
apogeeoak f78c480208 fix(cli): Move long text strings into constants. 3 years ago
Martin HART 8794b40bc6 Merge branch 'correct-small-typo' of github.com:martinhartxyz/rustlings into correct-small-typo 3 years ago
Martin HART 86cc85295a fix: Correct small typo in exercises/conversions/from_str.rs 3 years ago
Martin HART 166a53946c Correct small typo in exercises/conversions/from_str.rs 3 years ago
marisa 91530f5716
Merge pull request #736 from maartentibau/quiz1_add_explicit_test_40
chore: Update quiz1.rs add explicit test for 40
3 years ago
apogeeoak 9b8de65525
fix(intro1): Add compiler error explanation. 3 years ago
Maarten Tibau 650b1dee54
chore: Update quiz1.rs add explicit test for 40 3 years ago
apogeeoak 21c9f44168 feat(intro): Add intro section. 3 years ago
apogeeoak 7f0d2c2bf0 chore(iterators5): Minor formatting improvements. 3 years ago
marisa 6b6dc9dd48
Merge pull request #731 from rust-lang/all-contributors/add-stoiandan
docs: add stoiandan as a contributor
3 years ago
allcontributors[bot] 3a9ec4192d
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 4f7dbbd2c3
docs: update README.md [skip ci] 3 years ago
marisa 8c37db1a23
Merge pull request #730 from stoiandan/main
updated README.md; specify need for admin rights
3 years ago
Dan Stoian c6b7ad8878 updated README.md; specify need for admin rights 3 years ago
Zerotask 4a384cae4a
docs(option): improve further information 3 years ago
mokou 84461c20cb release: 4.4.0 3 years ago
marisa 3cddda56fc
Merge pull request #725 from Zerotask/add-hint-corresponding-readme
chore(watch): add hint for the exercises README.md
3 years ago
marisa 37f3069a67
Merge pull request #724 from Zerotask/update-dependencies
chore(deps): update cargo dependencies
3 years ago
marisa 2b2fbe918e
Merge pull request #723 from Zerotask/update-exercises-readme
docs(exercises): consistent excersises README.md files
3 years ago
Zerotask cf42ddc449
chore(watch): add hint for the exercises README.md
rustlings watch will now show an additional hint for the corresponding README.me
3 years ago
Zerotask eefa656232
chore(deps): update cargo dependencies 3 years ago
Zerotask 249ad44cc0
docs(exercises): updated all exercises readme files
all exercises readme files now have a unified structure and a description
3 years ago
marisa 54804e344d
Merge pull request #721 from Zerotask/add-further-help-for-generics3
docs(generics): add bounds help
3 years ago
marisa 1c334de6fd
Merge pull request #718 from Zerotask/add-further-help-to-error-excersis
docs(errors): add additional help for Result/Boxing
3 years ago
Zerotask f253103a31
docs(generics): add bounds help
add help for bounds provided by the rust by example book
3 years ago
Zerotask 1120db57a6
docs(errors): add additional help for Result/Boxing
add additional help information provided by the rust by example book
3 years ago
marisa afa661cff4
Merge pull request #715 from rust-lang/feat/declap
feat: Replace clap with argh
3 years ago
mokou 347f30bd86 fix(main): Let find_exercise work with borrows 3 years ago
marisa 127773f3f5
Merge pull request #717 from rust-lang/all-contributors/add-bmacer
docs: add bmacer as a contributor
3 years ago
allcontributors[bot] 8d0490bd70
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 293dfb35d5
docs: update README.md [skip ci] 3 years ago
Brandon Macer 81be404487
feat(arc1): Add more details to description and hint (#710)
Co-authored-by: bmacer <bmacer@cisco.com>
Co-authored-by: marisa <mokou@fastmail.com>
Co-authored-by: Roberto Vidal <vidal.roberto.j@gmail.com>
3 years ago
mokou 6177b6e126 chore: Fix integration tests 3 years ago
marisa 79cc657917
Merge pull request #646 from apogeeoak/iterator
Added iterators5.rs exercise.
3 years ago
mokou 7928122fce feat: Replace clap with argh
I’ve been wanting to do this for a while, but always procrastinated on it. We’ve been using Clap since the 2.0 rewrite, but Clap is known to be a fairly heavy library. Since Rustlings is usually peoples’ first contact with a Rust compilation, I think it’s in our best interests that this complation is as fast as possible. In effect, replacing Clap with the smaller, structopt-style `argh` reduces the amount of crates needing to be compiled from 82 to 60.

I also think this makes the code way easier to read, we don’t need to use Clap’s methods anymore, but can switch over to using pure Rust methods, e.g., switches are booleans, options are Option<String>s or the like, and subcommands are just structs.
3 years ago
apogeeoak 9c88ea9126 Improved iterators5.rs explanation. 3 years ago
marisa 2b766ef9f9
Merge pull request #648 from apogeeoak/iterator2
Moved iterators2.rs errors out of tests.
3 years ago
marisa bd3d9ac9d5
Merge pull request #649 from apogeeoak/iterator3
Enabled iterators3.rs to run without commented out tests.
3 years ago
marisa aa0db8379c
Merge pull request #714 from rust-lang/all-contributors/add-hongshaoyang
docs: add hongshaoyang as a contributor
3 years ago
allcontributors[bot] eadd41a9ec
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] fab2eb9833
docs: update README.md [skip ci] 3 years ago
Shao Yang Hong 6bd791f2f4
fix(structs): Add 5.3 to structs/README (#652)
Co-authored-by: Shao Yang Hong <shaoyang.hong@ninjavan.co>
3 years ago
marisa ec5f80dce1
Merge pull request #713 from rust-lang/all-contributors/add-k12ish
docs: add k12ish as a contributor
3 years ago
allcontributors[bot] 65cdc856ae
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] 472f61485e
docs: update README.md [skip ci] 3 years ago