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

1866 Commits

Author SHA1 Message Date
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
d0a1783083 fix(enums3): add test for message
closes #1548
2023-06-08 22:14:25 +01:00
a4fe3602b2 fix: updated comment for struct 2023-06-08 16:46:45 +02:00
8974e33f69 fix: update hashmaps3.rs 2023-06-08 16:44:39 +02:00
bbfb4c7e63 feat: added test function to hashmaps2.rs
The existing test functions only check if a kind of fruit exists in the hashmap, but not if the amount of fruits is higher than zero. This new test function solves this.
2023-06-08 15:49:07 +02:00
479574e88e fix(vecs): rename outdated variable name in hint 2023-06-07 16:58:02 +02:00
a96bbcd967 fix(threads, smart pointers): Swap order of threads and smart pointers exercises
closes #1541
2023-06-03 10:20:29 -04:00
1e02f194fd update hint for vecs2 to match with exercise as it was updated to fix clarity 2023-05-31 16:37:41 +02:00
7eef5d15ee docs: cleanup the explanation paragraphs at the start of each exercise. 2023-05-29 18:41:51 +01:00
liv
30291a3c25 Merge pull request #1527 from rust-lang/all-contributors/add-lazywalker
docs: add lazywalker as a contributor for content
2023-05-23 11:06:10 +02:00
33224370eb docs: update .all-contributorsrc [skip ci] 2023-05-23 09:05:59 +00:00
b9cb931167 docs: update AUTHORS.md [skip ci] 2023-05-23 09:05:58 +00:00
liv
10d8357876 Merge pull request #1526 from lazywalker/fix-iterators5
fix(exercises): use snake_case variables to avoid warning
2023-05-23 11:05:43 +02:00
9604ab6621 fix(exercises): use snake_case variables 2023-05-23 15:00:55 +08:00
liv
e35a84fcb3 chore(oranda): don't generate changelog pages 2023-05-22 11:09:57 +02:00
liv
e910205c19 Merge pull request #1524 from rust-lang/all-contributors/add-b1ue64
docs: add b1ue64 as a contributor for content
2023-05-21 11:39:36 +02:00