about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2025-05-29triagebot: enable issue transferJieyou Xu-0/+4
2025-05-29triagebot: enable PR review status flipping and its shortcutsJieyou Xu-0/+19
2025-05-29triagebot: apply `needs-triage` label for new issuesJieyou Xu-0/+10
2025-05-29triagebot: adjust `allow-unauthenticated` labelsJieyou Xu-4/+15
2025-05-29Merge pull request #2420 from rust-lang/aDotInTheVoid-patch-1许杰友 Jieyou Xu (Joe)-1/+1
directives.md: Fix `//@ build_aux_docs` -> `//@ build-aux-docs`
2025-05-28Fix some old `// <directive>` to `//@ <directive>`Alona Enraght-Moony-4/+4
2025-05-28directives.md: Fix `//@ build_aux_docs` -> `//@ build-aux-docs`Alona Enraght-Moony-1/+1
2025-05-28Stabilise `repr128`beetrees-18/+0
2025-05-28Update SGX maintainersRaoul Strackx-1/+1
2025-05-28replace TraitRef link memory.mdDavid Klank-1/+1
2025-05-27make link not inlineTshepang Mbambo-1/+3
2025-05-27Merge pull request #2417 from smanilov/patch-16nora-2/+2
Make links in coinduction.md clickable
2025-05-27Make links in coinduction.md clickableStan Manilov-2/+2
Although they are clickable in the github preview, they aren't in the actual rendered HTML on https://rustc-dev-guide.rust-lang.org/. This commit fixes that.
2025-05-27Link to description of opaque typesStan Manilov-1/+1
2025-05-27Rollup merge of #141596 - tshepang:patch-2, r=UrgauMichael Goulet-2/+2
rustc book: fix erratic sentence by making it more simple
2025-05-26Add stubs for environment variables; document some of the important onesjyn-0/+40
This uses a very hacky regex that will probably miss some variables. But having some docs seems better than none at all. This uses a very hacky regex that will probably miss some variables. But having some docs seems better than none at all. In particular, this generates stubs for the following env vars: - COLORTERM - QNX_TARGET - RUST_BACKTRACE - RUSTC_BLESS - RUSTC_BOOTSTRAP - RUSTC_BREAK_ON_ICE - RUSTC_CTFE_BACKTRACE - RUSTC_FORCE_RUSTC_VERSION - RUSTC_GRAPHVIZ_FONT - RUSTC_ICE - RUSTC_LOG - RUSTC_OVERRIDE_VERSION_STRING - RUSTC_RETRY_LINKER_ON_SEGFAULT - RUSTC_TRANSLATION_NO_DEBUG_ASSERT - RUST_DEP_GRAPH_FILTER - RUST_DEP_GRAPH - RUST_FORBID_DEP_GRAPH_EDGE - RUST_MIN_STACK - RUST_TARGET_PATH - SDKROOT - TERM - UNSTABLE_RUSTDOC_TEST_LINE - UNSTABLE_RUSTDOC_TEST_PATH [rendered](![screenshot of unstable-book running locally, with 14 environment variables shown in the sidebar](https://github.com/user-attachments/assets/8238d094-fb7a-456f-ad43-7c07aa2c44dd))
2025-05-26diagnostic translations work is on pauseTshepang Mbambo-1/+0
2025-05-26Remove rustdoc askama migration from getting startedAlona Enraght-Moony-1/+0
This effort is blocked, so pointing new contributors here would be setting them up for failure. https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/about.3A.20status.20of.20askama.20migration/with/497389045
2025-05-26Merge pull request #2407 from smanilov/patch-14Tshepang Mbambo-2/+5
Add time reference and tracking info for trait system refactor
2025-05-26rustc book: fix erratic sentence by making it more simpleTshepang Mbambo-2/+2
2025-05-26Add time reference and tracking info for trait system refactorStan Manilov-2/+5
2025-05-26Link normalization chapterStan Manilov-1/+2
2025-05-26Flesh out sections about crashes tests and update mentions of glacierLeón Orell Valerian Liehr-11/+26
2025-05-25add "Compiler environment variables" section to the unstable bookjyn-2/+3
2025-05-24document existing setupjyn-0/+8
2025-05-24Update `rustc_on_unimplemented` docsmejrs-61/+101
2025-05-24Rollup merge of #141486 - xizheyin:issue-141414, r=GuillaumeGomezMatthias Krüger-2/+4
rustdoc book: add argument explanation for `html_playground_url` Fixes #141414 r? `@GuillaumeGomez`
2025-05-24Rollup merge of #141480 - jyn514:treat-err-as-bug, r=jieyouxuMatthias Krüger-0/+36
document some -Z flags as living in the rustc-dev-guide i was looking for these but didn't find them at first; add a breadcrumb so people know where to look
2025-05-24Merge pull request #2405 from Kobzol/remove-mentions-of-rust-lang-ciJakub Beránek-10/+6
Remove mentions of rust-lang-ci/rust
2025-05-24rustdoc book: add argument explanation for `html_playground_url`xizheyin-2/+4
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-05-24document some -Z flagsjyn-0/+36
2025-05-24typoTshepang Mbambo-1/+1
2025-05-24Add LLVM link in appendixyukang-0/+1
2025-05-23Merge pull request #2404 from lolbinarycat/patch-1nora-4/+4
rustdoc.md: reorder list so test suites are not split up
2025-05-23document why rustdoc cannot look at function bodiesjyn-0/+22
2025-05-23Add 2nd Solaris target maintainerPetr Sumbera-0/+1
2025-05-23Remove mentions of rust-lang-ci/rustJakub Beránek-10/+6
Now that CI has been finally migrated to `rust-lang/rust`.
2025-05-22rustdoc.md: reorder list so test suites are not split uplolbinarycat-4/+4
2025-05-22Allow `#![doc(test(attr(..)))]` at every levelUrgau-28/+23
2025-05-22~? annotation type is specialTshepang Mbambo-4/+5
It does not do any line matching, so it should be separated from the other types.
2025-05-22Allow `#![doc(test(attr(..)))]` at module level tooUrgau-0/+19
2025-05-21Rollup merge of #141316 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
Update books ## rust-lang/edition-guide 1 commits in 1b1bb49babd65c732468cfa515b0c009bd1d26bc..aa6ce337c0adf7a63e33960d184270f2a45ab9ef 2025-05-20 23:47:34 UTC to 2025-05-20 23:47:34 UTC - Update references to the `missing_fragment_specifier` lint (rust-lang/edition-guide#376) ## rust-lang/reference 3 commits in acd0231ebc74849f6a8907b5e646ce86721aad76..118fd1f1f0854f50e3ae1fe4b64862aad23009ca 2025-05-20 22:52:38 UTC to 2025-05-20 21:45:13 UTC - Explain why nested receivers are dyn-incompatible (rust-lang/reference#1822) - Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot (rust-lang/reference#1788) - Mention the temporary scope of `while let`. (rust-lang/reference#1779)
2025-05-21Update booksrustbot-0/+0
2025-05-20Auto merge of #141305 - matthiaskrgr:rollup-l6nwaht, r=matthiaskrgrbors-2/+4
Rollup of 7 pull requests Successful merges: - #140972 (Add TRACING_ENABLED to Machine and add enter_trace_span!()) - #141282 (`core_float_math`: Move functions to `math` module) - #141288 (Get rid of unnecessary `BufDisplay` abstraction) - #141289 (use `Self` alias in self types rather than manually substituting it) - #141291 (link tracking issue in explicit-extern-abis.md) - #141294 (triagebot: ping me if rustdoc js is modified) - #141303 (Fix pagetoc inactive color in rustc book) r? `@ghost` `@rustbot` modify labels: rollup
2025-05-20Rollup merge of #141303 - Urgau:pagetoc-fix-color, r=ehussMatthias Krüger-1/+1
Fix pagetoc inactive color in rustc book This PR fixes the color of inactive entry in rustc pagetoc, particularly with the "Rust" theme. | Before | After | |--------|-------| | ![image](https://github.com/user-attachments/assets/c6c8fe9a-0016-46cb-a638-71a62787b629) | ![image](https://github.com/user-attachments/assets/7146be5b-6ac3-4c9b-8e5a-eedd6ce61314) | Live preview at: http://urgau.rf.gd/book Related to https://github.com/rust-lang/rust/pull/140113#issuecomment-2888615781 r? `@ehuss`
2025-05-20Fix pagetoc inactive color in rustc bookUrgau-1/+1
2025-05-20Merge pull request #2400 from smanilov/patch-13Boxy-1/+2
Make it clear we talk about early bound params
2025-05-20Merge pull request #2398 from smanilov/patch-12Boxy-7/+9
Update links between ty-module and binders
2025-05-20Rollup merge of #141269 - tshepang:rdg-push, r=jieyouxuMatthias Krüger-27/+20
rustc-dev-guide subtree update r? `@ghost`
2025-05-20link tracking issue in explicit-extern-abis.mdDan Johnson-1/+3