| Age | Commit message (Expand) | Author | Lines |
| 2022-01-03 | Auto merge of #92395 - Kobzol:rustdoc-bindings-thin-vec, r=camelid | bors | -3/+4 |
| 2022-01-01 | Rustdoc: use ThinVec for GenericArgs bindings | Jakub Beránek | -3/+4 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -3/+3 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-18 | Remove `collapsed` field | Joshua Nelson | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-12 | don't alloc Path and mutate it inplace | klensy | -10/+5 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -3/+1 |
| 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-24 | Update comment | Noah Lev | -1/+1 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -3/+4 |
| 2021-11-24 | Return the actual `DefId` for assoc. items in `register_res` | Noah Lev | -10/+2 |
| 2021-11-21 | Auto merge of #90844 - camelid:cleanup-vis, r=jyn514 | bors | -3/+1 |
| 2021-11-19 | rustdoc: Move doc-reachability visiting back to cleaning | Noah Lev | -0/+6 |
| 2021-11-19 | rustdoc: Remove `Crate.externs` and compute on-demand instead | Noah Lev | -16/+1 |
| 2021-11-17 | rustdoc: Clean `Visibility` outside of `display_macro_source` | Noah Lev | -3/+1 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -2/+3 |
| 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 | -2/+0 |
| 2021-10-30 | rustdoc: Remove `Crate.src` and instead compute it on-demand | Noah Lev | -2/+0 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -8/+8 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -36/+4 |
| 2021-10-03 | Rename `strip_path` to `strip_path_generics` | Noah Lev | -1/+2 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -34/+2 |
| 2021-09-30 | Remove `Path.global` | Noah Lev | -2/+1 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -2/+1 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -15/+9 |
| 2021-09-11 | rustdoc: Cleanup a pattern match in `external_generic_args()` | Noah Lev | -3/+2 |
| 2021-09-11 | Remove unnecessary `is_trait` argument | Noah Lev | -6/+2 |
| 2021-09-11 | Fix redundant arguments in `external_path()` | Noah Lev | -21/+20 |
| 2021-09-11 | Remove unused `hir_id` parameter from `resolve_type` | Noah Lev | -2/+2 |
| 2021-09-11 | Create a valid `Res` in `external_path()` | Noah Lev | -4/+6 |
| 2021-09-11 | rustdoc: Get symbol for `TyParam` directly | Noah Lev | -1/+1 |
| 2021-09-09 | Remove unnecessary `Cache.*_did` fields | Noah Lev | -4/+0 |
| 2021-09-03 | rustdoc: Box `GenericArg::Const` to reduce enum size | Noah Lev | -1/+1 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -1/+1 |
| 2021-07-18 | Rollup merge of #86889 - jyn514:crate-cleanup, r=camelid | Yuki Okushi | -6/+6 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -11/+6 |
| 2021-07-13 | Remove trival `impl Clean for CrateNum` | Joshua Nelson | -2/+2 |
| 2021-07-13 | Remove unnecessary CrateNum from Cache.externs | Joshua Nelson | -5/+5 |
| 2021-07-07 | Unify macro source display | Guillaume Gomez | -0/+36 |
| 2021-07-05 | Auto merge of #86282 - camelid:macro_rules-matchers, r=jyn514 | bors | -16/+21 |
| 2021-07-03 | Pretty-print macro matchers instead of using source code | Noah Lev | -16/+21 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -1/+1 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -4/+14 |
| 2021-06-05 | Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth | bors | -1/+2 |
| 2021-06-05 | Rollup merge of #84942 - jyn514:channel-replace, r=Manishearth | Yuki Okushi | -0/+5 |
| 2021-06-05 | Rollup merge of #84880 - jyn514:cleanup-itemkind, r=GuillaumeGomez | Yuki Okushi | -20/+33 |