| 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 | -1/+1 |
| 2021-11-24 | Remove `ResolvedPath.did` | Noah Lev | -1/+1 |
| 2021-11-19 | rustdoc: Record aliases as Symbols | Noah Lev | -1/+1 |
| 2021-11-14 | Auto merge of #90757 - GuillaumeGomez:search-index-performance, r=camelid | bors | -4/+0 |
| 2021-11-14 | Auto merge of #90883 - matthiaskrgr:rollup-iu9k5pe, r=matthiaskrgr | bors | -1/+0 |
| 2021-11-13 | Auto merge of #90385 - mfrw:mfrw/librustdoc, r=GuillaumeGomez | bors | -12/+23 |
| 2021-11-12 | Use an empty Vec instead of Option<Vec> | Michael Howell | -1/+0 |
| 2021-11-12 | Rollup merge of #90795 - GuillaumeGomez:more-search-index-comments, r=notriddle | Matthias Krüger | -2/+13 |
| 2021-11-12 | Add more comments to explain the code to generate the search index | Guillaume Gomez | -2/+13 |
| 2021-11-12 | Remove unneeded FIXME: after testing the suggested changes, we reached the co... | Guillaume Gomez | -4/+0 |
| 2021-11-11 | Use `Iterator::collect` instead of calling `Vec::push` in a loop | Michael Howell | -23/+26 |
| 2021-11-11 | librustdoc: revert use of def_id for one of the edge case | Muhammad Falak R Wani | -5/+10 |
| 2021-11-10 | Remove potential useless data for search index | Guillaume Gomez | -39/+46 |
| 2021-11-05 | rustdoc: use Type::def_id() instead of Type::def_id_no_primitives() | Muhammad Falak R Wani | -21/+27 |
| 2021-10-31 | Auto merge of #90391 - camelid:crate-size, r=jyn514 | bors | -1/+1 |
| 2021-10-30 | rustdoc: Remove `Crate.name` and instead compute it on-demand | Noah Lev | -1/+1 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -75/+95 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -7/+10 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -13/+13 |
| 2021-10-22 | Rename `Type::def_id()` to `Type::def_id_no_primitives()` | Noah Lev | -4/+9 |
| 2021-10-22 | Replace `GetDefId` with inherent methods | Noah Lev | -3/+1 |
| 2021-10-02 | Replace all uses of `path.res.def_id()` with `path.def_id()` | Noah Lev | -1/+1 |
| 2021-09-30 | Use `Path` instead of `Type` in `PolyTrait` | Noah Lev | -9/+7 |
| 2021-09-29 | Remove Never variant from clean::Type enum | Guillaume Gomez | -1/+0 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -1/+1 |
| 2021-07-01 | fix(rustdoc): generics search | Michael Howell | -0/+18 |
| 2021-06-26 | Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez | bors | -0/+1 |
| 2021-06-24 | chore(rustdoc): remove unused members of RenderType | Michael Howell | -25/+5 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -0/+1 |
| 2021-06-18 | Resolve intra-doc links in summary desc | Michael Howell | -4/+9 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -4/+4 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -5/+5 |
| 2021-04-28 | added methods src_root and location to External crate, remove extern_location... | Timothée Delabrouille | -45/+2 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -2/+1 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -3/+6 |
| 2021-04-23 | Use ItemType in cache | Joshua Nelson | -5/+5 |
| 2021-04-22 | Remove `name` field from ExternalCrate | Joshua Nelson | -1/+2 |
| 2021-04-04 | Get rid of unneeded `aliases` field | Michael Howell | -2/+6 |
| 2021-04-03 | rustdoc: sort search index items for compression | Michael Howell | -7/+16 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -5/+2 |
| 2021-03-10 | rustdoc: tweak the search index format | Michael Howell | -6/+54 |
| 2021-02-05 | Remove unused cache argument | Guillaume Gomez | -12/+9 |
| 2021-02-05 | Improve code | Guillaume Gomez | -1/+1 |
| 2021-02-05 | Improve html::render::cache::get_real_types code | Guillaume Gomez | -3/+125 |
| 2021-02-05 | Remove Function all_types and ret_types fields | Guillaume Gomez | -13/+19 |
| 2021-02-03 | Rollup merge of #81679 - GuillaumeGomez:clean-fixme-match-bind, r=poliorcetic... | Guillaume Gomez | -2/+10 |
| 2021-02-02 | Bind all clean::Type variants and remove FIXME | Guillaume Gomez | -2/+10 |
| 2021-02-01 | Put back primitives in search | Guillaume Gomez | -1/+1 |
| 2021-01-27 | Apply review comments and improve code | Guillaume Gomez | -1/+1 |