about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2025-06-02use a relative path, so that this also works offlineTshepang Mbambo-1/+1
2025-06-02Merge pull request #2386 from Lysxia/fix-linkTshepang Mbambo-1/+1
Fix link to GatherBorrows
2025-06-02Merge pull request #2435 from smanilov/patch-19Tshepang Mbambo-0/+3
Add opaque type attributes
2025-06-02Merge pull request #2437 from rust-lang/rustc-pullTshepang Mbambo-28/+60
Rustc pull update
2025-06-02Trivial: fix typo (change `foo` to `bar`)Stan Manilov-1/+1
There is no `foo` symbol in the preceding example. I assume the method `bar` is meant.
2025-06-02Merge from rustcThe rustc-dev-guide Cronjob Bot-27/+59
2025-06-02Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-06-01Improve documentation for codegen optionsNoratrieb-3/+49
This adds more information to many different codegen options. It should not add any new guarantees, just document existing behavior.
2025-06-01Optionally don't steal the THIRNadrieril-0/+7
2025-06-01Add opaque type attributesStan Manilov-0/+3
This allows for the code to compile on `nightly`.
2025-05-31update surname (was lekhonkhobe previously) and emailTshepang Mbambo-0/+1
2025-05-31Merge pull request #2432 from rust-lang/tshepang-patch-1nora-5/+2
suggest build/rust-analyzer instead of build-rust-analyzer
2025-05-31replace a broken sentenceTshepang Mbambo-1/+1
2025-05-31suggest build/rust-analyzer instead of build-rust-analyzerTshepang Mbambo-5/+2
This is better because - `./x clean` also removes it, without needing extra text to explain it - Does not need an extra .gitignore entry
2025-05-31triagebot: add doc link to `[assign]`Jieyou Xu-2/+4
2025-05-31triagebot: setup `rustc-dev-guide` adhoc-groupJieyou Xu-0/+9
So that PR authors can opt-in to request review via `r? rustc-dev-guide`.
2025-05-31triagebot: fix incorrect linkJieyou Xu-2/+2
2025-05-30improve comments and docsonur-ozkan-59/+21
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-05-30update dev guidelinesonur-ozkan-61/+41
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-05-30split `mingw-check` into twoonur-ozkan-2/+2
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-05-30build dist for x86_64-pc-solaris and sparcv9-sun-solarisPetr Sumbera-3/+5
2025-05-29Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhprattbors-18/+0
Rollup of 4 pull requests Successful merges: - rust-lang/rust#138285 (Stabilize `repr128`) - rust-lang/rust#139994 (add `CStr::display`) - rust-lang/rust#141571 (coretests: extend and simplify float tests) - rust-lang/rust#141656 (CI: Add cargo tests to aarch64-apple-darwin) Failed merges: - rust-lang/rust#141430 (remove `visit_clobber` and move `DummyAstNode` to `rustc_expand`) - rust-lang/rust#141636 (avoid some usages of `&mut P<T>` in AST visitors) r? `@ghost` `@rustbot` modify labels: rollup
2025-05-29Merge pull request #2425 from jieyouxu/adjust-triagebot许杰友 Jieyou Xu (Joe)-5/+58
2025-05-29triagebot: update `[issue-links]` configJieyou Xu-1/+4
2025-05-29triagebot: add doc backlink for `[no-mentions]`Jieyou Xu-0/+2
2025-05-29triagebot: enable note functionalityJieyou Xu-0/+4
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-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