| Age | Commit message (Expand) | Author | Lines |
| 2022-05-24 | fix simple clippy lints | klensy | -1/+1 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -34/+34 |
| 2022-05-20 | Rollup merge of #96565 - notriddle:notriddle/impl-box, r=camelid | Guillaume Gomez | -1/+10 |
| 2022-05-10 | rustdoc: clean up method path index | Michael Howell | -9/+1 |
| 2022-05-09 | rustdoc: correct path to type alias methods | Michael Howell | -1/+2 |
| 2022-05-06 | Fix reexports missing from the search index | Guillaume Gomez | -1/+10 |
| 2022-04-29 | rustdoc: show implementations on `#[fundamental]` wrappers | Michael Howell | -1/+10 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -2/+2 |
| 2022-04-17 | Fix rustdoc duplicated blanket impls issue | Guillaume Gomez | -4/+39 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -2/+2 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -10/+10 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -7/+10 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+1 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -4/+2 |
| 2022-01-17 | fix #90187: Replace all def_id_no_primitives with def_id | zredb | -1/+1 |
| 2022-01-17 | fix #90187 | zredb | -1/+1 |
| 2022-01-17 | fix #90187 | zredb | -1/+1 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -12/+12 |
| 2021-12-27 | Give clearer names to several search index functions | Noah Lev | -2/+2 |
| 2021-12-27 | Move `ExternalLocation` to `clean::types` | Noah Lev | -2/+2 |
| 2021-12-27 | rustdoc: Remove some unnecessary `cache` parameters | Noah Lev | -1/+1 |
| 2021-12-27 | Rename `rustdoc::html::render::cache` to `search_index` | Noah Lev | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+2 |
| 2021-11-26 | Rename `Type::ResolvedPath` to `Type::Path` | Noah Lev | -6/+4 |
| 2021-11-25 | Stop re-exporting `Type::ResolvedPath` | Noah Lev | -3/+5 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -5/+5 |
| 2021-11-19 | rustdoc: Move doc-reachability visiting back to cleaning | Noah Lev | -3/+0 |
| 2021-11-19 | rustdoc: Merge visits of extern crates into one loop | Noah Lev | -14/+10 |
| 2021-11-19 | rustdoc: Remove `Crate.externs` and compute on-demand instead | Noah Lev | -5/+14 |
| 2021-11-19 | rustdoc: Pass DocContext to `Cache::populate` | Noah Lev | -17/+16 |
| 2021-11-13 | Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez | bors | -1/+1 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -0/+1 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -1/+1 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -1/+1 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -0/+1 |
| 2021-11-05 | rustdoc: use Type::def_id() instead of Type::def_id_no_primitives() | Muhammad Falak R Wani | -1/+1 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -0/+2 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -3/+5 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -2/+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/+4 |
| 2021-10-22 | Replace `GetDefId` with inherent methods | Noah Lev | -1/+1 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -20/+10 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -0/+2 |
| 2021-09-30 | Remove temporary `GetDefId` impl for `Path` | Noah Lev | -19/+9 |
| 2021-09-30 | Make `Impl.trait_` a `Path`, not a `Type` | Noah Lev | -1/+1 |
| 2021-09-12 | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 | Manish Goregaokar | -3/+0 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -12/+11 |
| 2021-09-09 | Remove unnecessary `Cache.*_did` fields | Noah Lev | -3/+0 |