about summary refs log tree commit diff
path: root/src/librustdoc/json/conversions.rs
AgeCommit message (Expand)AuthorLines
2021-07-25Add generic arg inferkadmin-0/+1
2021-07-05rustdoc: Use `impl_id` and `for_` DefId's for Blanket item idJustus K-2/+2
2021-07-05rustdoc: Add `PrimitiveType` to `ItemId::Primitive`Justus K-1/+1
2021-07-05rustdoc: Convert new ItemId's to real Json IdsJustus K-3/+18
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-11/+10
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-10/+11
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-14/+12
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-4/+25
2021-06-18rustdoc: Render `for<'_>` lifetimes in trait objectsJustus K-1/+1
2021-06-18rustdoc: Render `for<'_>` lifetimes in front of where boundJustus K-1/+2
2021-06-09Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obkYuki Okushi-1/+3
2021-06-05Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomezYuki Okushi-1/+1
2021-06-03rustdoc- Show defaults on const generics Ellen-1/+3
2021-05-20Remove `PrimitiveType::as_str`Joshua Nelson-1/+1
2021-05-19rustdoc: render `<Self as X>::Y` type casts properlyJustus K-1/+1
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-3/+2
2021-05-14Box `Impl.blanket_impl` to reduce sizeNoah Lev-1/+1
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-12/+11
2021-05-05Make local_path in RealFileName::Remapped Option to be removed in exported me...Andy Wang-7/+11
2021-05-05Rename RealFileName::Named to LocalPath and Devirtualized to RemappedAndy Wang-6/+1
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-8/+14
2021-04-30Remove unnecessary `provided_trait_methods` field from ImplJoshua Nelson-1/+1
2021-04-27cfg taken out of Attributes, put in ItemTimothée Delabrouille-1/+1
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-1/+1
2021-04-24Get rid of `item.span`Joshua Nelson-2/+3
2021-04-24Do the hard part firstJoshua Nelson-1/+2
2021-04-23rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::...Joshua Nelson-19/+17
2021-04-06Store links in Cache instead of on items directlyJoshua Nelson-7/+11
2021-03-26Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514Dylan DPC-1/+2
2021-03-24Split clean::Constant enum into a struct and an enumGuillaume Gomez-1/+1
2021-03-24Rework rustdoc const typeGuillaume Gomez-143/+175
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-1/+2
2021-03-21rustdoc-json: Rename `Import.span` to `Import.source`Camelid-2/+2
2021-03-21Rename `rustdoc_json_types::Item.source` to `span`Camelid-1/+1
2021-03-21Rename `clean::Item.source` to `span`Camelid-2/+2
2021-03-06Remove Item::kind, use tagged enum. Rename variants to matchRune Tynan-27/+25
2021-03-05Refactor from_clean_item_kind to improve ExternCrateItem handlingGuillaume Gomez-8/+7
2021-03-05Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...Guillaume Gomez-29/+33
2021-02-23Remove is_spotlight field from `Trait`Guillaume Gomez-1/+1
2021-02-17avoid converting types into themselves (clippy::useless_conversion)Matthias Krüger-1/+1
2021-02-14Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514Dylan DPC-10/+26
2021-02-12Modifiers -> QualifiersRune Tynan-5/+5
2021-02-12Rollup merge of #82004 - GuillaumeGomez:clean-static-struct, r=jyn514Yuki Okushi-46/+44
2021-02-11clean up clean::Static structGuillaume Gomez-46/+44
2021-02-08Allow default hash types in conversionRune Tynan-0/+2
2021-02-08Vec -> HashSetRune Tynan-7/+10
2021-02-08Make `header` a vec of modifiers, make FunctionPointer consistent with Functi...Rune Tynan-10/+21
2021-02-07Auto merge of #81502 - CraftSpider:method-abi, r=jyn514bors-0/+1
2021-02-06Remove accidentally left-behind git markRune Tynan-1/+0
2021-02-05Add abi field to `Method`Rune Tynan-0/+2