Phan Huy Hoang
e9ac767f49
[Add] exercises/quiz2.rs
2023-01-05 21:23:22 +07:00
Snêu
4faeeb807c
Merge branch 'rust-lang:main' into main
2023-01-05 00:13:29 +07:00
Snêu
d5f21f29c2
Merge pull request #15 from hoangph271/exercises/hashmaps
...
[Add] exercises/hashmaps
2023-01-05 00:13:17 +07:00
Phan Huy Hoang
c89701a04a
[Add] exercises/hashmaps
2023-01-05 00:12:39 +07:00
Snêu
b67bc4c5b1
Merge pull request #14 from hoangph271/exercises/modules
...
[Add] exercises/modules
2023-01-04 00:44:11 +07:00
Phan Huy Hoang
27b9360c21
[Add] exercises/modules
2023-01-04 00:41:31 +07:00
Snêu
48d399e9a4
Merge pull request #12 from hoangph271/exercises/strings
...
Exercises/strings
2023-01-04 00:05:12 +07:00
liv
915a59e514
Merge pull request #1317 from rust-lang/all-contributors/add-tklauser
...
docs: add tklauser as a contributor for code
2023-01-03 14:19:53 +01:00
allcontributors[bot]
b985b1d6ea
docs: update .all-contributorsrc [skip ci]
2023-01-03 13:19:33 +00:00
allcontributors[bot]
ceb03cfb2c
docs: update AUTHORS.md [skip ci]
2023-01-03 13:19:32 +00:00
liv
b8d4bb1f13
Merge pull request #1316 from tklauser/fix-fn-typo
...
Fix typo in method name
2023-01-03 14:19:17 +01:00
Tobias Klauser
1b9d4bbf72
Fix typo in method name
2023-01-03 14:14:07 +01:00
Phan Huy Hoang
1f9e8e4c44
[Add] exercises/strings
2023-01-03 16:46:40 +07:00
Phan Huy Hoang
e9569b0a49
[Add] exercises/enums
2023-01-03 16:43:23 +07:00
liv
c6842938c9
Merge pull request #1315 from rust-lang/all-contributors/add-dbarrosop
...
docs: add dbarrosop as a contributor for infra
2023-01-03 10:21:49 +01:00
allcontributors[bot]
2be582fb27
docs: update .all-contributorsrc [skip ci]
2023-01-03 09:21:41 +00:00
allcontributors[bot]
7ed0474364
docs: update AUTHORS.md [skip ci]
2023-01-03 09:21:40 +00:00
liv
142633533e
Merge pull request #1294 from dbarrosop/nix-darwin
...
fix nix environment
2023-01-03 10:20:47 +01:00
David Barroso
e6bc13ff04
added common cargoBuildInputs to all flake outputs
2023-01-03 08:26:12 +01:00
Snêu
21ec90c3c7
Merge pull request #11 from hoangph271/exercises/structs
...
[Add] exercises/structs
2023-01-03 06:52:44 +07:00
Phan Huy Hoang
d463f5b406
[Add] exercises/structs
2023-01-03 06:52:14 +07:00
liv
49bbeeefae
Merge pull request #1314 from rust-lang/all-contributors/add-seporterfield
...
docs: add seporterfield as a contributor for content
2023-01-02 10:52:23 +01:00
allcontributors[bot]
cb5371f86f
docs: update .all-contributorsrc [skip ci]
2023-01-02 09:52:15 +00:00
allcontributors[bot]
3001f1ae02
docs: update AUTHORS.md [skip ci]
2023-01-02 09:52:14 +00:00
liv
7e98f67df8
Merge pull request #1313 from seporterfield/reorder-exercises
...
Reorder exercises
2023-01-02 10:51:50 +01:00
Snêu
e5cc25169b
Merge pull request #10 from hoangph271/exercises/move_semantics
...
[Add] exercises/move_semantics
2023-01-02 08:30:22 +07:00
Phan Huy Hoang
a6bc4647bb
[Add] exercises/move_semantics
2023-01-02 08:29:53 +07:00
Snêu
ea14e82dc1
Merge pull request #9 from hoangph271/exercises/vecs
...
[Add] exercises/vecs
2023-01-02 08:20:39 +07:00
Phan Huy Hoang
5c17c42fae
[Add] exercises/vecs
2023-01-02 08:20:12 +07:00
seporterfield
a5429d59f9
updated file paths for iterators, smart_pointers
2023-01-01 02:46:40 +01:00
seporterfield
9860976af9
added existing chapter for clippy to mapping
...
It's real! https://doc.rust-lang.org/book/appendix-04-useful-development-tools.html
2023-01-01 02:34:58 +01:00
seporterfield
b2b6e6900f
reformatted exercise->chapter mapping
...
Added and removed rows according to changes to exercise order and grouping.
2023-01-01 02:29:45 +01:00
seporterfield
66eaaf7b6e
fixed formatting
2023-01-01 02:17:53 +01:00
seporterfield
3fad2a9c83
gave smart_pointers its own README.md
2023-01-01 02:17:23 +01:00
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
Snêu
48394d5192
Merge pull request #7 from hoangph271/exercises/quiz1.rs
...
[Add] exercises/quiz1.rs
2023-01-01 00:54:52 +07:00
Snêu
c48ec25614
Merge pull request #8 from hoangph271/exercises/primitive_types
...
[Add] exercises/primitive_types
2023-01-01 00:54:28 +07:00
Phan Huy Hoang
978b4f8962
[Add] exercises/primitive_types
2023-01-01 00:54:01 +07:00
Phan Huy Hoang
0d02a15cca
[Add] exercises/quiz1.rs
2023-01-01 00:53:18 +07:00