Commit Graph

1697 Commits (4ff38c7bf3b46ff728798eafb901385fbb636f4f)
 

Author SHA1 Message Date
liv 0ea42f60bd
Merge pull request #1356 from rust-lang/all-contributors/add-wjwrh
docs: add wjwrh as a contributor for code
1 year ago
allcontributors[bot] 72fff8d51a
docs: update .all-contributorsrc [skip ci] 1 year ago
allcontributors[bot] ff44be9dcd
docs: update AUTHORS.md [skip ci] 1 year ago
liv 23c3620001
Merge pull request #1355 from wjwrh/main
Fix the problem of different edition between rustc and rust-analyzer
1 year ago
wjwrh 1721ddc231 Fix the problem of different edition between rustc and rust-analyzer 1 year ago
liv ce7ffcd8e9
Merge pull request #1349 from rust-lang/all-contributors/add-kevwan
docs: add kevwan as a contributor for content
1 year ago
allcontributors[bot] c952604308
docs: update .all-contributorsrc [skip ci] 1 year ago
allcontributors[bot] a1b2964869
docs: update AUTHORS.md [skip ci] 1 year ago
liv 5faa0badef
Merge pull request #1347 from kevwan/patch-1
chore: fix prompt error for exercise #80 (rc1.rs)
1 year ago
Kevin Wan 4771a7b9e7
chore: fix prompt error
Missed a blank line, which causes the prompt incorrect like below:

```rust
You can keep working on this exercise,
or jump into the next one by removing the `I AM NOT DONE` comment:

 6 |  // Make this code compile by using the proper Rc primitives to express that the sun has multiple owners.
 7 |  
 8 |  // I AM NOT DONE
 9 |  use std::rc::Rc;
```
2 years ago
liv 259b434f20
Merge pull request #1338 from rust-lang/all-contributors/add-cloppingemu
docs: add cloppingemu as a contributor for code
2 years ago
allcontributors[bot] d58c97bd21
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] d05a817f3b
docs: update AUTHORS.md [skip ci] 2 years ago
liv 2b30cec974
Merge pull request #1319 from cloppingemu/main
fix(verify): progress bar percent now updates with the number of files verified
2 years ago
liv 6ef284bb1a
Merge pull request #1337 from rust-lang/all-contributors/add-h4x5p4c3
docs: add h4x5p4c3 as a contributor for content
2 years ago
allcontributors[bot] ac839c267b
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 3ed1e16c78
docs: update AUTHORS.md [skip ci] 2 years ago
liv c28c661deb
Merge pull request #1336 from h4x5p4c3/main
minor changes to hint
2 years ago
h4x5p4c3 6b04848d41 minor changes to hint 2 years ago
liv c5898ac6b7
Merge pull request #1326 from tklauser/clippy1-typo
Fix typo in clippy1 hint
2 years ago
Tobias Klauser 7c4a3a2af6
Fix typo in clippy1 hint 2 years ago
liv 0d30dce26d
Merge pull request #1325 from rust-lang/all-contributors/add-AxolotlTears
docs: add AxolotlTears as a contributor for code
2 years ago
allcontributors[bot] 6c170c2c21
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 4179317f37
docs: update AUTHORS.md [skip ci] 2 years ago
liv 5bcd2cee1d
Merge pull request #1320 from AxolotlTears/main
Decrease watch delay
2 years ago
liv 29ecee8cc6
Merge pull request #1324 from rust-lang/all-contributors/add-0xMySt1c
docs: add 0xMySt1c as a contributor for tool
2 years ago
allcontributors[bot] f67a2b2535
docs: update .all-contributorsrc [skip ci] 2 years ago
allcontributors[bot] 33e0c73df7
docs: update AUTHORS.md [skip ci] 2 years ago
liv c28c0eb818
Merge pull request #1322 from 0xMySt1c/update_extension
update rust language extension to rust-analyzer
2 years ago
0xMySt1c 8722172049 update rust language extension to rust-analyzer 2 years ago
TenzinRabgy 8e36256eac chore(watch): decrease watch delay
closes #1215
2 years ago
himanshu soni 951826e6b5 fix(verify): progress bar proportion now updates with the number of files verified 2 years ago
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