1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00
Commit Graph

2134 Commits

Author SHA1 Message Date
liv
a6b562b8e4 Merge pull request #1580 from rust-lang/all-contributors/add-vnprc
docs: add vnprc as a contributor for content
2023-06-26 15:20:06 +02:00
a46d42f45e docs: update .all-contributorsrc [skip ci] 2023-06-26 13:19:53 +00:00
47b3a53132 docs: update AUTHORS.md [skip ci] 2023-06-26 13:19:52 +00:00
liv
a470500a43 Merge pull request #1579 from vnprc/docs
chore: use correct line number in strings2.rs hint
2023-06-26 15:19:37 +02:00
405b32e77a chore: use correct line number in strings2.rs hint 2023-06-26 09:17:39 -04:00
liv
2584ff0440 Merge pull request #1577 from rust-lang/all-contributors/add-novanish
docs: add novanish as a contributor for content
2023-06-26 09:58:32 +02:00
2e4022dd73 docs: update .all-contributorsrc [skip ci] 2023-06-26 07:58:24 +00:00
f03a915c75 docs: update AUTHORS.md [skip ci] 2023-06-26 07:58:23 +00:00
liv
9379d06275 Merge pull request #1573 from novanish/refactor-error-1-comment
refactor: Update comment to use correct construct name 'Result' inste…
2023-06-26 09:58:08 +02:00
eacf7db6f3 refactor: Update comment to use correct construct name 'Result' instead of 'Option'
Refactor the comment in the code to provide a more accurate description of the construct being used. Replace the mention of Option with Result.
2023-06-23 17:18:17 +05:45
liv
adc7ca5690 fix(move_semantics2): change type back to compile 2023-06-22 10:10:44 +02:00
c5231f0ce3 fix(enums3): modify message string in test
Otherwise it won't actually test the change of state.message and
it would fail to check if the user missed changing state.message

This happened to me as I had a catch-all line in `match`
2023-06-16 13:50:54 +05:30
liv
c2264cabae fix: install into $home on windows for now
Stopgap measure so that people stop installing into System32 (since that's the default Powershell elevated prompt directory for some reason).
2023-06-15 10:56:53 +02:00
liv
f3d0ba2f51 Merge pull request #1563 from rust-lang/all-contributors/add-tajo48
docs: add tajo48 as a contributor for content
2023-06-15 10:42:10 +02:00
0cb63cdd01 docs: update .all-contributorsrc [skip ci] 2023-06-15 08:42:02 +00:00
c236a80a37 docs: update AUTHORS.md [skip ci] 2023-06-15 08:42:01 +00:00
liv
4b9e77d2ef Merge pull request #1562 from tajo48/main
chore: update hint for vecs2
2023-06-15 10:41:46 +02:00
e1704a2f1b Merge branch 'main' into main 2023-06-15 00:46:45 +02:00
liv
0282da6881 Merge pull request #1559 from rust-lang/all-contributors/add-robertefry
docs: add robertefry as a contributor for content
2023-06-12 12:39:41 +02:00
846e68e1aa docs: update .all-contributorsrc [skip ci] 2023-06-12 10:39:27 +00:00
33cf4f7eca docs: update AUTHORS.md [skip ci] 2023-06-12 10:39:26 +00:00
liv
132d5ca943 Merge pull request #1535 from robertefry/comment_cleanup
docs: cleanup the explanation paragraphs at the start of each exercise.
2023-06-12 12:39:09 +02:00
liv
b44472b237 Merge branch 'main' into comment_cleanup 2023-06-12 12:39:02 +02:00
liv
4cfcf2ccd7 Merge pull request #1558 from rust-lang/all-contributors/add-Frosthage
docs: add Frosthage as a contributor for content
2023-06-12 12:36:40 +02:00
a2f99ad00d docs: update .all-contributorsrc [skip ci] 2023-06-12 10:36:23 +00:00
eb3c9658b1 docs: update AUTHORS.md [skip ci] 2023-06-12 10:36:22 +00:00
liv
06ddcfb0bb Merge pull request #1113 from Frosthage/main
Improve hint for as_ref_mut
2023-06-12 12:36:06 +02:00
liv
d6bb8547b3 Merge pull request #1557 from rust-lang/all-contributors/add-luhem7
docs: add luhem7 as a contributor for content
2023-06-12 12:33:53 +02:00
5219621595 docs: update .all-contributorsrc [skip ci] 2023-06-12 10:33:45 +00:00
a14f0c3f55 docs: update AUTHORS.md [skip ci] 2023-06-12 10:33:44 +00:00
liv
44f706a5e7 Merge pull request #1542 from luhem7/main
fix(threads, smart pointers): Swap order of threads and smart pointers exercises
2023-06-12 12:33:29 +02:00
liv
55636e6978 Merge pull request #1556 from rust-lang/all-contributors/add-FWDekker
docs: add FWDekker as a contributor for content
2023-06-12 12:33:01 +02:00
5921948de8 docs: update .all-contributorsrc [skip ci] 2023-06-12 10:32:26 +00:00
bd05bab4bf docs: update AUTHORS.md [skip ci] 2023-06-12 10:32:25 +00:00
liv
c6c7dd2fce Merge pull request #1544 from FWDekker/main
fix(vecs): rename outdated variable name in hint
2023-06-12 12:32:10 +02:00
liv
171d20ce3e Merge pull request #1546 from b-apperlo/b-apperlo-patch-1
feat: added test function to hashmaps2.rs
2023-06-12 12:20:36 +02:00
liv
c2bb9ebd8e Merge pull request #1555 from rust-lang/all-contributors/add-b-apperlo
docs: add b-apperlo as a contributor for content
2023-06-12 12:19:02 +02:00
d35a352fe6 docs: update .all-contributorsrc [skip ci] 2023-06-12 10:18:55 +00:00
4fd52390ee docs: update AUTHORS.md [skip ci] 2023-06-12 10:18:54 +00:00
liv
974717ca11 Merge pull request #1547 from b-apperlo/b-apperlo-patch-2
fix: update hashmaps3.rs
2023-06-12 12:18:36 +02:00
liv
d77e6c0d05 Merge pull request #1553 from rust-lang/all-contributors/add-IVIURRAY
docs: add IVIURRAY as a contributor for content
2023-06-12 12:17:30 +02:00
47fcab1e60 docs: update .all-contributorsrc [skip ci] 2023-06-12 10:17:22 +00:00
a1188ca0ee docs: update AUTHORS.md [skip ci] 2023-06-12 10:17:21 +00:00
liv
0d2a1bdef1 Merge pull request #1549 from IVIURRAY/enums3-message-test
fix(enums3): add test for message
2023-06-12 12:17:07 +02:00
liv
369ae2e63d feat(move_semantics2): rewrite hint 2023-06-12 12:07:18 +02:00
liv
1ce9d93e94 Merge pull request #1552 from rust-lang/all-contributors/add-proofconstruction
docs: add proofconstruction as a contributor for infra
2023-06-12 11:50:10 +02:00
e0ea03dc56 docs: update .all-contributorsrc [skip ci] 2023-06-12 09:50:03 +00:00
3cced07c13 docs: update AUTHORS.md [skip ci] 2023-06-12 09:50:02 +00:00
liv
dca6e869df Merge pull request #1550 from proofconstruction/check-lockfile-sync
chore(ci): add action step to check if lockfile is synced
2023-06-12 11:49:21 +02:00
f30f0bf148 chore(ci): add action step to check if lockfile is synced 2023-06-11 16:30:01 -05:00