| Age | Commit message (Expand) | Author | Lines |
| 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-23 | Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obk | Matthias Krüger | -13/+8 |
| 2023-06-23 | Link to the corresponding channel in the help popover | Guillaume Gomez | -0/+3 |
| 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 | Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not... | Guillaume Gomez | -9/+13 |
| 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 | -20/+21 |
| 2023-06-20 | Add `Item::def_id` helper | Guillaume Gomez | -9/+13 |
| 2023-06-19 | Clean up "doc(hidden)" check | Guillaume Gomez | -3/+11 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -20/+21 |
| 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-14 | remove drain-on-drop behavior from vec::DrainFilter and add #[must_use] | The 8472 | -3/+3 |
| 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 | -49/+268 |
| 2023-06-05 | cleanup some skip_binder -> subst_identity | Kyle Matsuda | -3/+3 |
| 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 | -35/+18 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -1/+1 |
| 2023-05-28 | Make EarlyBinder's inner value private; and fix all of the resulting errors | Kyle Matsuda | -6/+6 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -1/+1 |
| 2023-05-27 | Rollup merge of #112018 - GuillaumeGomez:cleanup-tcx, r=notriddle | Matthias Krüger | -3/+3 |
| 2023-05-27 | Clean up usage of `cx.tcx` when `tcx` is already set into a variable | Guillaume Gomez | -3/+3 |
| 2023-05-27 | Rollup merge of #111997 - GuillaumeGomez:re-export-doc-hidden-macros, r=notri... | Guillaume Gomez | -1/+2 |
| 2023-05-26 | Fix re-export of doc hidden macro not showing up | Guillaume Gomez | -1/+2 |
| 2023-05-22 | rustdoc: Cleanup doc string collapsing | Vadim Petrochenkov | -44/+26 |
| 2023-05-13 | refactor: add chunks method to TokenStream to obviate rustdoc clones | Caleb Cartwright | -2/+1 |
| 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 | -19/+57 |
| 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 | -2/+2 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -3/+4 |
| 2023-04-30 | Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomez | Matthias Krüger | -18/+41 |
| 2023-04-29 | rustdoc: catch and don't blow up on impl Trait cycles | Michael Howell | -18/+41 |
| 2023-04-29 | Unify attributes retrieval for JSON and HTML rendering | Guillaume Gomez | -0/+73 |
| 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-26 | Make some region folders a little stricter. | Nicholas Nethercote | -1/+3 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -6/+7 |
| 2023-04-25 | Use `ty::TraitRef::new` in rustdoc | Maybe Waffle | -1/+1 |
| 2023-04-24 | Fix `rustc_index` imports outside the compiler | Maybe Waffle | -1/+1 |