| Age | Commit message (Expand) | Author | Lines |
| 2022-09-10 | Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page | Nixon Enraght-Moony | -2/+5 |
| 2022-09-09 | rustdoc: when removing duplicate names, ignore `#[doc(hidden)]` items | Michael Howell | -3/+10 |
| 2022-09-09 | rustdoc: avoid cleaning modules with duplicate names | Michael Howell | -3/+5 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -11/+1 |
| 2022-09-09 | Rustdoc support | Michael Goulet | -0/+10 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -2/+2 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -9/+0 |
| 2022-09-08 | Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino | bors | -3/+3 |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -3/+3 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -3/+3 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -1/+2 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -3/+3 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -3/+3 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -3/+3 |
| 2022-09-04 | rustdoc: Compute enum discriminant on demand | Nixon Enraght-Moony | -16/+18 |
| 2022-09-03 | Rustdoc-Json: Add enum discriminant | Nixon Enraght-Moony | -15/+56 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -28/+26 |
| 2022-08-30 | rustdoc: Resugar async fn return type in `clean`, not `html` | Nixon Enraght-Moony | -1/+4 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -28/+26 |
| 2022-08-29 | Rollup merge of #101116 - GuillaumeGomez:rm-attrs-ty-alias, r=notriddle | Matthias Krüger | -8/+6 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -2/+2 |
| 2022-08-28 | Remove Attrs type alias | Guillaume Gomez | -8/+6 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -5/+0 |
| 2022-08-25 | Fix missing cfg propagation for reexports | Guillaume Gomez | -2/+27 |
| 2022-08-22 | Use `AttrVec` in more places. | Nicholas Nethercote | -2/+2 |
| 2022-08-21 | Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomez | bors | -40/+42 |
| 2022-08-17 | Remove `AttributesExt::other_attrs`. | Nicholas Nethercote | -6/+0 |
| 2022-08-16 | rustdoc: box ItemKind::Trait | Michael Howell | -5/+5 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -35/+37 |
| 2022-08-14 | Remove the Clean trait | Guillaume Gomez | -4/+0 |
| 2022-08-14 | remove Clean trait implementation for hir::Variant | Guillaume Gomez | -9/+7 |
| 2022-08-13 | Rollup merge of #100299 - compiler-errors:issue-100283, r=notriddle | Michael Goulet | -16/+7 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -16/+7 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -2/+2 |
| 2022-08-12 | remove Clean trait implementation for hir::BareFnTy | Guillaume Gomez | -17/+18 |
| 2022-08-12 | remove Clean trait implementation for hir::PathSegment | Guillaume Gomez | -8/+15 |
| 2022-08-11 | Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqd | Dylan DPC | -9/+10 |
| 2022-08-10 | remove Clean trait implementation for hir::GenericArgs | Guillaume Gomez | -30/+38 |
| 2022-08-10 | remove Clean trait implementation for ty::AssocItem | Guillaume Gomez | -172/+175 |
| 2022-08-10 | Avoid repeating qualifiers on `static_assert_size` calls. | Nicholas Nethercote | -9/+10 |
| 2022-08-10 | Rollup merge of #100319 - GuillaumeGomez:rm-clean-impls-2, r=Dylan-DPC | Matthias Krüger | -105/+108 |
| 2022-08-09 | remove Clean trait implementation for ast::Module | Guillaume Gomez | -69/+62 |
| 2022-08-09 | Auto merge of #100304 - matthiaskrgr:rollup-gs56vlw, r=matthiaskrgr | bors | -58/+64 |
| 2022-08-09 | Rollup merge of #100212 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC | Matthias Krüger | -58/+64 |
| 2022-08-09 | Auto merge of #100205 - cjgillot:noice-doc, r=camelid | bors | -10/+18 |
| 2022-08-08 | Synthetize a trait ref when none is available. | Camille GILLOT | -6/+12 |
| 2022-08-08 | remove Clean trait implementation for hir::Generics | Guillaume Gomez | -68/+67 |
| 2022-08-08 | remove Clean trait implementation for hir::ImplItem | Guillaume Gomez | -39/+43 |
| 2022-08-07 | remove Clean trait implementation for ty::Predicate | Guillaume Gomez | -22/+23 |