| Age | Commit message (Expand) | Author | Lines |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+1 |
| 2021-07-05 | rustdoc: Use `impl_id` and `for_` DefId's for Blanket item id | Justus K | -2/+2 |
| 2021-07-05 | rustdoc: Add `PrimitiveType` to `ItemId::Primitive` | Justus K | -1/+1 |
| 2021-07-05 | rustdoc: Convert new ItemId's to real Json Ids | Justus K | -3/+18 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -11/+10 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -10/+11 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -14/+12 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -4/+25 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in trait objects | Justus K | -1/+1 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in front of where bound | Justus K | -1/+2 |
| 2021-06-09 | Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obk | Yuki Okushi | -1/+3 |
| 2021-06-05 | Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2021-06-03 | rustdoc- Show defaults on const generics | Ellen | -1/+3 |
| 2021-05-20 | Remove `PrimitiveType::as_str` | Joshua Nelson | -1/+1 |
| 2021-05-19 | rustdoc: render `<Self as X>::Y` type casts properly | Justus K | -1/+1 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -3/+2 |
| 2021-05-14 | Box `Impl.blanket_impl` to reduce size | Noah Lev | -1/+1 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -12/+11 |
| 2021-05-05 | Make local_path in RealFileName::Remapped Option to be removed in exported me... | Andy Wang | -7/+11 |
| 2021-05-05 | Rename RealFileName::Named to LocalPath and Devirtualized to Remapped | Andy Wang | -6/+1 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -8/+14 |
| 2021-04-30 | Remove unnecessary `provided_trait_methods` field from Impl | Joshua Nelson | -1/+1 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -1/+1 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -1/+1 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -2/+3 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -1/+2 |
| 2021-04-23 | rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::... | Joshua Nelson | -19/+17 |
| 2021-04-06 | Store links in Cache instead of on items directly | Joshua Nelson | -7/+11 |
| 2021-03-26 | Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514 | Dylan DPC | -1/+2 |
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -1/+1 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -143/+175 |
| 2021-03-24 | Don't call `item` on modules for json renderer | Nixon Enraght-Moony | -1/+2 |
| 2021-03-21 | rustdoc-json: Rename `Import.span` to `Import.source` | Camelid | -2/+2 |
| 2021-03-21 | Rename `rustdoc_json_types::Item.source` to `span` | Camelid | -1/+1 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -2/+2 |
| 2021-03-06 | Remove Item::kind, use tagged enum. Rename variants to match | Rune Tynan | -27/+25 |
| 2021-03-05 | Refactor from_clean_item_kind to improve ExternCrateItem handling | Guillaume Gomez | -8/+7 |
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran... | Guillaume Gomez | -29/+33 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -1/+1 |
| 2021-02-17 | avoid converting types into themselves (clippy::useless_conversion) | Matthias Krüger | -1/+1 |
| 2021-02-14 | Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 | Dylan DPC | -10/+26 |
| 2021-02-12 | Modifiers -> Qualifiers | Rune Tynan | -5/+5 |
| 2021-02-12 | Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514 | Yuki Okushi | -46/+44 |
| 2021-02-11 | clean up clean::Static struct | Guillaume Gomez | -46/+44 |
| 2021-02-08 | Allow default hash types in conversion | Rune Tynan | -0/+2 |
| 2021-02-08 | Vec -> HashSet | Rune Tynan | -7/+10 |
| 2021-02-08 | Make `header` a vec of modifiers, make FunctionPointer consistent with Functi... | Rune Tynan | -10/+21 |
| 2021-02-07 | Auto merge of #81502 - CraftSpider:method-abi, r=jyn514 | bors | -0/+1 |
| 2021-02-06 | Remove accidentally left-behind git mark | Rune Tynan | -1/+0 |
| 2021-02-05 | Add abi field to `Method` | Rune Tynan | -0/+2 |