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