| Age | Commit message (Expand) | Author | Lines |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -2/+2 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -4/+3 |
| 2021-11-25 | Clean up `clean` re-exports | Noah Lev | -5/+0 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -2/+2 |
| 2021-11-23 | Auto merge of #91094 - inquisitivecrystal:rustdoc-top-mod, r=jyn514 | bors | -2/+13 |
| 2021-11-21 | Auto merge of #90844 - camelid:cleanup-vis, r=jyn514 | bors | -64/+38 |
| 2021-11-19 | Rollup merge of #91002 - petrochenkov:nosynth, r=davidtwco | Yuki Okushi | -4/+2 |
| 2021-11-19 | Rollup merge of #90750 - camelid:rm-tuple-impls-1, r=jyn514 | Yuki Okushi | -18/+32 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -4/+2 |
| 2021-11-17 | rustdoc: Cleanup visibility cleaning some more | Noah Lev | -52/+31 |
| 2021-11-17 | rustdoc: Remove Clean impl for `hir::Visibility` | Noah Lev | -26/+18 |
| 2021-11-17 | rustdoc: Clean `Visibility` outside of `display_macro_source` | Noah Lev | -3/+6 |
| 2021-11-16 | Avoid documenting top-level private imports | inquisitivecrystal | -2/+13 |
| 2021-11-13 | Delete rustdoc::doctree | hi-rustin | -2/+2 |
| 2021-11-09 | Add comments ensuring that generics are cleaned before args | Noah Lev | -0/+4 |
| 2021-11-09 | Remove unnecessary reborrows | Noah Lev | -2/+5 |
| 2021-11-09 | Remove where bound from `clean_fn_decl_with_args` | Noah Lev | -16/+19 |
| 2021-11-09 | Use computed visibility in rustdoc | inquisitivecrystal | -4/+8 |
| 2021-11-09 | Replace where-bounded Clean impl with function | Noah Lev | -13/+17 |
| 2021-11-08 | Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomez | bors | -93/+95 |
| 2021-11-07 | Remove Clean impl for `&T` | Noah Lev | -7/+1 |
| 2021-11-07 | Remove unused Clean impl for `Rc<T>` | Noah Lev | -7/+0 |
| 2021-11-07 | Remove Clean impl for `Vec<T>` | Noah Lev | -41/+41 |
| 2021-11-07 | Remove Clean impl for `IndexVec<T>` | Noah Lev | -7/+0 |
| 2021-11-07 | Remove Clean impl for `Option<T>` | Noah Lev | -10/+4 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -13/+1 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -6/+6 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -2/+1 |
| 2021-11-06 | rustdoc: Remove redundant `Impl.span` field | Noah Lev | -1/+0 |
| 2021-11-05 | rustdoc: clippy::complexity fixes | Matthias Krüger | -4/+3 |
| 2021-10-31 | Merge `DocContext.{ty,lt,ct}_substs` into one map | Noah Lev | -10/+9 |
| 2021-10-31 | Reduce rightward drift | Noah Lev | -78/+74 |
| 2021-10-31 | Extract function for expanding private type aliases | Noah Lev | -91/+98 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -2/+2 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -27/+23 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -1/+2 |
| 2021-10-22 | Rename `Type::def_id_full()` to `Type::def_id()` | Noah Lev | -2/+2 |
| 2021-10-22 | Use `def_id_full()` where easily possible | Noah Lev | -2/+2 |
| 2021-10-22 | Revert def_id addition from clean::Function, add test for | Will Crichton | -7/+2 |
| 2021-10-18 | rustdoc: Box `ty` field of `GenericParamDefKind::Const` | Noah Lev | -2/+2 |
| 2021-10-18 | rustdoc: Box `default` fields of `GenericParamDefKind` | Noah Lev | -4/+4 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -42/+26 |
| 2021-10-06 | Add target crates as inputs to reduce size of intermediates | Will Crichton | -14/+15 |
| 2021-10-06 | Incorporate jyn's feedback | Will Crichton | -14/+10 |
| 2021-10-06 | Add updated support for example-analyzer | Will Crichton | -16/+25 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -1/+1 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -1/+1 |
| 2021-10-03 | Fix a place that used the old `Path` representation | Noah Lev | -2/+1 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -1/+1 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -2/+2 |