| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -2/+2 |
| 2023-02-14 | Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obk | bors | -84/+12 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -20/+20 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -84/+12 |
| 2023-02-12 | Auto merge of #107933 - petrochenkov:rmdlc, r=GuillaumeGomez | bors | -13/+2 |
| 2023-02-11 | rustdoc: Remove cache for preprocessed markdown links | Vadim Petrochenkov | -13/+2 |
| 2023-02-11 | Rollup merge of #107912 - clubby789:doc-bad-enum-field, r=camelid,GuillaumeGomez | Matthias Krüger | -4/+25 |
| 2023-02-11 | rustdoc: Don't resolve link to field on different variant | clubby789 | -4/+25 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -540/+40 |
| 2023-02-02 | Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri... | bors | -26/+83 |
| 2023-01-27 | Special-case handling of impl blocks | Guillaume Gomez | -44/+61 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+1 |
| 2023-01-27 | Fix handling of items inside a `doc(hidden)` block | Guillaume Gomez | -14/+54 |
| 2023-01-27 | Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomez | bors | -8/+32 |
| 2023-01-26 | rustdoc: Stop using `HirId`s | Vadim Petrochenkov | -35/+25 |
| 2023-01-25 | rustdoc: Don't put non rustdoc-reachable impls into `all_trait_impls` | Vadim Petrochenkov | -3/+1 |
| 2023-01-25 | rustdoc: Use rustdoc-reachable set to prune extern impls | Vadim Petrochenkov | -5/+9 |
| 2023-01-25 | rustdoc: Collect rustdoc-reachable items during early doc link resolution | Vadim Petrochenkov | -0/+22 |
| 2023-01-22 | rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)` | Vadim Petrochenkov | -6/+6 |