about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2021-05-20Remove `PrimitiveType::as_str`Joshua Nelson-3/+3
2021-05-20Remove `to_url_str`Joshua Nelson-2/+2
2021-05-20Reset "focusedByTab" field when doing another searchGuillaume Gomez-4/+5
2021-05-20rustdoc: add tooltips to some buttonsLiigo Zhuang-4/+4
2021-05-20Rollup merge of #85470 - GuillaumeGomez:fix-css-rules, r=jshaRalf Jung-9/+6
2021-05-20Rollup merge of #85169 - jsha:hoist-classes, r=GuillaumeGomezRalf Jung-15/+10
2021-05-19rustdoc: render `<Self as X>::Y` type casts properlyJustus K-3/+6
2021-05-19Fix invalid CSS rules for a:hoverGuillaume Gomez-9/+6
2021-05-18Rollup merge of #85438 - GuillaumeGomez:fix-escape-handling, r=jshaJack Huey-2/+2
2021-05-18Rollup merge of #85396 - jsha:top-doc-font-sizes, r=GuillaumeGomezJack Huey-3/+7
2021-05-18Add method-toggle to <details> for methods.Jacob Hoffman-Andrews-15/+10
2021-05-18Rollup merge of #85407 - GuillaumeGomez:copy-path-display-improvement, r=jshaRalf Jung-13/+39
2021-05-18Rollup merge of #84462 - jsha:focus-search-results2, r=GuillaumeGomezRalf Jung-195/+178
2021-05-18Fix escape handling on search resultsGuillaume Gomez-2/+2
2021-05-18Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomezGuillaume Gomez-2/+7
2021-05-18Improve display for "copy-path" button, making it more discreteGuillaume Gomez-13/+39
2021-05-16rustdoc: restore header sizesJacob Hoffman-Andrews-3/+7
2021-05-16Fix invalid input:disabled CSS selectorGuillaume Gomez-4/+4
2021-05-16Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157bors-3/+14
2021-05-15Call `initSidebarItems` in root module of crateJustus K-3/+14
2021-05-15Rollup merge of #85323 - GuillaumeGomez:fix-eslint-errors, r=jshaGuillaume Gomez-34/+32
2021-05-15Rollup merge of #85289 - GuillaumeGomez:fix-toggle-position-mobile, r=jshaGuillaume Gomez-192/+198
2021-05-15Rollup merge of #85256 - GuillaumeGomez:fix-implementors-display, r=notriddleGuillaume Gomez-1/+1
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-11/+9
2021-05-15Fix eslint errorsGuillaume Gomez-34/+32
2021-05-15chore: update comment in rustdoc.cssShinwoo Park-1/+1
2021-05-15chore: format codeShinwoo Park-3/+6
2021-05-15rustdoc: update static filesShinwoo Park-0/+10
2021-05-15rustdoc: add the license of Noto Sans KRShinwoo Park-0/+93
2021-05-15rustdoc: avoid legacy Korean fonts in WindowsShinwoo Park-1/+9
2021-05-14Unify toggle rules on smaller resolutionsGuillaume Gomez-6/+3
2021-05-14Move @media rules at the end so they override the other rulesGuillaume Gomez-193/+195
2021-05-14Fix toggle position on mobileGuillaume Gomez-1/+8
2021-05-13Toggle-wrap items differently than top-doc.Jacob Hoffman-Andrews-2/+7
2021-05-13rustdoc: use focus for search navigationJacob Hoffman-Andrews-195/+178
2021-05-13Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jshaGuillaume Gomez-274/+150
2021-05-13Fix display for "implementors" sectionGuillaume Gomez-1/+1
2021-05-12Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jshaGuillaume Gomez-2/+2
2021-05-12Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jshaGuillaume Gomez-2/+2
2021-05-12Rollup merge of #85117 - jsha:bubble-bubble-toil-and-trouble, r=GuillaumeGomezGuillaume Gomez-128/+138
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-5/+15
2021-05-12Fix indent in JS filesGuillaume Gomez-138/+140
2021-05-12Remove unused CSS rulesGuillaume Gomez-71/+2
2021-05-12Remove "loading content" which is now unnecessaryGuillaume Gomez-65/+8
2021-05-12Rollup merge of #85124 - jsha:trust-the-bool, r=GuillaumeGomezYuki Okushi-69/+64
2021-05-11Move global click handlers to per-element ones.Jacob Hoffman-Andrews-128/+138
2021-05-11rustdoc: remove explicit boolean comparisons.Jacob Hoffman-Andrews-69/+64
2021-05-11Disable layout docs for type aliases for nowCamelid-2/+0
2021-05-11Add note to docs when layout cannot be computedCamelid-7/+26
2021-05-11Apply suggestions from code reviewCamelid-3/+4