about summary refs log tree commit diff
path: root/src/librustdoc/json
AgeCommit message (Expand)AuthorLines
2021-02-05Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514Mara Bos-5/+4
2021-01-28Remove struct_type from union output and bump formatRune Tynan-5/+4
2021-01-28Fix has_body for trait methodsRune Tynan-11/+9
2021-01-27Update crate name and add READMERune Tynan-2/+2
2021-01-27Simplify conversionRune Tynan-8/+1
2021-01-27Allow rustc::default_hash_types in the offending statementRune Tynan-0/+3
2021-01-27Split JSON into separately versioned crateRune Tynan-546/+54
2021-01-27More cleanupGuillaume Gomez-6/+3
2021-01-27Update to new rustdoc APIsGuillaume Gomez-1/+1
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-40/+40
2021-01-23Rollup merge of #81275 - jyn514:time-render, r=wesleywiserJonas Schievink-0/+4
2021-01-23Add more timing info to render_htmlJoshua Nelson-0/+4
2021-01-22Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514Mara Bos-9/+9
2021-01-22Rollup merge of #81225 - CraftSpider:json-opt-docs, r=jyn514Mara Bos-4/+5
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-3/+3
2021-01-21Bump format versionRune Tynan-1/+1
2021-01-20Add explanation of None vs Some("")Rune Tynan-1/+2
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/+6
2021-01-20Make 'docs' optionalRune Tynan-2/+2
2021-01-19Remove unnecessary `after_run` functionJoshua Nelson-5/+6
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-4/+4
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-11/+15
2020-12-18Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514bors-7/+12
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-7/+12
2020-12-17Make it compileJoshua Nelson-11/+14
2020-12-17[tmp] Pass `TyCtxt` through to the render backendJoshua Nelson-2/+3
2020-12-17Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomezGuillaume Gomez-1/+1
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-15Use `Symbol`s for crate namesJoshua Nelson-1/+1
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-23/+25
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-4/+7
2020-12-12Pass Session into rendererJoshua Nelson-0/+3
2020-12-05Use true ID for def_id.Nixon Enraght-Moony-40/+45
2020-12-01Discard `const_stability`Nixon Enraght-Moony-0/+1
2020-12-01Address review comments.Nixon Enraght-Moony-49/+48
2020-12-01Add json backendJoseph Ryan-16/+1296
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-1/+1