| Age | Commit message (Expand) | Author | Lines |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -9/+10 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -12/+10 |
| 2021-11-25 | Clean up `clean` re-exports | Noah Lev | -10/+8 |
| 2021-11-24 | Update comment | Noah Lev | -1/+1 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -7/+8 |
| 2021-11-24 | Use `path.def_id()` in `Type::inner_def_id()` | Noah Lev | -1/+1 |
| 2021-11-24 | Return the actual `DefId` for assoc. items in `register_res` | Noah Lev | -10/+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 | -74/+41 |
| 2021-11-21 | Auto merge of #91073 - camelid:small-cleanups, r=jyn514 | bors | -4/+8 |
| 2021-11-20 | Auto merge of #91066 - camelid:externs, r=jyn514,GuillaumeGomez | bors | -13/+3 |
| 2021-11-19 | rustdoc: Move doc-reachability visiting back to cleaning | Noah Lev | -0/+6 |
| 2021-11-19 | rustdoc: Record aliases as Symbols | Noah Lev | -4/+4 |
| 2021-11-19 | rustdoc: Add static size assertion for DocFragment | Noah Lev | -0/+4 |
| 2021-11-19 | rustdoc: Remove `Crate.externs` and compute on-demand instead | Noah Lev | -18/+2 |
| 2021-11-18 | rustdoc: Remove unused `DocFragment.line` field | Noah Lev | -5/+0 |
| 2021-11-19 | Rollup merge of #91002 - petrochenkov:nosynth, r=davidtwco | Yuki Okushi | -19/+6 |
| 2021-11-19 | Rollup merge of #90750 - camelid:rm-tuple-impls-1, r=jyn514 | Yuki Okushi | -18/+33 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -19/+6 |
| 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 | -13/+9 |
| 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/+5 |
| 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 | -6/+10 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -2/+2 |
| 2021-11-09 | Replace where-bounded Clean impl with function | Noah Lev | -13/+17 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -2/+3 |
| 2021-11-08 | Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomez | bors | -93/+124 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -12/+0 |
| 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 | -49/+47 |
| 2021-11-07 | Remove Clean impl for `IndexVec<T>` | Noah Lev | -8/+1 |
| 2021-11-07 | Remove Clean impl for `Option<T>` | Noah Lev | -11/+5 |
| 2021-11-07 | rustdoc: Use `ty::ImplPolarity` instead of custom enum | Noah Lev | -25/+6 |
| 2021-11-07 | Use an enum to record polarity in `clean::Impl` | Noah Lev | -13/+20 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -13/+46 |
| 2021-11-06 | rustdoc: Remove redundant `Impl.span` field | Noah Lev | -11/+13 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -2/+3 |
| 2021-11-05 | rustdoc: clippy::complexity fixes | Matthias Krüger | -4/+3 |
| 2021-11-02 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -3/+6 |
| 2021-10-31 | Merge `DocContext.{ty,lt,ct}_substs` into one map | Noah Lev | -10/+38 |
| 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-30 | rustdoc: Stop sorting external crates | Noah Lev | -2/+1 |
| 2021-10-30 | rustdoc: Remove `Crate.name` and instead compute it on-demand | Noah Lev | -3/+4 |