about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2022-11-19rustdoc: use real buttons for scrape examples controlsMichael Howell-1/+1
2022-11-17rustdoc: use `code-header` class to format enum variantsMichael Howell-15/+16
2022-11-13Rollup merge of #104177 - notriddle:notriddle/js-notable-trait-v2, r=Guillaum...Yuki Okushi-4/+2
2022-11-13Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=GuillaumeGomezYuki Okushi-4/+1
2022-11-12rustdoc: avoid excessive HTML generated in example sourcesMichael Howell-5/+1
2022-11-11rustdoc: use consistent "popover" styling for notable traitsMichael Howell-4/+2
2022-11-11rustdoc: fix HTML validation failure by escaping `data-ty`Michael Howell-2/+2
2022-11-09rustdoc: sort output to make it deterministicMichael Howell-1/+2
2022-11-07rustdoc: use javascript to layout notable traits popupsMichael Howell-59/+122
2022-11-07rustdoc: refactor `notable_traits_decl` to just act on the type directlyMichael Howell-68/+72
2022-11-05Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomezMatthias Krüger-264/+60
2022-11-03Remove rustdoc clean::Visibility typeGuillaume Gomez-22/+27
2022-10-31rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`Michael Howell-5/+6
2022-10-30Make rustdoc Item::visibility computed on-demandGuillaume Gomez-35/+43
2022-10-29Generate static file hashes onceJacob Hoffman-Andrews-6/+5
2022-10-29Make --static-root-path point to static.filesJacob Hoffman-Andrews-5/+8
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-263/+57
2022-10-29Fix z-indexes of code example feature and cleanup its CSSGuillaume Gomez-5/+1
2022-10-27Rollup merge of #103432 - jsha:box-is-not-notable, r=GuillaumeGomezYuki Okushi-0/+9
2022-10-23rustdoc: don't mark Box<T> as Iterator, Read, etcJacob Hoffman-Andrews-0/+9
2022-10-19Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomezMatthias Krüger-1/+1
2022-10-19Avoid cloning `RenderOptions`.Nicholas Nethercote-2/+1
2022-10-18rustdoc: remove class name `location` from sidebar sibling navMichael Howell-1/+1
2022-10-17Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomezMatthias Krüger-7/+1
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-0/+34
2022-10-15rustdoc: remove unused HTML class `sidebar-title`Michael Howell-7/+1
2022-10-10Remove outdated commentMichael Howell-1/+0
2022-10-10rustdoc: remove unneeded `<div>` wrapper from sidebar DOMMichael Howell-16/+7
2022-10-08rustdoc: remove weird `<a href="#">` wrapper around unsafe triangleMichael Howell-1/+1
2022-10-06rustdoc: remove unused HTML `class="item-list"`Michael Howell-4/+4
2022-10-05rustdoc: remove unused CSS class `in-band`Michael Howell-14/+4
2022-09-30rustdoc: add missing margin to no-docblock trait itemsMichael Howell-2/+2
2022-09-29Rollup merge of #102447 - notriddle:notriddle/method-toggle, r=jshaMichael Howell-1/+1
2022-09-28rustdoc: add method spacing to trait methodsMichael Howell-1/+1
2022-09-27rustdoc: remove `clean::TraitWithExtraInfo`Michael Howell-3/+8
2022-09-25rustdoc: clean up `.out-of-band`/`.in-band` CSSMichael Howell-1/+1
2022-09-23Rollup merge of #102158 - notriddle:notriddle/stab-p, r=GuillaumeGomezMatthias Krüger-9/+4
2022-09-22rustdoc: clean up CSS/DOM for deprecation warningsMichael Howell-9/+4
2022-09-22Improve some AllTypes fields nameGuillaume Gomez-10/+12
2022-09-22Rollup merge of #102054 - GuillaumeGomez:sidebar-all-page, r=notriddleYuki Okushi-44/+104
2022-09-20Unify generation of section on "All items" page with all other pagesGuillaume Gomez-18/+18
2022-09-20Generate sidebar elements for the "All items" pageGuillaume Gomez-26/+86
2022-09-19rustdoc: remove `docblock` class from `item-decl`Michael Howell-15/+15
2022-09-16rustdoc: clean up CSS for All Items and All Crates listsMichael Howell-20/+19
2022-09-15rustdoc: use more precise URLs for jump-to-definition linksMichael Howell-0/+30
2022-09-05Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkovbors-18/+16
2022-09-05Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obkDylan DPC-3/+3
2022-09-05Make `hir::PathSegment::hir_id` non-optional.Nicholas Nethercote-18/+16
2022-09-03Rustdoc-Json: Add enum discriminantNixon Enraght-Moony-1/+2
2022-09-03more clippy::perf fixesMatthias Krüger-3/+3