allcontributors[bot] and GitHub
03dcb582e6
docs: update .all-contributorsrc [skip ci]
2021-06-30 10:06:07 +00:00
allcontributors[bot] and GitHub
1043a06124
docs: update README.md [skip ci]
2021-06-30 10:06:06 +00:00
d20e413a68
feat(cli): Add "next" to run the next unsolved exercise. ( #785 )
...
* Add "run next" to run the next unsolved exercise.
* Fix a grammar error in the message.
* Update README.md with the suggested change
Co-authored-by: marisa <mokou@fastmail.com >
* Update the README.md for "rustlings hint next".
Co-authored-by: marisa <mokou@fastmail.com >
2021-06-30 12:05:49 +02:00
marisa and GitHub
633303d4b8
Merge pull request #787 from kolbma/exercise-iterator3-hint
...
chore: Update hint of iterators3
2021-06-29 13:49:17 +02:00
a4a1098766
Update info.toml
...
Co-authored-by: marisa <mokou@fastmail.com >
2021-06-29 13:41:16 +02:00
marisa and GitHub
0bd459dcac
Merge pull request #788 from rust-lang/all-contributors/add-kolbma
...
docs: add kolbma as a contributor for doc
2021-06-29 12:46:49 +02:00
allcontributors[bot] and GitHub
3b4514b686
docs: update .all-contributorsrc [skip ci]
2021-06-29 10:46:41 +00:00
allcontributors[bot] and GitHub
2e05606edc
docs: update README.md [skip ci]
2021-06-29 10:46:40 +00:00
marisa and GitHub
c8c1b87a01
Merge pull request #786 from kolbma/git-clone-release-tag
...
docs: Faster git clone command
2021-06-29 12:46:28 +02:00
arlecchino and GitHub
34ea029df8
chore: Update hint of iterators3
...
`collect()` needs some hint for standard_library_types/iterators3 exercise with doc link for understanding different return types via `FromIterator`.
2021-06-29 12:03:18 +02:00
arlecchino and GitHub
3a4433d5a2
docs: Faster git clone command
...
Clone only release tag without history
2021-06-28 17:08:53 +02:00
marisa and GitHub
de6c45ad24
Merge pull request #779 from rust-lang/all-contributors/add-hyperparabolic
...
docs: add hyperparabolic as a contributor for code
2021-06-24 14:18:02 +02:00
allcontributors[bot] and GitHub
fadade8592
docs: update .all-contributorsrc [skip ci]
2021-06-24 12:17:32 +00:00
allcontributors[bot] and GitHub
d91044f3a2
docs: update README.md [skip ci]
2021-06-24 12:17:31 +00:00
marisa and GitHub
a3ea37b76e
Merge pull request #771 from tlyu/iterators5-trait-tweak
...
fix(iterators5): derive Clone, Copy
2021-06-24 14:17:05 +02:00
marisa and GitHub
ec63cadadb
Merge pull request #772 from tlyu/errors-rework
...
feature: improve error_handling exercises
2021-06-24 14:12:34 +02:00
marisa and GitHub
84d8305730
Merge pull request #778 from rust-lang/all-contributors/add-kayuapi
...
docs: add kayuapi as a contributor for content
2021-06-24 14:10:33 +02:00
allcontributors[bot] and GitHub
73777980f1
docs: update .all-contributorsrc [skip ci]
2021-06-24 12:10:24 +00:00
allcontributors[bot] and GitHub
75788b1148
docs: update README.md [skip ci]
2021-06-24 12:10:23 +00:00
marisa and GitHub
dd9b2ddc89
Merge pull request #773 from kayuapi/patch-1
...
fix(variables5): confine the answer further
2021-06-24 14:10:02 +02:00
Taylor Yu
b7ddd09fab
address review feedback
...
Adjust error text and naming to conform with best practices.
Use `map_err()` instead of `or()`. Wrap lower-level errors instead of
ignoring their details.
Also, don't "cheat" by bypassing the `new()` function in tests.
Fix a dangling reference in the try_from_into hints.
2021-06-09 23:27:53 -05:00
ZC and GitHub
48ffcbd2c4
fix(variables5): confine the answer further
...
let mut number = 3; can lead to a correct answer, so the comment helps to direct the users to the intended answer.
2021-06-07 18:22:55 +08:00
Taylor Yu
68d3ac567c
feature: improve error_handling exercises
...
Add new exercises errors5 and errors6, to introduce boxed errors and
custom error enums more gently. Delete errorsn, because it tried to do
too much too soon.
2021-06-06 23:08:57 -05:00
Taylor Yu
50ab289da6
fix: rename result1 to errors4
...
Also put it in the ERROR HANDLING section where it probably belongs.
2021-06-06 23:08:54 -05:00
Taylor Yu
4e079fdd08
chore(iterators5): conciseness hint
2021-06-06 17:45:35 -05:00
Taylor Yu
91fc9e3118
fix(iterators5): derive Clone, Copy
...
To allow more flexibility in solutions, derive `Clone` and `Copy`
for `Progress`.
2021-06-06 17:38:02 -05:00
marisa and GitHub
a2f0401c4c
Merge pull request #762 from tlyu/move-semantics5-fixes
...
fix: move_semantics5 hints
2021-05-23 15:41:56 +02:00
Taylor Yu
1b85828548
fix: move_semantics5 hints
...
Improve the hints for move_semantics5, as well as the explanatory
comments in the code.
Previously, it was not clear what possible changes were allowed.
It seems that reordering the statements might be the intended solution.
The previous comment about not "adding newlines" doesn't make sense,
so treating it as "adding new lines" makes it more clear.
2021-05-22 22:09:58 -05:00
Taylor Yu
4c46e5e1a3
chore: minor typos in move_semantics5 hints
2021-05-22 21:56:14 -05:00
marisa and GitHub
4da9e7ee29
Merge pull request #758 from rust-lang/all-contributors/add-sateeshkumarb
...
docs: add sateeshkumarb as a contributor
2021-05-17 14:11:15 +02:00
allcontributors[bot] and GitHub
72e615aa7a
docs: update .all-contributorsrc [skip ci]
2021-05-17 12:11:05 +00:00
allcontributors[bot] and GitHub
cd02abc481
docs: update README.md [skip ci]
2021-05-17 12:11:04 +00:00
Sateesh and GitHub
399ab328d8
feat: Add move_semantics5 exercise. ( #746 )
...
* feat: Add move_semantics5 exercise.
* feat: Add option3 exercise
* Address review comments. Fix typos, sentence formatting.
* Remove unwanted newline.
* Address review comments: make comment inline, fix format in print.
2021-05-17 14:10:40 +02:00
marisa and GitHub
809ec2ce01
Merge pull request #755 from tlyu/dyn-error-hints
...
fix(try_from_into, from_str): hints for dyn Error
2021-05-17 14:09:44 +02:00
Taylor Yu
11d2cf0d60
fix(try_from_into, from_str): hints for dyn Error
...
Add hints about how to return the correct type for functions that
return `Result<_, Box<dyn Error>`. Some feedback from Discord suggests
that people run into trouble with that.
2021-05-15 14:01:17 -05:00
marisa and GitHub
dbb2624403
Merge pull request #751 from juanprq/main
...
fix: remove trailing whitespace
2021-05-13 17:20:47 +02:00
Juan Pablo Ramirez
4d4fa77459
fix: remove trailing whitespaces from iterators1
2021-05-12 10:20:07 -05:00
Juan Pablo Ramirez
3145794084
fix: add hints to generics1 and generics2 exercises
2021-05-11 14:50:05 -05:00
Juan Pablo Ramirez
d9b69bd1a0
fix: remove trailing whitespace
2021-05-09 17:58:54 -05:00
marisa and GitHub
7cd635fa84
Merge pull request #740 from rust-lang/all-contributors/add-PiDelport
...
docs: add PiDelport as a contributor
2021-05-01 12:12:51 +02:00
allcontributors[bot] and GitHub
ce40e201f0
docs: update .all-contributorsrc [skip ci]
2021-05-01 10:12:43 +00:00
allcontributors[bot] and GitHub
404f3ef465
docs: update README.md [skip ci]
2021-05-01 10:12:42 +00:00
marisa and GitHub
e1be594fdd
Merge pull request #739 from PiDelport/patch-1
...
style(standard_library_types): stray line break
2021-05-01 12:12:29 +02:00
Pi Delport and GitHub
9569c9a9e7
style(standard_library_types): stray line break
2021-04-29 23:31:26 +02:00
marisa and GitHub
91530f5716
Merge pull request #736 from maartentibau/quiz1_add_explicit_test_40
...
chore: Update quiz1.rs add explicit test for 40
2021-04-27 10:20:50 +02:00
Maarten Tibau
650b1dee54
chore: Update quiz1.rs add explicit test for 40
2021-04-25 19:02:50 +02:00
marisa and GitHub
6b6dc9dd48
Merge pull request #731 from rust-lang/all-contributors/add-stoiandan
...
docs: add stoiandan as a contributor
2021-04-24 17:36:48 +02:00
allcontributors[bot] and GitHub
3a9ec4192d
docs: update .all-contributorsrc [skip ci]
2021-04-24 15:36:39 +00:00
allcontributors[bot] and GitHub
4f7dbbd2c3
docs: update README.md [skip ci]
2021-04-24 15:36:38 +00:00
marisa and GitHub
8c37db1a23
Merge pull request #730 from stoiandan/main
...
updated README.md; specify need for admin rights
2021-04-24 17:36:19 +02:00