summary refs log tree commit diff
path: root/src/librustdoc/json
AgeCommit message (Expand)AuthorLines
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
2020-07-30Update driver to add json backendJoseph Ryan-0/+47