| Age | Commit message (Expand) | Author | Lines |
| 2022-07-27 | rustdoc: remove Clean trait impl for ty::GenericParamDef | Michael Howell | -42/+39 |
| 2022-07-27 | rustdoc: remove Clean trait impl for hir::Term | Michael Howell | -9/+7 |
| 2022-07-27 | rustdoc: remove Clean trait impl for ty::Term | Michael Howell | -9/+9 |
| 2022-07-27 | Rollup merge of #99783 - notriddle:notriddle/clean-trait-removal, r=Guillaume... | Yuki Okushi | -58/+61 |
| 2022-07-27 | Rollup merge of #99775 - notriddle:notriddle/as-str, r=camelid | Yuki Okushi | -2/+2 |
| 2022-07-26 | rustdoc: remove Clean trait impl for ty::PolyTraitPredicate | Michael Howell | -16/+19 |
| 2022-07-26 | rustdoc: remove Clean trait impls for ty::OutlivesPredicate | Michael Howell | -29/+27 |
| 2022-07-26 | rustdoc: remove Clean trait impl for ProjectionPredicate | Michael Howell | -8/+9 |
| 2022-07-26 | rustdoc: remove Clean trait impl for ProjectionTy | Michael Howell | -9/+10 |
| 2022-07-26 | rustdoc: do not allocate String when writing path full name | Michael Howell | -2/+2 |
| 2022-07-26 | Rollup merge of #99235 - WaffleLapkin:rustdoc_implement_support_for_must_impl... | Matthias Krüger | -0/+1 |
| 2022-07-25 | rustdoc: avoid inlining modules with duplicate names | Michael Howell | -2/+5 |
| 2022-07-24 | Remove Clean trait implementation for Constant | Guillaume Gomez | -26/+27 |
| 2022-07-24 | Remove Clean trait implementation for FieldDef | Guillaume Gomez | -27/+28 |
| 2022-07-24 | Add support for `#[rustc_must_implement_one_of]` to rustdoc | Maybe Waffle | -0/+1 |
| 2022-07-23 | Remove Clean trait implementation for hir::Ty and middle::Ty | Guillaume Gomez | -136/+153 |
| 2022-07-22 | Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddle | bors | -13/+13 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -13/+13 |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -5/+4 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -8/+8 |
| 2022-07-19 | Improve the function pointer docs | Michael Howell | -1/+1 |
| 2022-07-18 | Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name... | Dylan DPC | -5/+37 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -7/+7 |
| 2022-07-16 | rustdoc: avoid inlining items with duplicate `(type, name)` | Michael Howell | -5/+37 |
| 2022-07-16 | Fix rustdoc JSON inline | Guillaume Gomez | -2/+3 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 |
| 2022-07-13 | Auto merge of #99066 - est31:remove_box_librustdoc, r=jsha | bors | -25/+31 |
| 2022-07-11 | Remove box syntax from Box<BareFunctionDecl> construction | est31 | -3/+3 |
| 2022-07-11 | Remove box syntax for Box<rustdoc::clean::types::Type> construction | est31 | -11/+11 |
| 2022-07-11 | Remove box syntax for Box<ImplItem> construction | est31 | -5/+5 |
| 2022-07-11 | Remove box syntax for Box<Attributes> construction | est31 | -6/+12 |
| 2022-07-07 | Rollup merge of #98692 - camelid:more-fixmes, r=GuillaumeGomez | Dylan DPC | -3/+2 |
| 2022-07-06 | Rollup merge of #98911 - notriddle:notriddle/rustdoc-string-impl, r=Guillaume... | Guillaume Gomez | -0/+1 |
| 2022-07-04 | rustdoc: filter '_ lifetimes from ty::Generics | Michael Howell | -0/+1 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -6/+87 |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -6/+87 |
| 2022-06-30 | rustdoc: filter '_ lifetimes from ty::PolyTraitRef | Michael Howell | -1/+1 |
| 2022-06-29 | Remove FIXME that hasn't been an issue in practice | Noah Lev | -1/+0 |
| 2022-06-29 | Replace weird handling of edge case with panic | Noah Lev | -2/+2 |
| 2022-06-29 | Auto merge of #98542 - jackh726:coinductive-wf, r=oli-obk | bors | -1/+1 |
| 2022-06-28 | Auto merge of #98475 - notriddle:notriddle/index-fn-signatures, r=GuillaumeGomez | bors | -4/+0 |
| 2022-06-28 | Fix glob import ICE in rustdoc JSON format | Guillaume Gomez | -1/+5 |
| 2022-06-28 | Make empty bounds lower to WellFormed and make WellFormed coinductive | Jack Huey | -1/+1 |
| 2022-06-24 | rustdoc: reference function signature types from the `p` array | Michael Howell | -4/+0 |
| 2022-06-22 | Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov | bors | -32/+35 |
| 2022-06-21 | Rustdoc fallout. | Camille GILLOT | -32/+35 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -1/+1 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -6/+19 |
| 2022-06-16 | Auto merge of #98108 - SpriteOvO:doc_auto_cfg-feature-rmv-fix, r=notriddle,Gu... | bors | -6/+10 |