| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-30 | rustdoc: Remove `Crate.src` and instead compute it on-demand | Noah Lev | -4/+7 |
| 2021-10-30 | rustdoc: Document that `Crate` is always local | Noah Lev | -0/+3 |
| 2021-10-29 | rustdoc: Add static size assertion for `clean::Crate` | Noah Lev | -0/+4 |
| 2021-10-27 | Improve perf measurements of `build_extern_trait_impl` | Noah Lev | -0/+2 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -65/+32 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -59/+55 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -1/+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 | -16/+16 |
| 2021-10-22 | Rename `Type::def_id()` to `Type::def_id_no_primitives()` | Noah Lev | -3/+7 |
| 2021-10-22 | Use `def_id_full()` where easily possible | Noah Lev | -4/+4 |
| 2021-10-22 | Replace `GetDefId` with inherent methods | Noah Lev | -25/+15 |
| 2021-10-22 | Remove unused impl of `GetDefId` for `Option<T>` | Noah Lev | -10/+0 |
| 2021-10-22 | Remove `GetDefId` impl for `FnRetTy` | Noah Lev | -11/+4 |
| 2021-10-22 | Revert def_id addition from clean::Function, add test for | Will Crichton | -9/+2 |
| 2021-10-21 | Remove unused impl of `GetDefId` for `Typedef` | Noah Lev | -10/+0 |
| 2021-10-21 | Fix docs for `inline::build_impl` | Noah Lev | -1/+1 |
| 2021-10-21 | Auto merge of #89998 - camelid:box-default, r=jyn514 | bors | -11/+15 |
| 2021-10-18 | rustdoc: Box `ty` field of `GenericParamDefKind::Const` | Noah Lev | -5/+5 |
| 2021-10-18 | rustdoc: Box `default` fields of `GenericParamDefKind` | Noah Lev | -8/+8 |
| 2021-10-18 | Rollup merge of #89989 - camelid:type-size, r=jyn514 | Matthias Krüger | -0/+4 |
| 2021-10-17 | Add static size assertion for `clean::GenericParamDef` | Noah Lev | -0/+4 |
| 2021-10-17 | Add static size assertion for `clean::Type` | Noah Lev | -0/+4 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -1/+1 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -362/+279 |
| 2021-10-08 | Auto merge of #89576 - tom7980:issue-89275-fix, r=estebank | bors | -1/+2 |
| 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 | -29/+12 |
| 2021-10-06 | Sort examples by size | Will Crichton | -0/+2 |
| 2021-10-06 | Factor scraping and rendering into separate calls to rustdoc | Will Crichton | -3/+3 |
| 2021-10-06 | Add updated support for example-analyzer | Will Crichton | -16/+38 |
| 2021-10-06 | Simplify AttributesExt::cfg function and remove error emissions since they ar... | Guillaume Gomez | -27/+10 |