Commit Graph

874 Commits (4a384cae4ac735e243bbc58184b1f409e914ddc5)
 

Author SHA1 Message Date
allcontributors[bot] 1ad20d94ff
docs: update README.md [skip ci] 3 years ago
Abdou Seck 995c6f0fb1
Merge pull request #693 from tlyu/trait-obj-tryfrom
fix: use trait objects for try_from_into and from_str
3 years ago
Taylor Yu c3e7b83178 fix: use trait objects for from_str
Use `Box<dyn error::Error>` to allow solutions to use `?` to propagate 
errors.
3 years ago
Taylor Yu 2e93a588e0 fix: use trait objects for try_from_into
Use `Box<dyn error::Error>` to allow solutions to use `?` to propagate
errors.  In the tests, explicitly check `is_ok()` instead of trying to
force the error type to `String` (or other `PartialEq` type) using
`assert_eq!()`.
3 years ago
marisa 9aeca3f97e
Merge pull request #692 from rust-lang/all-contributors/add-flakolefluk
docs: add flakolefluk as a contributor
3 years ago
allcontributors[bot] 2193fff4bb
docs: update .all-contributorsrc [skip ci] 3 years ago
allcontributors[bot] aec2c65c63
docs: update README.md [skip ci] 3 years ago
Ignacio Le Fluk a6509cc4d5
fix(functions3): improve function argument type (#687) 3 years ago
marisa a02b279750
chore: Provide a working Windows installation link 4 years ago
marisa ece841f5ce
Merge pull request #680 from rust-lang/all-contributors/add-blerchy
docs: add blerchy as a contributor
4 years ago
allcontributors[bot] 2a6e4dc8a6
docs: update .all-contributorsrc [skip ci] 4 years ago
allcontributors[bot] c163011cc0
docs: update README.md [skip ci] 4 years ago
marisa b350945a16
Merge pull request #676 from blerchy/feat/no-emoji
Replace emojis when NO_EMOJI env variable present
4 years ago
marisa 1ef368a69d
Merge pull request #679 from rust-lang/new-install-urls
chore: Update install URLs
4 years ago
marisa 8dc587b01a
chore: Update install URLs 4 years ago
allcontributors[bot] 550c4293ed
docs: add chapeupreto as a contributor (#678)
* 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
Rod Elias 3df094713f
chore: capitalize `c` letter
By capitalizing the `c` letter it makes clear that we're talking about the C programming language.
4 years ago
Matt Lebl 01e7f27aa6 refactor: change from match to if for NO_EMOJI 4 years ago
Matt Lebl 8d62a99637 feat: Replace emojis when NO_EMOJI env variable present 4 years ago
Mickael Fortunato ab9995e76e doc: Update collections exercises instruction to match the standard naming 4 years ago
Mickael Fortunato bef39b1259 fix(collections): Naming exercises for vectors and hashmap 4 years ago
Pascal H 0d894e6ff7
fix(quiz3): Force an answer to Q2 (#672)
Add also an example of unimplemented!() macro.
4 years ago
allcontributors[bot] be9510539e
docs: add hpwxf as a contributor (#671)
* 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
Pascal H 3bce2ef8d6
chore: clarify collections documentation
C++ `map` is more like BTreeMap.

`unordered_map` in C++(11) is the equivalent of `HashMap` in Rust.
(+ additional like for references).
4 years ago
Darius Wiles ebdb66c7bf
fix(structs2): correct grammar in hint (#663) 4 years ago
Darius Wiles 9f3e8c2dde
fix(structs3): reword heading comment (#664) 4 years ago
apogeeoak 96c56ab08a
chore: changed errors3 mode from test to compile 4 years ago
allcontributors[bot] 04dbf03ace
docs: add cadolphs as a contributor (#667)
* 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
cadolphs 05a753fe63
fix: add check to prevent naive implementation of is_international
* fix(structs3): Add check to prevent naive implementation

* chore(structs3): Add a missed newline after the test I added
4 years ago
allcontributors[bot] 815edb7003
docs: add cjwyett as a contributor (#666)
* 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
Cyrus Wyett 5157f56875
chore: fix typo
is however some --> are however some
4 years ago
allcontributors[bot] 3f5abca215
docs: add circumspect 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
circumspect 833df0b8b3
chore: fix typo
Co-authored-by: Chenkail <40770208+Chenkail@users.noreply.github.com>
4 years ago
marisa 6742860ea5
Merge pull request #658 from rust-lang/all-contributors/add-Crell
docs: add Crell as a contributor
4 years ago
allcontributors[bot] 797e6d45c0
docs: update .all-contributorsrc [skip ci] 4 years ago
allcontributors[bot] 320de0d921
docs: update README.md [skip ci] 4 years ago
marisa 5eed505d74
Merge pull request #656 from Crell/spelling-fix
fix: Spelling error
4 years ago
Larry Garfield 91ee27f22b
fix: Spelling error 4 years ago
Jirka Kremser 5f7c89f85d
fix(from_str): Correct typos
typos in the comments
4 years ago
apogeeoak c6712dfccd fix(iterators3): Enabled iterators3.rs to run without commented out tests. 4 years ago
apogeeoak baf4ba175b fix(iterators2): Moved errors out of tests.
Closes #359
4 years ago
apogeeoak b29ea17ea9 feat: Added iterators5.rs exercise. 4 years ago
marisa ab57c26cf9
Merge pull request #644 from apogeeoak/clippy
Updated source to follow clippy suggestions.
4 years ago
marisa 98e5e8835e
Merge pull request #645 from rust-lang/all-contributors/add-apogeeoak
docs: add apogeeoak as a contributor
4 years ago
allcontributors[bot] f5158ece1a
docs: update .all-contributorsrc [skip ci] 4 years ago
allcontributors[bot] d65b4a9a93
docs: update README.md [skip ci] 4 years ago
marisa 8404947bc0
Merge pull request #642 from apogeeoak/contributing
Fixed grammar in contributing.md.
4 years ago
apogeeoak 2e84f34cf3 chore: Updated source to follow clippy suggestions. 4 years ago
apogeeoak 726805f064 docs: Fixed grammar in contributing.md. 4 years ago
marisa b4a4138559
Merge pull request #641 from rust-lang/all-contributors/add-tal-zvon
docs: add tal-zvon as a contributor
4 years ago