about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2023-02-04update bootstrap guide (#1583)Onur-67/+11
Signed-off-by: ozkanonur <work@onurozkan.dev>
2023-02-04Use host symlink for custom rustup toolchainNixon Enraght-Moony-8/+2
2023-02-03Fix broken relative linksYuki Okushi-4/+4
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-02-03Address the change in https://github.com/rust-lang/rust/pull/99715Yuki Okushi-4/+3
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-02-03Address the change in https://github.com/rust-lang/rust/pull/106718Yuki Okushi-4/+4
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-02-03Address the change in https://github.com/rust-lang/rust/pull/97287Yuki Okushi-12/+12
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-02-03Address the change in https://github.com/rust-lang/rust/pull/107256Yuki Okushi-7/+7
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-02-03Update explnation about benchmarksYuki Okushi-5/+6
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-02-02Use triple rather than arch for fuchsia test runnerJoseph Ryan-1/+1
2023-02-02Add param_env and wordingnils-2/+3
2023-02-02Expand section basedd on review commentsnils-12/+37
2023-02-02Add section on comparing typesNilstrieb-7/+25
2023-02-02Rollup merge of #107312 - calebcartwright:style-let-else, r=joshtriplettMatthias Krüger-0/+78
Add Style Guide rules for let-else statements cc `@rust-lang/style` `@rust-lang/rustfmt` [rendered](https://github.com/calebcartwright/rust/blob/c694d07c6413ba55caa10b9f8b853df7a7792e7c/src/doc/style-guide/src/statements.md#else-blocks-let-else-statements)
2023-02-01docs(style-guide): add rules for let-else statementsCaleb Cartwright-0/+78
2023-02-01Update rustfmt pathZephaniah Ong-1/+1
As per https://github.com/rust-lang/rust/pull/107297#discussion_r1092764740, the change broke the rust-analyzer config. Hence, changing the docs to match the new path
2023-02-01fix wrong heading level (#1573)Tshepang Mbambo-1/+1
2023-01-31fix incorrect position of topicozkanonur-4/+4
Right now "Clarification of build command's stdout" topic shows up under the "Environment Variables" which is not correct. This commit aims to fix this problem. Signed-off-by: ozkanonur <work@onurozkan.dev>
2023-01-31extend bootstrap related documentationsozkanonur-32/+83
Signed-off-by: ozkanonur <work@onurozkan.dev>
2023-01-30Update booksrustbot-0/+0
2023-01-31New infcx usage (#1571)nils-7/+5
Fixes https://github.com/rust-lang/rustc-dev-guide/issues/1543
2023-01-29Apply suggestions from code reviewDenis Belik-4/+3
Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
2023-01-29Update ast-validation.mdDenis Belik-3/+34
2023-01-28Use ephemeral PAT for linkcheckYuki Okushi-0/+4
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-01-27update datechecklcnr-1/+2
2023-01-27reviewlcnr-10/+22
2023-01-27line lengthlcnr-1/+2
2023-01-27Update src/solve/canonicalization.mdlcnr-1/+1
Co-authored-by: Tshepang Mbambo <tshepang@gmail.com>
2023-01-27reviewlcnr-4/+22
2023-01-27Update src/solve/canonicalization.mdlcnr-1/+1
Co-authored-by: Boxy <supbscripter@gmail.com>
2023-01-27fix line lengthslcnr-32/+67
2023-01-27add section for the new trait solverlcnr-0/+328
2023-01-27version 5 is now not supported (#1568)Tshepang Mbambo-7/+5
2023-01-27there are still no locale bundles (#1567)Tshepang Mbambo-1/+1
2023-01-27bumpt date-check examples to current month (#1566)Tshepang Mbambo-3/+3
2023-01-25Update hir.mdYang Pan-2/+2
Fix method name and the link, as it's outdated.
2023-01-23Replace terminator-based const eval limitBryan Garza-0/+6
- Remove logic that limits const eval based on terminators, and use the stable metric instead (back edges + fn calls) - Add unstable flag `tiny-const-eval-limit` to add UI tests that do not have to go up to the regular 2M step limit
2023-01-21fix review suggestionTshepang Mbambo-1/+5
2023-01-21accept review suggestionTshepang Mbambo-3/+1
Co-authored-by: lcnr <rust@lcnr.de>
2023-01-21rustc_typeck exists no moreTshepang Mbambo-2/+2
2023-01-20Correct tests misplacement (#1564)Albert Larsan-1/+3
Since the tests move, this was not correct anymore.
2023-01-19Change codegen documentationNilstrieb-32/+32
2023-01-18Update resolution.md (#1561)gftea-2/+2
2023-01-17Update asm.md (#1560)gftea-1/+1
2023-01-16Rollup merge of #106942 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
Update books ## rust-lang/book 1 commits in 2bd5d42c9956369132228da6409f0e68da56c51a..2cd1b5593d26dc6a03c20f8619187ad4b2485552 2023-01-12 14:47:47 UTC to 2023-01-12 14:47:47 UTC - Typo (rust-lang/book#3457) ## rust-lang/nomicon 2 commits in 8ca261268068d80c0969260fff15199bad87b587..960d610e7f33889a2577f5f17c26f0d5c82b30df 2023-01-06 11:51:41 UTC to 2023-01-05 10:20:31 UTC - vec/raw: Simplify `RawVec::grow` (rust-lang/nomicon#392) - borrow-splitting: Use `take` instead of `replace` (rust-lang/nomicon#391) ## rust-lang/reference 4 commits in 3ae62681ff236d5528ef7c8c28ba7c6b2ecc6731..2cb0ed9ba56360949f492f9866afe8c293f9f9da 2023-01-13 03:16:35 UTC to 2023-01-07 00:08:06 UTC - Update field-expr.md (rust-lang/reference#1318) - Update documentation for arbitrary_enum_discriminant feature (rust-lang/reference#1055) - Add links to definitions of terminology ... (rust-lang/reference#1315) - Enable triagebot shortcuts (rust-lang/reference#1314) ## rust-lang/rust-by-example 2 commits in 8888f9428fe9a48f31de6bd2cef9b9bf80791edc..a9fb7d13eadfcc5f457962731f105b97f9a7474a 2023-01-14 10:25:39 UTC to 2023-01-11 18:25:42 UTC - get_or_insert example: print my_fruit as intended (rust-lang/rust-by-example#1664) - Update print.md (rust-lang/rust-by-example#1663) ## rust-lang/rustc-dev-guide 8 commits in b3e2a6e6c8a3aae5b5d950c63046f23bae07096d..7352353ae91c48b136d2ca7d03822e1448165e1e 2023-01-14 20:34:23 UTC to 2023-01-02 23:35:09 UTC - fix examples for rustc 1.68.0-nightly (935dc0721 2022-12-19) (#1556) (rust-lang/rustc-dev-guide#1557) - Update incremental-compilation-in-detail.md (rust-lang/rustc-dev-guide#1553) - Link to the youtube recording of my talk, not the summary (rust-lang/rustc-dev-guide#1554) - Change `src/test` to `tests` (rust-lang/rustc-dev-guide#1547) - add full name for ICE (rust-lang/rustc-dev-guide#1552) - Fix incorrect links (rust-lang/rustc-dev-guide#1549) - fix rebase link (rust-lang/rustc-dev-guide#1546) - Add a section for how to review code more easily (rust-lang/rustc-dev-guide#1538)
2023-01-16Update booksrustbot-0/+0
2023-01-16Update instrument-coverage.mdgftea-0/+2
Document the default for LLVM_PROFILE_FILE and add a recemmondation for setting it for older versions of Rust which had a different default.
2023-01-15fix examples for rustc 1.68.0-nightly (935dc0721 2022-12-19) (#1556) (#1557)gftea-16/+6
Co-authored-by: Yuki Okushi <jtitor@2k36.org> Closes https://github.com/rust-lang/rustc-dev-guide/issues/1556
2023-01-14Update incremental-compilation-in-detail.md (#1553)gftea-1/+2
Co-authored-by: Michael Woerister <michaelwoerister@users.noreply.github.com>
2023-01-14Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, ↵Yuki Okushi-1/+1
r=GuillaumeGomez rustdoc: fix outdated lint section of the book
2023-01-13Link to the youtube recording of my talk, not the summary (#1554)jyn-1/+1