about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
AgeCommit message (Collapse)AuthorLines
2025-05-28directives.md: Fix `//@ build_aux_docs` -> `//@ build-aux-docs`Alona Enraght-Moony-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-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-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-24Update `rustc_on_unimplemented` docsmejrs-61/+101
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-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-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-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-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-20Make it clear we talk about early bound paramsStan Manilov-1/+2
2025-05-20Fix misdirected link for `TypingEnv`Frank Steffahn-2/+2
2025-05-20Update links between ty-module and bindersStan Manilov-7/+9
The order might have been reversed at some point, leading to the two chapters talking about each other in the wrong order.
2025-05-20Small typo and style fixes in binders.mdStan Manilov-4/+5
Normally I refrain from nit picking, but this seamed worth it.
2025-05-20Merge pull request #2392 from rust-lang/rustc-pullTshepang Mbambo-36/+6
Rustc pull update
2025-05-19Update link to Forge guide on new flagsStan Manilov-1/+1
2025-05-19Merge pull request #2394 from smanilov/patch-9nora-1/+1
Make run instructions first
2025-05-19Make run instructions firstStan Manilov-1/+1
Better, because then one knows how to run the examples.
2025-05-19Remove unused references and simplify oneStan Manilov-9/+3
2025-05-19Merge pull request #2389 from fuzzypixelz/typosnora-14/+13
Fix typos in "Libraries and Metadata"
2025-05-19Merge from rustcThe rustc-dev-guide Cronjob Bot-35/+5
2025-05-19Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-05-18Exclude issues with an associated PR from the "What should I work on" GH queryLeón Orell Valerian Liehr-1/+1
2025-05-18Fix typos in "Libraries and Metadata"Mahmoud Mazouz-14/+13
2025-05-17rustc-dev-guide: fix Rust for Linux rust-lang/rust labelJieyou Xu-2/+2
2025-05-16Rollup merge of #141026 - tshepang:rust-push, r=jieyouxuMatthias Krüger-172/+201
rustc-dev-guide subtree update r? ``@ghost``
2025-05-15Merge from rustcThe rustc-dev-guide Cronjob Bot-22/+22
2025-05-15Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-05-15avoid upstream pull conflictTshepang Mbambo-1/+1
We changed this line and have not pushed it upstream yet, and upstream changed it in the meanwhile.
2025-05-15Merge pull request #2373 from rust-lang/tshepang-patch-2Tshepang Mbambo-4/+5
avoid duplicating commands
2025-05-15Merge pull request #2379 from rust-lang/tshepang-which-chapterTshepang Mbambo-25/+31
clean TypeFold* chapter
2025-05-15Merge pull request #2380 from rust-lang/tshepang-crate-cleaningTshepang Mbambo-127/+139
clean our crates
2025-05-14Rollup merge of #140904 - ehuss:future-incompat-template, r=Mark-SimulacrumMatthias Krüger-33/+3
Add an issue template for future-incompatible lints This adds a GitHub issue template for future-incompatible lints. Most of the existing tracking issues have been using different formats with different information, and I think it would be helpful to make them a little more consistent and to ensure that sufficient information is provided. Some comments on my choices: * Added a dedicated section to describe *why* the change is being made. Many existing issues already have this, so let's standardize on it. * Have a section with a very clear example. Almost all of the existing issues have this in one form or another. * Added a "Recommendations" section, since this is something I see missing in several of the existing issues, and this is really important information IMHO. * I reworded the "When" section. The existing template mentioned that these get reviewed every 6 weeks which my understanding is not true. That's also not very helpful information to the user, since it doesn't really answer the question. I'm not sure this section will actually be useful since I suspect most of the time we don't know when it will change (there have been a few exceptions). * Clearly show the expected progression steps. Several issues already have this. * Added implementation history, which is useful for linking PRs. (IDK, this could get merged with "Steps".)
2025-05-14Fix link to GatherBorrowsLi-yao Xia-1/+1
2025-05-12remove dangling referencesTshepang Mbambo-3/+0
2025-05-12Fix typosomahs-11/+11
2025-05-12Merge pull request #2378 from smanilov/patch-7许杰友 Jieyou Xu (Joe)-3/+0