Commit Graph

1560 Commits (57834e9f8c4a005ba210b69932e62506ea12a998)
 

Author SHA1 Message Date
Jarrod Sanders 57834e9f8c
Minor Grammar 2 years ago
liv 915a59e514
Merge pull request #1317 from rust-lang/all-contributors/add-tklauser
docs: add tklauser as a contributor for code
2 years ago
allcontributors[bot] b985b1d6ea
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] ceb03cfb2c
docs: update AUTHORS.md [skip ci] 2 years ago
liv b8d4bb1f13
Merge pull request #1316 from tklauser/fix-fn-typo
Fix typo in method name
2 years ago
Tobias Klauser 1b9d4bbf72
Fix typo in method name 2 years ago
liv c6842938c9
Merge pull request #1315 from rust-lang/all-contributors/add-dbarrosop
docs: add dbarrosop as a contributor for infra
2 years ago
allcontributors[bot] 2be582fb27
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 7ed0474364
docs: update AUTHORS.md [skip ci] 2 years ago
liv 142633533e
Merge pull request #1294 from dbarrosop/nix-darwin
fix nix environment
2 years ago
David Barroso e6bc13ff04 added common cargoBuildInputs to all flake outputs 2 years ago
liv 49bbeeefae
Merge pull request #1314 from rust-lang/all-contributors/add-seporterfield
docs: add seporterfield as a contributor for content
2 years ago
allcontributors[bot] cb5371f86f
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 3001f1ae02
docs: update AUTHORS.md [skip ci] 2 years ago
liv 7e98f67df8
Merge pull request #1313 from seporterfield/reorder-exercises
Reorder exercises
2 years ago
seporterfield a5429d59f9
updated file paths for iterators, smart_pointers 2 years ago
seporterfield 9860976af9
added existing chapter for clippy to mapping
It's real! https://doc.rust-lang.org/book/appendix-04-useful-development-tools.html
2 years ago
seporterfield b2b6e6900f
reformatted exercise->chapter mapping
Added and removed rows according to changes to exercise order and grouping.
2 years ago
seporterfield 66eaaf7b6e
fixed formatting 2 years ago
seporterfield 3fad2a9c83
gave smart_pointers its own README.md 2 years ago
seporterfield 8405a61b07
moved iterator exercises 2 years ago
seporterfield e3e298cfa2
moved iterator exercises 2 years ago
seporterfield 0f02a9b9af
moved iterator exercises 2 years ago
seporterfield 5b0d587c22
moved iterator exercises 2 years ago
seporterfield e9dc52c2d3
moved iterator exercises 2 years ago
seporterfield a0c5a892d3
refactoring standard_library_types as iterators 2 years ago
seporterfield a8fd315e09
moved rc to smart_pointers 2 years ago
seporterfield e8c4aab643
moved cow to smart_pointers 2 years ago
seporterfield c3bab88fda
moved box to smart_pointers 2 years ago
seporterfield cf1ae884a1
Merge pull request #1 from seporterfield/patch-1
move arc to smart_pointers
2 years ago
seporterfield 05592acf40
move arc to smart_pointers 2 years ago
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.
2 years ago
liv 6cee997266
Merge pull request #1311 from rust-lang/all-contributors/add-HerschelW
docs: add HerschelW as a contributor for content
2 years ago
allcontributors[bot] 6367697d92
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 25fc7814cc
docs: update AUTHORS.md [skip ci] 2 years ago
liv 69e8a35fd1
Merge pull request #1310 from HerschelW/enums3_chore
chore: update enums3.rs addressing extra parentheses usage with tuples
2 years ago
HerschelW 2f821aa30d chore: update enums3.rs addressing extra parentheses usage with tuples 2 years ago
liv f9f07bee09
Merge pull request #1304 from generalmimon/hints-rust-capitalize
chore: "rust" -> "Rust" in exercise hints
2 years ago
Petr Pucil 4303717951 chore: "rust" -> "Rust" in exercise hints 2 years ago
liv 32b234c9f0 chore: update changelog 2 years ago
liv 9ad884aadb chore: bump version 2 years ago
liv 40b1b07915
fix(enums3): add extra tuple comment 2 years ago
liv 31469560ec
Merge pull request #1303 from rust-lang/all-contributors/add-tkburis
docs: add tkburis as a contributor for content
2 years ago
allcontributors[bot] 5e583770f7
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 130e57ec60
docs: update AUTHORS.md [skip ci] 2 years ago
liv 4ede64b729
Merge pull request #1279 from tkburis/main
Minor changes
2 years ago
liv 4521aed23b
Merge pull request #1293 from tysonliddell/fix_self_parameter
fix: Remove superfluous &self indirection
2 years ago
liv 4c3a00b5cd
Merge pull request #1301 from williamwebb/williamwebb-fix(hashmap3)-typo
fix(hashmaps3): fix typo in todo hint
2 years ago
liv e0eef0e190
docs: add note about powershell compat
Closes #1299.
2 years ago
William Webb e519b5079e
fix(hashmaps3): fix typo in todo hint 2 years ago