Commit Graph

1671 Commits

Author SHA1 Message Date
allcontributors[bot] f67a2b2535 docs: update .all-contributorsrc [skip ci] 2023-01-05 14:21:45 +00:00
allcontributors[bot] 33e0c73df7 docs: update AUTHORS.md [skip ci] 2023-01-05 14:21:44 +00:00
liv c28c0eb818 Merge pull request #1322 from 0xMySt1c/update_extension
update rust language extension to rust-analyzer
2023-01-05 15:21:27 +01:00
0xMySt1c 8722172049 update rust language extension to rust-analyzer 2023-01-04 14:59:18 -05:00
TenzinRabgy 8e36256eac chore(watch): decrease watch delay
closes #1215
2023-01-04 04:49:51 -05:00
himanshu soni 951826e6b5 fix(verify): progress bar proportion now updates with the number of files verified 2023-01-03 23:54:01 +09:30
Jarrod Sanders 57834e9f8c Minor Grammar 2023-01-03 09:22:52 -05: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
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
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
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
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