summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2021-05-03beta-targetted revert of PR #80653, to address issue #82465.Felix S. Klock II-32/+8
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 #83094 - GuillaumeGomez:crates-js-location, r=Nemo157bors-1/+1
2021-03-14Auto merge of #83028 - GuillaumeGomez:prevent-js-error-if-no-filter, r=Nemo157bors-1/+5
2021-03-13crates.js should use root_path and not static_root_pathGuillaume Gomez-1/+1
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-42/+74
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
2021-03-11Auto merge of #82947 - GuillaumeGomez:fix-nojs-style-issues, r=Nemo157bors-1/+11
2021-03-10rustdoc: tweak the search index formatMichael Howell-42/+74
2021-03-10Rollup merge of #82962 - notriddle:cleanup-index, r=jyn514Dylan DPC-5/+3
2021-03-10Rollup merge of #82807 - notriddle:cleanup-js, r=jyn514Dylan DPC-10/+2
2021-03-10Fix "run" button position in error indexGuillaume Gomez-1/+1
2021-03-09Simplify some of the rendering code in the indexMichael Howell-5/+1
2021-03-09Treat header as first paragraph for shortened markdown descriptionsMichael Howell-0/+2
2021-03-09Fix typoGuillaume Gomez-1/+1
2021-03-09Fix CSS issues when javascript is disabledGuillaume Gomez-0/+10
2021-03-09Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomezbors-57/+74
2021-03-07Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomezYuki Okushi-15/+25
2021-03-05Undo addition of boxesCamelid-8/+7
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-19/+18
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
2021-03-05rustdoc: Make a bunch of fields privateCamelid-12/+18
2021-03-05rustdoc: Replace `Arc` around `SharedContext` with `Rc`Camelid-6/+5
2021-03-05rustdoc: Move most shared fields to `SharedContext`Camelid-37/+48
2021-03-05Rollup merge of #82809 - notriddle:microoptimize-main-js, r=GuillaumeGomezGuillaume Gomez-3/+3
2021-03-05Rollup merge of #80845 - GuillaumeGomez:item-kind-transition, r=jyn514Guillaume Gomez-3/+3
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-18/+22
2021-03-05Use substrings instead of split to grab enum variant pathsMichael Howell-3/+3