about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2022-08-25rustdoc: remove unused CSS for `.variants_table`Michael Howell-8/+0
2022-08-25rustdoc: remove unused CSS for `.multi-column`Michael Howell-10/+0
2022-08-25Fix missing cfg propagation for reexportsGuillaume Gomez-2/+9
2022-08-25Rollup merge of #100960 - rust-lang:notriddle/ayu-span-code, r=GuillaumeGomezYuki Okushi-1/+1
2022-08-24Remove the extra DOM level if there is only one child in rightside elementsGuillaume Gomez-14/+37
2022-08-24rustdoc: ayu code color selector more specificMichael Howell-1/+1
2022-08-24Rollup merge of #100938 - notriddle:notriddle/fields-table, r=sanxiynMatthias Krüger-4/+0
2022-08-24Unify rightside renderingGuillaume Gomez-32/+12
2022-08-24Auto merge of #96869 - sunfishcode:main, r=joshtriplettbors-1/+1
2022-08-23rustdoc: remove unused CSS ruleMichael Howell-4/+0
2022-08-21Auto merge of #100847 - matthiaskrgr:rollup-0ga531s, r=matthiaskrgrbors-102/+151
2022-08-21Auto merge of #100645 - notriddle:notriddle/rustdoc-diet-plan, r=GuillaumeGomezbors-3/+8
2022-08-21Rollup merge of #100775 - GuillaumeGomez:reduce-span-v2, r=notriddleMatthias Krüger-102/+151
2022-08-20Rollup merge of #100718 - GuillaumeGomez:fix-item-info, r=jshaMatthias Krüger-4/+9
2022-08-20Fix hover and focus display for search results on ayu themeGuillaume Gomez-3/+4
2022-08-20Extend decoration test to detect regressionsGuillaume Gomez-3/+8
2022-08-20Clean up highlight `<span>` merge codeGuillaume Gomez-121/+118
2022-08-20Update rustdoc testsGuillaume Gomez-9/+11
2022-08-20Merge "EnterSpan" events to reduce code blocks DOM sizeGuillaume Gomez-23/+68
2022-08-19Fix invalid comparison for Class::Decoration in `is_equal_to`Guillaume Gomez-2/+2
2022-08-19Rollup merge of #100731 - notriddle:notriddle/deref-methods-1, r=jshaDylan DPC-6/+11
2022-08-18rustdoc: count deref and non-deref as same set of used methodsMichael Howell-6/+11
2022-08-18Fix item-info displayGuillaume Gomez-4/+9
2022-08-18Remove unused CSS ruleGuillaume Gomez-14/+0
2022-08-18Simplify rustdoc themes by relying more on CSS variablesGuillaume Gomez-228/+30
2022-08-16rustdoc: factor Type::QPath out into its own boxMichael Howell-3/+8
2022-08-14Update rustdoc testsGuillaume Gomez-31/+31
2022-08-14Don't generate ident elements as DOM nodesGuillaume Gomez-14/+23
2022-08-14Merge HTML elements in highlighting when they can be merged togetherGuillaume Gomez-8/+155
2022-08-13Rollup merge of #100299 - compiler-errors:issue-100283, r=notriddleMichael Goulet-5/+4
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-5/+4
2022-08-13avoid cloning and then iteratingKaDiWa-4/+9
2022-08-12Rollup merge of #100409 - jsha:highlight-lighter, r=GuillaumeGomezDylan DPC-27/+24
2022-08-11rustdoc: don't generate DOM element for operatorJacob Hoffman-Andrews-27/+24
2022-08-11Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_...Matthias Krüger-42/+98
2022-08-11Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomezMatthias Krüger-79/+75
2022-08-10rustdoc: make item-infos dimmer on dark theme #93896Jacob Hoffman-Andrews-23/+8
2022-08-10Add missing ID into the ID mapGuillaume Gomez-1/+2
2022-08-10Two small improvements:Frank Steffahn-3/+2
2022-08-10Improve crate selection on rustdoc search results pageFrank Steffahn-41/+97
2022-08-10Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgrbors-7/+59
2022-08-09rustdoc: simplify highlight.rsJacob Hoffman-Andrews-79/+75
2022-08-10Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jshaMatthias Krüger-7/+59
2022-08-09Auto merge of #100150 - notriddle:notriddle/implementors-js, r=GuillaumeGomezbors-22/+73
2022-08-07Don't document impossible to call default trait items on implsMichael Goulet-0/+9
2022-08-05rustdoc: use serde, which can escape strings more quicklyMichael Howell-35/+15
2022-08-05rustdoc: reduce the number of intermediate Strings allocatedMichael Howell-13/+22
2022-08-04rustdoc: use a more compact encoding for implementors/trait.*.jsMichael Howell-21/+83
2022-08-03Rollup merge of #100083 - notriddle:notriddle/source-files-js, r=GuillaumeGomezMatthias Krüger-20/+31
2022-08-03Rollup merge of #100079 - camelid:fix-doc-star-search, r=Dylan-DPCDylan DPC-1/+1