| Age | Commit message (Expand) | Author | Lines |
| 2022-08-08 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -5/+32 |
| 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 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-04 | Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomez | bors | -1/+1 |
| 2022-03-03 | make generic projection types print correctly | Michael Goulet | -1/+1 |
| 2022-03-01 | Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelid | Dylan DPC | -1/+1 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+1 |
| 2022-01-26 | Don't use is_local to determine function cleaning method call intent | Rune Tynan | -1/+1 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -6/+3 |
| 2022-01-09 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -1/+2 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -1/+1 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -1/+2 |
| 2022-01-01 | Rustdoc: use ThinVec for GenericArgs bindings | Jakub Beránek | -1/+2 |
| 2021-12-23 | Rustdoc: use `is_doc_hidden` method on more places | Jakub Beránek | -4/+4 |
| 2021-12-18 | hir: Do not introduce dummy type names for `extern` blocks in def paths | Vadim Petrochenkov | -3/+3 |
| 2021-12-03 | Remove a Clean impl for a tuple (7) | Noah Lev | -3/+3 |
| 2021-12-03 | Remove a Clean impl for a tuple (3) | Noah Lev | -10/+13 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -7/+4 |
| 2021-11-21 | Auto merge of #90844 - camelid:cleanup-vis, r=jyn514 | bors | -7/+2 |
| 2021-11-19 | Rollup merge of #90750 - camelid:rm-tuple-impls-1, r=jyn514 | Yuki Okushi | -0/+1 |
| 2021-11-17 | rustdoc: Clean `Visibility` outside of `display_macro_source` | Noah Lev | -7/+2 |
| 2021-11-09 | Add comments ensuring that generics are cleaned before args | Noah Lev | -0/+1 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -2/+2 |
| 2021-11-07 | Remove Clean impl for `Vec<T>` | Noah Lev | -6/+4 |
| 2021-11-07 | Remove Clean impl for `IndexVec<T>` | Noah Lev | -1/+1 |
| 2021-11-07 | Remove Clean impl for `Option<T>` | Noah Lev | -1/+1 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -1/+1 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -1/+1 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -3/+4 |
| 2021-11-06 | rustdoc: Remove redundant `Impl.span` field | Noah Lev | -1/+0 |
| 2021-10-27 | Improve perf measurements of `build_extern_trait_impl` | Noah Lev | -0/+2 |
| 2021-10-22 | Fix another place that used `def_id_no_primitives()` | Noah Lev | -1/+1 |
| 2021-10-22 | Rename `Type::def_id_full()` to `Type::def_id()` | Noah Lev | -2/+2 |