| Age | Commit message (Expand) | Author | Lines |
| 2022-10-31 | rustdoc: add support for incoherent impls on structs and traits | Michael Howell | -0/+15 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -2/+2 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -2/+2 |
| 2022-10-25 | Don't merge inline doc comments for impl blocks | Guillaume Gomez | -8/+35 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-09-27 | rustdoc: remove `clean::TraitWithExtraInfo` | Michael Howell | -4/+0 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -2/+3 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -2/+3 |
| 2022-08-28 | Remove Attrs type alias | Guillaume Gomez | -8/+6 |
| 2022-08-25 | Fix missing cfg propagation for reexports | Guillaume Gomez | -1/+1 |
| 2022-08-16 | rustdoc: box ItemKind::Trait | Michael Howell | -1/+1 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -1/+1 |
| 2022-08-10 | remove Clean trait implementation for ty::AssocItem | Guillaume Gomez | -5/+6 |
| 2022-08-10 | Rollup merge of #100319 - GuillaumeGomez:rm-clean-impls-2, r=Dylan-DPC | Matthias Krüger | -4/+4 |
| 2022-08-08 | remove Clean trait implementation for hir::Generics | Guillaume Gomez | -3/+3 |
| 2022-08-08 | remove Clean trait implementation for hir::ImplItem | Guillaume Gomez | -2/+2 |
| 2022-08-06 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -5/+32 |
| 2022-08-02 | Rollup merge of #100057 - GuillaumeGomez:rm-more-clean-impl, r=Dylan-DPC | Matthias Krüger | -4/+4 |
| 2022-08-02 | Rollup merge of #100005 - GuillaumeGomez:cleanup-ast-attr-clean, r=notriddle | Matthias Krüger | -3/+3 |
| 2022-08-02 | Remove Clean trait implementation for ast::Attribute and cleanup Attributes::... | Guillaume Gomez | -3/+3 |
| 2022-08-02 | Remove Clean trait implementation for ty::TraitRef | Guillaume Gomez | -4/+4 |
| 2022-08-01 | Remove visibility from AssocItem. | Camille GILLOT | -1/+1 |
| 2022-07-30 | Remove Clean trait implementation for ty::VariantDef | Guillaume Gomez | -3/+3 |
| 2022-07-29 | Box FunctionItem, TyMethodItem, MethodItem, ForeignFunctionItem | est31 | -2/+2 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -5/+5 |
| 2022-07-29 | Remove box syntax from Box<rustdoc::clean::types::ItemKind> construction | est31 | -2/+2 |
| 2022-07-28 | Remove Clean trait implementation for ty::Visibility | Guillaume Gomez | -3/+4 |
| 2022-07-24 | Remove Clean trait implementation for FieldDef | Guillaume Gomez | -4/+4 |
| 2022-07-23 | Remove Clean trait implementation for hir::Ty and middle::Ty | Guillaume Gomez | -7/+7 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -8/+1 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -2/+2 |
| 2022-07-11 | Remove box syntax for Box<Attributes> construction | est31 | -4/+10 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -1/+1 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -1/+5 |
| 2022-05-24 | Rollup merge of #97288 - compiler-errors:tcxify-rustdoc, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-05-23 | Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddle | bors | -3/+1 |
| 2022-05-23 | Auto merge of #97195 - notriddle:notriddle/cleanup, r=GuillaumeGomez | bors | -1/+1 |
| 2022-05-22 | Lifetime variance fixes for rustdoc | Michael Goulet | -1/+1 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -2/+2 |
| 2022-05-21 | Shrink GenericArgs/PathSegment with boxed slices | Michael Howell | -1/+1 |
| 2022-05-21 | Remove fields_stripped fields (and equivalents) | Guillaume Gomez | -3/+1 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -9/+9 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -2/+2 |
| 2022-05-10 | update rustdoc | lcnr | -3/+3 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -1/+1 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -1/+1 |
| 2022-04-07 | Hide cross-crate doc-hidden assoc items in trait impls | León Orell Valerian Liehr | -4/+17 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+1 |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -8/+1 |
| 2022-03-12 | Remove needless use of `Into` | Noah Lev | -2/+2 |