about summary refs log tree commit diff
path: root/src/librustdoc/json/mod.rs
AgeCommit message (Expand)AuthorLines
2021-04-22Remove unnecessary `diag` parameter to `after_krate`Joshua Nelson-1/+1
2021-04-22Remove unnecessary `crate_name` parameter to `after_krate`Joshua Nelson-6/+2
2021-03-26Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514Dylan DPC-1/+5
2021-03-24Rework rustdoc const typeGuillaume Gomez-3/+7
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-1/+5
2021-03-24Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514Dylan DPC-2/+2
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-2/+2
2021-03-21Bump rustdoc-json format versionCamelid-1/+1
2021-03-21Rename `rustdoc_json_types::Item.source` to `span`Camelid-1/+1
2021-03-09Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomezbors-0/+4
2021-03-06Revert fmt version, add rustdoc-json-types to bootstrap testsRune Tynan-1/+1
2021-03-06Add roundtrip testing and bump format versionRune Tynan-1/+1
2021-03-06Remove Item::kind, use tagged enum. Rename variants to matchRune Tynan-5/+4
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-0/+4
2021-03-05Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...Guillaume Gomez-1/+1
2021-03-01Remove `krate.version`; fix `crate_version` in JSONJoshua Nelson-2/+2
2021-03-01Remove the dummy cache in `DocContext`Joshua Nelson-2/+1
2021-02-23Put clean::Trait extra information into a new struct to make it more coherentGuillaume Gomez-1/+2
2021-02-23Remove is_spotlight field from `Trait`Guillaume Gomez-1/+1
2021-02-16Make `Clean` take &mut DocContextJoshua Nelson-2/+2
2021-02-08Make `header` a vec of modifiers, make FunctionPointer consistent with Functi...Rune Tynan-1/+1
2021-01-28Remove struct_type from union output and bump formatRune Tynan-1/+1
2021-01-27Update crate name and add READMERune Tynan-1/+1
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-8/+17
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 #81225 - CraftSpider:json-opt-docs, r=jyn514Mara Bos-1/+1
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-3/+3
2021-01-21Bump format versionRune Tynan-1/+1
2021-01-19Remove unnecessary `after_run` functionJoshua Nelson-5/+6
2020-12-23Box ItemKind to reduce the size of `Item`Joshua Nelson-2/+2
2020-12-17Make it compileJoshua Nelson-7/+10
2020-12-17[tmp] Pass `TyCtxt` through to the render backendJoshua Nelson-2/+3
2020-12-15Use `Symbol`s for crate namesJoshua Nelson-1/+1
2020-12-12Fix the JSON backendJoshua Nelson-2/+4
2020-12-12Pass Session into rendererJoshua Nelson-0/+3
2020-12-05Use true ID for def_id.Nixon Enraght-Moony-1/+6
2020-12-01Address review comments.Nixon Enraght-Moony-9/+9
2020-12-01Add json backendJoseph Ryan-16/+207
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-1/+1
2020-07-30Update driver to add json backendJoseph Ryan-0/+47