about summary refs log tree commit diff
path: root/src/librustdoc/html/static
AgeCommit message (Expand)AuthorLines
2021-06-30Fix some style regressions due to normalize.css 8Yuki Okushi-2/+23
2021-06-30Upgrade normalize.css to v8.0.1Yuki Okushi-1/+1
2021-06-28Move stab_tags to symbol in tablesStefan Schindler-1/+1
2021-06-28Auto merge of #85876 - jeanlucthumm:master, r=GuillaumeGomezbors-4/+4
2021-06-27Auto merge of #86589 - JohnTitor:add-triangle-to-summary, r=jshabors-4/+6
2021-06-27Add go_to_first boolean query param to immeidately jump to the first search r...Jean-Luc Thumm-4/+4
2021-06-27Use rustdoc.css for error indexDeadbeef-3/+2
2021-06-27Add FIXME commentYuki Okushi-0/+1
2021-06-26Fix font weight on types, methods and associated types/constsGuillaume Gomez-3/+9
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-1/+1
2021-06-25Show triangle on the "Details" disclosure element in all casesYuki Okushi-4/+5
2021-06-24Migrate from custom elements to divs with classes to be compatible with safariStefan Schindler-8/+8
2021-06-24Hide Crate Version on narrow ScreensStefan Schindler-2/+17
2021-06-24Implement Desktop and Mobile version with gridlayoutStefan Schindler-1/+32
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-06-23Fix search filter updateGuillaume Gomez-0/+4
2021-06-22Rollup merge of #86402 - tspiteri:source-woff2, r=jshaYuki Okushi-11/+24
2021-06-22Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3Yuki Okushi-2/+2
2021-06-21Delete spacesAlexander Melentyev-2/+2
2021-06-19Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-versions-layout...Yuki Okushi-0/+6
2021-06-17include reference to woff2 files in COPYRIGHT.txtTrevor Spiteri-5/+9
2021-06-17rustdoc: add optional woff2 versions of Source Serif and Source CodeTrevor Spiteri-6/+15
2021-06-17Fix rustdoc stabilized versions layoutMatteo Briani-0/+6
2021-06-16Fix target highlighting in rustdoc.Jacob Hoffman-Andrews-3/+16
2021-06-16Factor out render_rightsideJacob Hoffman-Andrews-8/+0
2021-06-16Make portability part of the summary.Jacob Hoffman-Andrews-9/+3
2021-06-16Remove methods under Implementors on trait pagesJacob Hoffman-Andrews-5/+0
2021-06-16Open trait implementations' toggles by default.Jacob Hoffman-Andrews-7/+7
2021-06-13Fix font-weightGuillaume Gomez-3/+3
2021-06-08Rollup merge of #86095 - GuillaumeGomez:search-description-codeblock, r=jshaYuki Okushi-1/+1
2021-06-08Rollup merge of #86078 - GuillaumeGomez:type-page-font-weight, r=jshaYuki Okushi-1/+1
2021-06-07Fix integration of codeblocks in search result descriptionGuillaume Gomez-1/+1
2021-06-06Fix invalid weight for type pagesGuillaume Gomez-1/+1
2021-06-05Fix display for search resultsGuillaume Gomez-0/+2
2021-06-03Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jshabors-53/+57
2021-06-02Replace h3 for notable traits with divGuillaume Gomez-15/+23
2021-06-02Remove data-level selectors from CSS.Jacob Hoffman-Andrews-71/+13
2021-06-01Remove invalid usage of aria-levelGuillaume Gomez-18/+18
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-34/+75
2021-05-31Fix details rustdoc toggle for blanket implIvan Tham-2/+1
2021-05-31Improve display of the separation between page items and siblings in the sidebarGuillaume Gomez-1/+4
2021-05-31Only list crates on the crate pageGuillaume Gomez-1/+5
2021-05-31Remove unneeded file to load sidebar items at crate levelGuillaume Gomez-2/+0
2021-05-31* Put crates list at all levelsGuillaume Gomez-50/+49
2021-05-30Rollup merge of #85285 - GuillaumeGomez:eslint-check, r=jsha,Mark-SimulacrumGuillaume Gomez-0/+1
2021-05-30Fix eslint error in sidebar-items.jsGuillaume Gomez-0/+1
2021-05-29Auto merge of #85540 - GuillaumeGomez:better-result-dom-generation, r=jshabors-22/+55
2021-05-26Rollup merge of #84048 - konan8205:master, r=jshaYuki Okushi-1/+102
2021-05-25Fix more search results CSS rulesGuillaume Gomez-6/+6
2021-05-25Generate DOM more securelyGuillaume Gomez-16/+49