seporterfield
8405a61b07
moved iterator exercises
2023-01-01 02:02:49 +01:00
seporterfield
e3e298cfa2
moved iterator exercises
2023-01-01 02:02:15 +01:00
seporterfield
0f02a9b9af
moved iterator exercises
2023-01-01 02:00:36 +01:00
seporterfield
5b0d587c22
moved iterator exercises
2023-01-01 01:59:35 +01:00
seporterfield
e9dc52c2d3
moved iterator exercises
2023-01-01 01:58:57 +01:00
seporterfield
a0c5a892d3
refactoring standard_library_types as iterators
2023-01-01 01:58:04 +01:00
seporterfield
a8fd315e09
moved rc to smart_pointers
2023-01-01 01:52:47 +01:00
seporterfield
e8c4aab643
moved cow to smart_pointers
2023-01-01 01:52:05 +01:00
seporterfield
c3bab88fda
moved box to smart_pointers
2023-01-01 01:51:27 +01:00
seporterfield
cf1ae884a1
Merge pull request #1 from seporterfield/patch-1
...
move arc to smart_pointers
2023-01-01 01:50:14 +01:00
seporterfield
05592acf40
move arc to smart_pointers
2023-01-01 01:44:47 +01:00
seporterfield
cb79be921d
reordered smart pointer exercises
...
Switched rc and arc so rc comes first, since arc is, like the name implies, atomic rc. This gives the exercises a more logical progression.
Moved all smart pointer exercises (box, rc, arc, cow) under threads into their own section. Threads are used in the smart pointer exercises, so they should be introduced first.
2023-01-01 01:32:38 +01:00
liv
6cee997266
Merge pull request #1311 from rust-lang/all-contributors/add-HerschelW
...
docs: add HerschelW as a contributor for content
2022-12-30 16:53:05 +01:00
allcontributors[bot]
6367697d92
docs: update .all-contributorsrc [skip ci]
2022-12-30 15:52:50 +00:00
allcontributors[bot]
25fc7814cc
docs: update AUTHORS.md [skip ci]
2022-12-30 15:52:49 +00:00
liv
69e8a35fd1
Merge pull request #1310 from HerschelW/enums3_chore
...
chore: update enums3.rs addressing extra parentheses usage with tuples
2022-12-30 16:52:29 +01:00
HerschelW
2f821aa30d
chore: update enums3.rs addressing extra parentheses usage with tuples
2022-12-30 08:14:13 -06:00
liv
f9f07bee09
Merge pull request #1304 from generalmimon/hints-rust-capitalize
...
chore: "rust" -> "Rust" in exercise hints
2022-12-28 10:59:02 +01:00
platformer
7e4ce38681
fix(threads1): make program panic if threads are not joined
...
closes #1298
2022-12-26 02:25:43 -06:00
Petr Pucil
4303717951
chore: "rust" -> "Rust" in exercise hints
2022-12-25 18:02:37 +01:00
liv
32b234c9f0
chore: update changelog
2022-12-23 17:09:04 +01:00
liv
9ad884aadb
chore: bump version
2022-12-23 16:55:42 +01:00
liv
40b1b07915
fix(enums3): add extra tuple comment
2022-12-23 16:47:48 +01:00
liv
31469560ec
Merge pull request #1303 from rust-lang/all-contributors/add-tkburis
...
docs: add tkburis as a contributor for content
2022-12-23 16:44:22 +01:00
allcontributors[bot]
5e583770f7
docs: update .all-contributorsrc [skip ci]
2022-12-23 15:44:15 +00:00
allcontributors[bot]
130e57ec60
docs: update AUTHORS.md [skip ci]
2022-12-23 15:44:14 +00:00
liv
4ede64b729
Merge pull request #1279 from tkburis/main
...
Minor changes
2022-12-23 16:44:02 +01:00
liv
4521aed23b
Merge pull request #1293 from tysonliddell/fix_self_parameter
...
fix: Remove superfluous &self indirection
2022-12-23 16:22:51 +01:00
liv
4c3a00b5cd
Merge pull request #1301 from williamwebb/williamwebb-fix(hashmap3)-typo
...
fix(hashmaps3): fix typo in todo hint
2022-12-23 16:16:59 +01:00
liv
e0eef0e190
docs: add note about powershell compat
...
Closes #1299 .
2022-12-23 16:16:24 +01:00
William Webb
e519b5079e
fix(hashmaps3): fix typo in todo hint
2022-12-20 21:17:32 -06:00
David Barroso
b2df015fe6
when generating lsp config use RUST_SRC_PATH if set
2022-12-10 14:05:44 +01:00
David Barroso
1ce671528e
add missing RUST_SRC_PATH
2022-12-10 13:57:26 +01:00
David Barroso
3d693634b5
fix nix build on Darwin
2022-12-10 13:23:15 +01:00
Tyson Liddell
71873e676f
fix: Remove superfluous &self indirection
2022-12-09 20:49:10 +00:00
Emmanuel Roullit
b653d4848a
doc: add hint on how to create codespace
...
Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
2022-12-01 16:15:13 +01:00
Emmanuel Roullit
4972bede48
dev: source cargo env files to find rustup
...
Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
2022-12-01 14:30:03 +01:00
Emmanuel Roullit
f94f365e14
dev: add basic devcontainer settings file
...
Theses settings files are the base needed to declare and
bootstrap development environment on codespaces
Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
2022-12-01 14:15:35 +01:00
TK Buristrakul
db53dbc126
chore: tidied up unmatched backticks
2022-11-24 19:41:25 +00:00
TK Buristrakul
a315f2fefb
chore: added more descriptive TODOs
2022-11-24 19:39:54 +00:00
TK Buristrakul
be0b7e084e
chore: minor change in comment
2022-11-24 19:20:59 +00:00
liv
e3af483fa6
Merge pull request #1276 from rust-lang/all-contributors/add-craymel
...
docs: add craymel as a contributor for content
2022-11-19 00:35:59 +01:00
allcontributors[bot]
a8033e0193
docs: update .all-contributorsrc [skip ci]
2022-11-18 23:35:52 +00:00
allcontributors[bot]
e8ef4fe5d6
docs: update AUTHORS.md [skip ci]
2022-11-18 23:35:51 +00:00
liv
cea60a2eb9
Merge pull request #1273 from craymel/fix-structs3-hint
...
fix: Update structs3 hint
2022-11-19 00:35:08 +01:00
craymel
2ceb59a11d
fix: Update structs3 hint
2022-11-18 23:38:27 +11:00
liv
97e3c419aa
Merge pull request #1263 from rust-lang/all-contributors/add-MoritzBoehme
...
docs: add MoritzBoehme as a contributor for code
2022-11-12 16:45:24 +01:00
allcontributors[bot]
28d78e288b
docs: update .all-contributorsrc [skip ci]
2022-11-12 15:45:16 +00:00
allcontributors[bot]
43c049df75
docs: update AUTHORS.md [skip ci]
2022-11-12 15:45:16 +00:00
liv
0c05318237
Merge pull request #1262 from rust-lang/all-contributors/add-winterqt
...
docs: add winterqt as a contributor for code
2022-11-12 16:44:44 +01:00