about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2021-04-13Further consolidate search-related vars and funcsJacob Hoffman-Andrews-76/+61
2021-04-13Consolidate search-related vars and functions.Jacob Hoffman-Andrews-175/+167
2021-04-12Move search JS into search-index.jsJacob Hoffman-Andrews-1521/+1528
2021-04-12+ignore-tidy-filelengthManish Goregaokar-1/+2
2021-04-12Move color to themesManish Goregaokar-5/+9
2021-04-12Add css classesManish Goregaokar-10/+10
2021-04-12Improve CSS for "hide contents, not items"Jacob Hoffman-Andrews-80/+68
2021-04-12rustdoc: Add setting for hiding large itemsManish Goregaokar-1/+5
2021-04-12rustdoc: smartly hide associated items of traits if there are too many of themManish Goregaokar-6/+6
2021-04-12rustdoc: hide fields of structs/unions > 5Manish Goregaokar-1/+1
2021-04-12rustdoc: hide variants of enums > 5Manish Goregaokar-7/+10
2021-04-12rustdoc: Stop hiding entire item declarationsManish Goregaokar-21/+4
2021-04-05Update Source Serif to release 4.004Trevor Spiteri-15/+15
2021-04-05Rollup merge of #83717 - notriddle:main-js-slice-loop, r=GuillaumeGomezDylan DPC-9/+12
2021-04-02rustdoc: Remove unused `spotlight` CSSCamelid-4/+1
2021-04-02Rollup merge of #83721 - GuillaumeGomez:copy-use, r=Nemo157Yuki Okushi-13/+55
2021-04-01rustdoc: Separate filter-empty-string out into its own functionMichael Howell-2/+11
2021-03-31Add a button to copy the "use statement"Guillaume Gomez-13/+55
2021-03-31rustdoc: use Array.prototype.filter instead of open-coding itMichael Howell-8/+2
2021-03-29Wrap non-pre code blocksIvan Tham-1/+3
2021-03-24Rollup merge of #83405 - r00ster91:deprecated_emoji, r=GuillaumeGomezDylan DPC-4/+13
2021-03-24Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157Dylan DPC-1/+1
2021-03-23Slight visual improvements to warning boxes in the docsr00ster91-4/+13
2021-03-23Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157Yuki Okushi-17/+78
2021-03-23Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum...Yuki Okushi-3/+11
2021-03-22Fix codeblock tooltip positionGuillaume Gomez-1/+1
2021-03-19Ignore main.js file lengthGuillaume Gomez-0/+1
2021-03-19Only build help popup when it's really neededGuillaume Gomez-12/+19
2021-03-16Rollup merge of #83157 - nagisa:nagisa/portability-background, r=GuillaumeGomezYuki Okushi-9/+3
2021-03-16Rollup merge of #83156 - nagisa:nagisa/sans-serif-please, r=GuillaumeGomezYuki Okushi-4/+5
2021-03-16Rollup merge of #83077 - notriddle:gc-cleanup-rustdoc-search, r=GuillaumeGomezYuki Okushi-49/+78
2021-03-15Declare `word` outside the loop, as recommended by eslintMichael Howell-3/+3
2021-03-15No background for code in portability snippetsSimonas Kazlauskas-9/+3
2021-03-15Fall-back to sans-serif if Arial is not availableSimonas Kazlauskas-4/+5
2021-03-14Make nameWithoutUndescores lowercasedMichael Howell-14/+15
2021-03-14Use a number for row.id, instead of a stringMichael Howell-11/+5
2021-03-14Avoid generating new strings for names that have no undescoresMichael Howell-2/+8
2021-03-14Auto merge of #83028 - GuillaumeGomez:prevent-js-error-if-no-filter, r=Nemo157bors-1/+5
2021-03-13Remove tab characterMichael Howell-2/+2
2021-03-13Avoid potential collisions with `constructor` and the search queryMichael Howell-2/+2
2021-03-13Add comments regarding object shapes in buildIndexMichael Howell-0/+5
2021-03-13Fix jslint warningsMichael Howell-2/+3
2021-03-13Use null instead of undefined hereMichael Howell-2/+2
2021-03-13Update src/librustdoc/html/static/main.jsMichael Howell-1/+1
2021-03-13Eagerly generate the underscore-less name to search onMichael Howell-2/+4
2021-03-13In checkGenerics and checkType, don't use Array.prototype.splice so muchMichael Howell-37/+57
2021-03-12Get rid of the garbage produced by getObjectFromIdMichael Howell-7/+7
2021-03-12Rollup merge of #83003 - notriddle:rustdoc-index-v3, r=GuillaumeGomezYuki Okushi-19/+20
2021-03-12Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157Yuki Okushi-1/+1
2021-03-11Prevent JS error when there is no dependency or other crate documentedGuillaume Gomez-1/+5