summary refs log tree commit diff
path: root/src/librustdoc/json/mod.rs
AgeCommit message (Expand)AuthorLines
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