about summary refs log tree commit diff
path: root/src/librustdoc/json/conversions.rs
AgeCommit message (Expand)AuthorLines
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
2021-02-05Remove Function all_types and ret_types fieldsGuillaume Gomez-2/+2
2021-02-05Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514Mara Bos-4/+3
2021-01-28Remove struct_type from union output and bump formatRune Tynan-4/+3
2021-01-28Fix has_body for trait methodsRune Tynan-11/+9
2021-01-27Update crate name and add READMERune Tynan-1/+1
2021-01-27Split JSON into separately versioned crateRune Tynan-46/+37
2021-01-22Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514Mara Bos-9/+8
2021-01-20Remove StructType entirely and replace it with CtorKindRune Tynan-6/+6
2021-01-20Move StructType to clean, remove it from Unions, make JSON output whether som...Rune Tynan-6/+5
2021-01-20Make 'docs' optionalRune Tynan-1/+1
2021-01-15Rename VariantKind -> VariantJoshua Nelson-3/+3
2021-01-15Remove useless `clean::Variant` structJoshua Nelson-3/+3
2021-01-09Replace under-used ImplPolarity enum with a booleanGuillaume Gomez-2/+2
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-2/+2
2020-12-23Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomezbors-15/+13
2020-12-23Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomezbors-11/+2
2020-12-18Auto merge of #80154 - GuillaumeGomez:str-to-symbol, r=jyn514bors-1/+4
2020-12-18Remove `DefPath` from `Visibility` and calculate it on demandJoshua Nelson-15/+13
2020-12-18Calculate stability, const_stability, and deprecation on-demandJoshua Nelson-11/+2
2020-12-18Continue String to Symbol conversion in rustdocGuillaume Gomez-1/+4
2020-12-18Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomezbors-4/+4
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-7/+12
2020-12-17Make it compileJoshua Nelson-4/+4
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-5/+9
2020-12-16Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomezbors-4/+5
2020-12-14Switch to Symbol for item.nameJoshua Nelson-1/+1
2020-12-14Get rid of `clean::Deprecation`Joshua Nelson-4/+5
2020-12-12Fix the JSON backendJoshua Nelson-21/+21