| Age | Commit message (Expand) | Author | Lines |
| 2025-02-12 | Rollup merge of #136927 - GuillaumeGomez:add-missing-hashtag-escape, r=notriddle | Jacob Pratt | -1/+6 |
| 2025-02-12 | Correctly escape hashtags when running `invalid_rust_codeblocks` lint | Guillaume Gomez | -1/+6 |
| 2025-02-11 | Rollup merge of #135285 - tbu-:pr_fix_typo4, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -4/+5 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -5/+7 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -5/+7 |
| 2025-01-31 | it-self → itself, build-system → build system, type-alias → type alias | Tobias Bucher | -1/+1 |
| 2025-01-30 | fix(rustdoc): always use a channel when linking to doc.rust-lang.org | Alexis (Poliorcetics) Bourget | -1/+1 |
| 2025-01-15 | allowed_through_unstable_modules: support showing a deprecation message when ... | Ralf Jung | -3/+3 |
| 2025-01-11 | rustdoc: use import stability marker in display | Michael Howell | -1/+20 |
| 2025-01-02 | Use `is_some_and` helper | Michael Howell | -2/+1 |
| 2025-01-02 | rustdoc: treat `allowed_through_unstable_modules` as deprecation | Michael Howell | -0/+9 |
| 2024-12-25 | Improve rustdoc code | Guillaume Gomez | -1/+1 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -0/+1 |
| 2024-12-20 | Rollup merge of #134321 - dtolnay:docassocconst, r=fmease | Jacob Pratt | -9/+16 |
| 2024-12-19 | Rename TyMethodItem -> RequiredMethodItem | David Tolnay | -2/+2 |
| 2024-12-19 | Rename TyAssocTypeItem -> RequiredAssocTypeItem | David Tolnay | -3/+3 |
| 2024-12-19 | Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem | David Tolnay | -3/+8 |
| 2024-12-19 | Rename TyAssocConstItem -> RequiredAssocConstItem | David Tolnay | -3/+5 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -1/+1 |
| 2024-12-06 | Store a single copy of the error registry in DiagCtxt | bjorn3 | -1/+2 |
| 2024-11-28 | Do not emit `missing_doc_code_examples` rustdoc lint on module and a few othe... | Guillaume Gomez | -2/+9 |
| 2024-11-28 | Fix new clippy lints | Guillaume Gomez | -149/+137 |
| 2024-11-04 | Rename `DocContext::is_json` into `DocContext::is_json_output` | Guillaume Gomez | -3/+3 |
| 2024-11-04 | Fix invalid coverage computation when `--output-format=json` is enabled | Guillaume Gomez | -3/+4 |
| 2024-11-02 | rustdoc: skip stability inheritance for some item kinds | Lukas Markeffsky | -17/+57 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -2/+2 |
| 2024-10-20 | Remove unused `recoverable` argument in collect_intra_doc_links | Guillaume Gomez | -21/+9 |
| 2024-10-15 | Remove `AmbiguousLinks::disambiguator` | Guillaume Gomez | -3/+1 |
| 2024-10-15 | Improve documentation for intra-doc links computation | Guillaume Gomez | -9/+9 |
| 2024-10-14 | Delay ambiguous intra-doc link resolution after `Cache` has been populated | Guillaume Gomez | -45/+237 |
| 2024-10-08 | Rollup merge of #131408 - GuillaumeGomez:more-intra-doc-cleanup, r=notriddle | Matthias Krüger | -4/+2 |
| 2024-10-08 | Remove unneeded argument of `LinkCollector::verify_disambiguator` | Guillaume Gomez | -4/+2 |
| 2024-10-08 | Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddle | bors | -67/+0 |
| 2024-10-07 | Remove dead code | Guillaume Gomez | -67/+0 |
| 2024-10-07 | Convert `Option<&Lrc<T>>` return types to `Option<&T>`. | Nicholas Nethercote | -2/+2 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -4/+4 |
| 2024-10-04 | rustdoc: cleaner errors on disambiguator/namespace mismatches | Michael Howell | -5/+16 |
| 2024-10-01 | Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle | bors | -0/+77 |
| 2024-10-01 | Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid... | bors | -41/+54 |
| 2024-09-30 | rustdoc: rewrite stability inheritance as a pass | Lukas Markeffsky | -0/+77 |
| 2024-09-25 | rm higher-ranked lifetimes from `DocVisitor` | Lukas Markeffsky | -6/+6 |
| 2024-09-25 | de-rc external traits | Lukas Markeffsky | -0/+2 |
| 2024-09-24 | Fix tools | Michael Goulet | -1/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -24/+23 |
| 2024-09-19 | Add `field@` and `variant@` doc-link disambiguators | Noa | -41/+54 |
| 2024-09-11 | Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomez | bors | -202/+184 |
| 2024-09-07 | rustdoc: use a single box to store Attributes and ItemKind | Michael Howell | -15/+15 |
| 2024-09-04 | rustdoc: unify the short-circuit on all lints | Michael Howell | -202/+184 |
| 2024-08-31 | Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu... | Matthias Krüger | -0/+7 |