| Age | Commit message (Expand) | Author | Lines |
| 2023-05-26 | Fix re-export of doc hidden macro not showing up | Guillaume Gomez | -1/+2 |
| 2023-05-10 | Use proper impl self type for alias impl in rustdoc | Michael Goulet | -8/+9 |
| 2023-05-10 | Rollup merge of #111095 - GuillaumeGomez:fix-assoc-item-trait-inside-hidden, ... | Matthias Krüger | -24/+41 |
| 2023-05-05 | Improve code to remove duplication | Guillaume Gomez | -28/+24 |
| 2023-05-05 | Modules can be reexported and it should be handled by rustdoc | Guillaume Gomez | -1/+22 |
| 2023-05-04 | IAT: Rustdoc integration | León Orell Valerian Liehr | -15/+45 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -0/+4 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -1/+1 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -2/+2 |
| 2023-04-29 | rustdoc: catch and don't blow up on impl Trait cycles | Michael Howell | -18/+41 |
| 2023-04-28 | Rollup merge of #110904 - fmease:rustdoc-fix-110900, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2023-04-27 | rustdoc: rebind bound vars to type-outlives predicates | León Orell Valerian Liehr | -5/+5 |
| 2023-04-26 | Fix uses of `TraitRef::identity` in clippy and rustdoc | Maybe Waffle | -1/+1 |
| 2023-04-20 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -4/+2 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -3/+3 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -8/+11 |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -1/+1 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -1/+0 |
| 2023-04-14 | Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddle | Matthias Krüger | -30/+39 |
| 2023-04-13 | Correctly handle built-in compiler proc-macros as proc-macro and not macro | Guillaume Gomez | -30/+39 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -1/+1 |
| 2023-04-10 | fix(doc): do not parse inline when output is json for external crate | bohan | -1/+2 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -1/+1 |
| 2023-04-08 | rustdoc: Migrate some logic to `module_reexports` | Vadim Petrochenkov | -140/+29 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -1/+2 |
| 2023-03-28 | rustdoc + rustdoc-json support for non_lifetime_binders | Michael Goulet | -14/+3 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -1/+2 |
| 2023-03-27 | Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,... | Guillaume Gomez | -30/+58 |
| 2023-03-23 | Use Cow to reduce numbers of memory clone | Guillaume Gomez | -25/+29 |
| 2023-03-23 | Fix ICE for intra-doc link on intermediate re-export | Guillaume Gomez | -20/+44 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -1/+1 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -1/+1 |
| 2023-03-21 | rustdoc: Cleanup parent module tracking for doc links | Vadim Petrochenkov | -18/+8 |
| 2023-03-20 | Rollup merge of #109266 - petrochenkov:docice4, r=petrochenkov | Matthias Krüger | -6/+8 |
| 2023-03-17 | rustdoc: Correctly merge import's and its target's docs in one more case | Vadim Petrochenkov | -6/+8 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -1/+1 |
| 2023-03-07 | Fix invalid inlining of reexport of reexport of private item | Guillaume Gomez | -42/+66 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -1/+1 |
| 2023-02-23 | Rollup merge of #108349 - GuillaumeGomez:fix-duplicated-imports2, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -2/+2 |
| 2023-02-22 | Prevent duplicated imports | Guillaume Gomez | -2/+2 |
| 2023-02-21 | Fix duplicated attributes for first reexport | Guillaume Gomez | -7/+17 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -0/+1 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -11/+26 |
| 2023-02-16 | changes from review | Kyle Matsuda | -1/+6 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -15/+9 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -11/+27 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -5/+5 |