| Age | Commit message (Expand) | Author | Lines |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -2/+1 |
| 2023-06-27 | Auto merge of #113083 - matthiaskrgr:rollup-anbqpij, r=matthiaskrgr | bors | -1/+1 |
| 2023-06-27 | Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -30/+14 |
| 2023-06-26 | Add/improve code comments | Guillaume Gomez | -1/+1 |
| 2023-06-26 | Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomez | Takayuki Maeda | -43/+45 |
| 2023-06-25 | rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-pos | León Orell Valerian Liehr | -13/+5 |
| 2023-06-24 | rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl b... | León Orell Valerian Liehr | -43/+45 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -13/+8 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -4/+17 |
| 2023-06-21 | Correctly handle Weak type aliases in rustdoc | Guillaume Gomez | -4/+17 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -16/+15 |
| 2023-06-19 | Clean up "doc(hidden)" check | Guillaume Gomez | -3/+3 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -16/+15 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -1/+1 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -0/+5 |
| 2023-06-07 | use wf::object_region_bounds | León Orell Valerian Liehr | -42/+9 |
| 2023-06-07 | rustdoc: re-elide cross-crate default trait object lifetime bounds | León Orell Valerian Liehr | -26/+219 |
| 2023-06-04 | Rollup merge of #112178 - GuillaumeGomez:fix-inline-private-intermediate, r=n... | Matthias Krüger | -1/+2 |
| 2023-06-01 | Fix bug where private item with intermediate doc hidden re-export was not inl... | Guillaume Gomez | -1/+2 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -3/+3 |
| 2023-05-30 | rustdoc: simplify `clean` by removing `FnRetTy` | Michael Howell | -6/+3 |
| 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 |