| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddle | Matthias Krüger | -21/+19 |
| 2023-05-27 | Clean up usage of `cx.tcx` when `tcx` is already set into a variable | Guillaume Gomez | -21/+19 |
| 2023-05-26 | rustdoc: get unnormalized link destination for suggestions | Michael Howell | -62/+112 |
| 2023-05-25 | Auto merge of #111512 - petrochenkov:microdoc2, r=GuillaumeGomez | bors | -15/+7 |
| 2023-05-23 | Ignore "non-real" type Res in rustdoc intra doc link resolution | Guillaume Gomez | -1/+1 |
| 2023-05-22 | rustdoc: Cleanup doc string collapsing | Vadim Petrochenkov | -15/+7 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -12/+13 |
| 2023-05-10 | Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ... | Matthias Krüger | -6/+26 |
| 2023-05-05 | Modules can be reexported and it should be handled by rustdoc | Guillaume Gomez | -1/+1 |
| 2023-05-05 | Correctly handle associated items of a trait inside a `#[doc(hidden)]` item | Guillaume Gomez | -5/+25 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -20/+20 |
| 2023-04-29 | Add `rustdoc::unescaped_backtick` lint | Lukas Markeffsky | -0/+418 |
| 2023-04-27 | refactor(docs): remove macro resolution fallback | bohan | -14/+16 |
| 2023-04-19 | Remove find_map_relevant_impl | Michael Goulet | -9/+11 |
| 2023-04-18 | Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book... | Matthias Krüger | -0/+2 |
| 2023-04-17 | Add code comment to remind contributors to update rustdoc book if they update... | Guillaume Gomez | -0/+2 |
| 2023-04-15 | fix clippy::{filter_map_identiy, map_identity, manual_flatten} | Matthias Krüger | -1/+1 |
| 2023-04-04 | Auto merge of #109876 - jsha:uniquify-intra-doc, r=notriddle | bors | -1/+1 |
| 2023-04-02 | rustdoc: fix quadratic time in intra-doc link pass | Jacob Hoffman-Andrews | -1/+1 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -3/+3 |
| 2023-03-31 | Rollup merge of #109104 - GuillaumeGomez:fix-invalid-suggestion-ambiguous-int... | Guillaume Gomez | -142/+242 |
| 2023-03-30 | Replace doc(primitive) with rustc_doc_primitive | Guillaume Gomez | -3/+3 |
| 2023-03-29 | Don't strip crate module | Guillaume Gomez | -2/+7 |
| 2023-03-24 | Put back `is_derive_trait_collision` check | Guillaume Gomez | -2/+29 |
| 2023-03-24 | Strenghten disambiguation in `ambiguity_error` and improve documentation | Guillaume Gomez | -5/+11 |
| 2023-03-24 | Rename description of primitive from "builtin type" into "primitive type" | Guillaume Gomez | -1/+1 |
| 2023-03-24 | Special case `ambiguity_error` if all candidates have the same "kind" | Guillaume Gomez | -10/+21 |
| 2023-03-24 | Fix rustdoc intra-doc link invalid ambiguity error message | Guillaume Gomez | -142/+198 |
| 2023-03-23 | rustdoc: Skip doc link resolution for non-exported items | Vadim Petrochenkov | -2/+11 |
| 2023-03-21 | rustdoc: Factor out some doc link resolution code into a separate function | Vadim Petrochenkov | -24/+27 |
| 2023-03-21 | rustdoc: Cleanup parent module tracking for doc links | Vadim Petrochenkov | -87/+48 |
| 2023-03-16 | clean up few alloc | klensy | -2/+0 |
| 2023-03-13 | Better names? | Michael Goulet | -1/+1 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -2/+2 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -5/+2 |
| 2023-02-22 | rustdoc: reduce allocations when generating tooltips | Michael Howell | -8/+8 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -2/+4 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -1/+1 |
| 2023-02-20 | Rollup merge of #108241 - GuillaumeGomez:fix-reexported-macro-handling, r=not... | Matthias Krüger | -5/+13 |
| 2023-02-20 | Fix handling of reexported macro in doc hidden items | Guillaume Gomez | -5/+13 |
| 2023-02-19 | Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with... | Guillaume Gomez | -2/+3 |
| 2023-02-18 | Correctly handle if a link starts with a whitespace | Guillaume Gomez | -2/+3 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -3/+3 |
| 2023-02-16 | fix new usage of type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -6/+6 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -6/+6 |
| 2023-02-15 | Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddle | Matthias Krüger | -66/+60 |
| 2023-02-15 | Copy `ty::AssocItem` even in rustdoc | Maybe Waffle | -3/+3 |
| 2023-02-15 | Use more let chain | Guillaume Gomez | -66/+60 |