summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-12docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-02-12Merge pull request #1305 from platformer/issue1298liv
fix(threads1): make program panic if threads are not joined
2023-02-12Merge pull request #1367 from rust-lang/all-contributors/add-kawaiiPlatliv
docs: add kawaiiPlat as a contributor for content
2023-02-12docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-02-12docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-02-12Merge pull request #1318 from kawaiiPlat/q2-minor-grammarliv
minor grammar tweak for quiz 2
2023-02-12feat(intro1): add note on rust-analyzer usageliv
2023-02-12Merge pull request #1366 from rust-lang/all-contributors/add-alexandergillliv
docs: add alexandergill as a contributor for code
2023-02-12docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-02-12docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-02-12Merge pull request #1364 from alexandergill/fix-install-scriptliv
Fix `bash: line 105: v1[$i]: unbound variable` in install script
2023-02-11fix(installation): bump `MinRustVersion` to 1.58Alexander Gill
this is the earliest minor version that compiled without errors
2023-02-11fix(installation): loop to `max_len-1`Alexander Gill
avoid `i` going outside range of array indices
2023-02-05Merge pull request #1356 from rust-lang/all-contributors/add-wjwrhliv
docs: add wjwrh as a contributor for code
2023-02-05docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-02-05docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-02-05Merge pull request #1355 from wjwrh/mainliv
Fix the problem of different edition between rustc and rust-analyzer
2023-02-05Fix the problem of different edition between rustc and rust-analyzerwjwrh
2023-01-26Merge pull request #1349 from rust-lang/all-contributors/add-kevwanliv
docs: add kevwan as a contributor for content
2023-01-26docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-01-26docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-01-26Merge pull request #1347 from kevwan/patch-1liv
chore: fix prompt error for exercise #80 (rc1.rs)
2023-01-23chore: fix prompt errorKevin Wan
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; ```
2023-01-11Merge pull request #1338 from rust-lang/all-contributors/add-cloppingemuliv
docs: add cloppingemu as a contributor for code
2023-01-11docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-01-11docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-01-11Merge pull request #1319 from cloppingemu/mainliv
fix(verify): progress bar percent now updates with the number of files verified
2023-01-11Merge pull request #1337 from rust-lang/all-contributors/add-h4x5p4c3liv
docs: add h4x5p4c3 as a contributor for content
2023-01-11docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-01-11docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-01-11Merge pull request #1336 from h4x5p4c3/mainliv
minor changes to hint
2023-01-11minor changes to hinth4x5p4c3
2023-01-05Merge pull request #1326 from tklauser/clippy1-typoliv
Fix typo in clippy1 hint
2023-01-05Fix typo in clippy1 hintTobias Klauser
2023-01-05Merge pull request #1325 from rust-lang/all-contributors/add-AxolotlTearsliv
docs: add AxolotlTears as a contributor for code
2023-01-05docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-01-05docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-01-05Merge pull request #1320 from AxolotlTears/mainliv
Decrease watch delay
2023-01-05Merge pull request #1324 from rust-lang/all-contributors/add-0xMySt1cliv
docs: add 0xMySt1c as a contributor for tool
2023-01-05docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-01-05docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-01-05Merge pull request #1322 from 0xMySt1c/update_extensionliv
update rust language extension to rust-analyzer
2023-01-04update rust language extension to rust-analyzer0xMySt1c
2023-01-04chore(watch): decrease watch delayTenzinRabgy
closes #1215
2023-01-03fix(verify): progress bar proportion now updates with the number of files ↵himanshu soni
verified
2023-01-03Minor GrammarJarrod Sanders
2023-01-03Merge pull request #1317 from rust-lang/all-contributors/add-tklauserliv
docs: add tklauser as a contributor for code
2023-01-03docs: update .all-contributorsrc [skip ci]allcontributors[bot]
2023-01-03docs: update AUTHORS.md [skip ci]allcontributors[bot]
2023-01-03Merge pull request #1316 from tklauser/fix-fn-typoliv
Fix typo in method name