about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2021-04-12rustdoc: hide fields of structs/unions > 5Manish Goregaokar-7/+30
2021-04-12rustdoc: hide variants of enums > 5Manish Goregaokar-0/+24
2021-04-12rustdoc: Stop hiding entire item declarationsManish Goregaokar-12/+1
2021-04-06Rollup merge of #82963 - camelid:move-sharedcontext, r=GuillaumeGomezDylan DPC-83/+77
2021-04-05Move `SharedContext` to `context.rs`Camelid-83/+77
2021-04-06Rollup merge of #83835 - notriddle:sort-index, r=ollie27Yuki Okushi-9/+23
2021-04-05Rollup merge of #83826 - slightlyoutofphase:rustdoc-sidebar-order-shuffle, r=...Dylan DPC-7/+8
2021-04-05Update Source Serif to release 4.004Trevor Spiteri-4/+4
2021-04-04Get rid of unneeded `aliases` fieldMichael Howell-2/+6
2021-04-04Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelidDylan DPC-23/+2
2021-04-03rustdoc: sort search index items for compressionMichael Howell-7/+17
2021-04-03Remove unneeded INITIAL_IDS constGuillaume Gomez-23/+2
2021-04-03Remove trailing whitespaceSlightlyOutOfPhase-1/+1
2021-04-03List trait impls before methods from deref in the sidebar of Rustdoc's outputSlightlyOutOfPhase-7/+8
2021-04-04Rollup merge of #83756 - camelid:internal-rename-doc-spotlight, r=GuillaumeGomezYuki Okushi-11/+13
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-11/+13
2021-04-02Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-SimulacrumDylan DPC-134/+178
2021-03-31Fix `--external-css` to be invocation-specific and note main.js should be inv...Joshua Nelson-1/+10
2021-03-31Add a button to copy the "use statement"Guillaume Gomez-0/+1
2021-03-31Rename CrateSpecific -> InvocationSpecificJoshua Nelson-7/+7
2021-03-31Enforce that Toolchain files are static and Crate files are dynamicJoshua Nelson-28/+35
2021-03-26Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514Dylan DPC-0/+2
2021-03-25Add unstable option to only emit shared/crate-specific filesJoshua Nelson-12/+40
2021-03-25Add SharedResource abstraction and use it in write_sharedJoshua Nelson-115/+115
2021-03-24Split clean::Constant enum into a struct and an enumGuillaume Gomez-1/+1
2021-03-24Store tcx and cache when they are used multiple times instead of calling func...Guillaume Gomez-58/+66
2021-03-24Rework rustdoc const typeGuillaume Gomez-100/+126
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-0/+2
2021-03-24Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514Dylan DPC-33/+27
2021-03-24Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpi...Dylan DPC-4/+4
2021-03-23Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514bors-6/+6
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-33/+27
2021-03-23Use &str instead of StringGuillaume Gomez-3/+3
2021-03-23Fix sidebar trait items sortGuillaume Gomez-3/+3
2021-03-23Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157Yuki Okushi-56/+5
2021-03-23Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Yuki Okushi-2/+3
2021-03-22Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomezbors-18/+26
2021-03-21Rename `clean::Span::span()` to `clean::Span::inner()`Camelid-1/+1
2021-03-21Rename `clean::Item.source` to `span`Camelid-6/+6
2021-03-10rustdoc: tweak the search index formatMichael Howell-23/+54
2021-03-09Simplify some of the rendering code in the indexMichael Howell-5/+1
2021-03-09Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomezbors-43/+71
2021-03-07Avoid temporary allocations in `render_assoc_item`Joshua Nelson-18/+26
2021-03-07Update Source Code Pro and include italicsTrevor Spiteri-2/+3
2021-03-07Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomezYuki Okushi-15/+25
2021-03-05Undo addition of boxesCamelid-7/+7
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-6/+15
2021-03-05Box some fields to reduce `Context` sizeCamelid-5/+5
2021-03-05Don't share `id_map` and `deref_id_map`Camelid-21/+20
2021-03-05rustdoc: Add static size assertion for `Context`Camelid-0/+4