| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-14 | Auto merge of #106696 - kylematsuda:early-binder, r=lcnr | bors | -1/+1 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -2/+2 |
| 2023-01-14 | Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle | Yuki Okushi | -11/+1 |
| 2023-01-13 | Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkov | Matthias Krüger | -11/+11 |
| 2023-01-13 | Remove redundant session field | Oli Scherer | -11/+11 |
| 2023-01-12 | Fix not displayed re-export of `doc(hidden)` item | Guillaume Gomez | -3/+18 |
| 2023-01-12 | Remove dead code in rustdoc stripper | Guillaume Gomez | -11/+1 |
| 2023-01-11 | Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco | nils | -1/+3 |
| 2023-01-08 | Make translate_message return result and add tests | mejrs | -1/+3 |
| 2023-01-06 | rustdoc: Strip imports of items which are `#[doc(hidden)]` | Nixon Enraght-Moony | -0/+1 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2023-01-01 | clean: Always store enum disriminant. | Nixon Enraght-Moony | -1/+4 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -2/+1 |
| 2022-12-08 | Prevent to try to retrieve auto and blanket implementations if there were err... | Guillaume Gomez | -0/+6 |
| 2022-12-04 | Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma... | bors | -499/+439 |
| 2022-11-27 | Remove Crate::primitives field | Guillaume Gomez | -2/+4 |
| 2022-11-22 | Consolidate rustdoc's lint passes into a single pass | Noah Lev | -499/+439 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -2/+2 |
| 2022-11-13 | rustdoc: Resolve doc links in external traits having local impls | Vadim Petrochenkov | -1/+8 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -2/+2 |
| 2022-11-07 | return `None` when def_kind is `DefKind::Use` | Takayuki Maeda | -1/+2 |