summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2020-11-16Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ...Guillaume Gomez-14/+27
2020-11-16Ensure that the source code display is working with DOS backlineGuillaume Gomez-0/+2
2020-09-23Use theme-adaptive SVG favicon from other Rust sitesJarek Samic-4/+34
2020-09-13Use `.as_str()` instead of `CowStr::Borrowed`Joshua Nelson-2/+2
2020-09-13Don't use `link.span` yetJoshua Nelson-1/+3
2020-09-13Upgrade to pulldown-cmark 0.8.0Joshua Nelson-16/+18
2020-09-09Auto merge of #76453 - camelid:fix-css-crate-list, r=GuillaumeGomez,ollie27bors-3/+4
2020-09-09Rollup merge of #76374 - pickfire:patch-4, r=CldfireDylan DPC-2/+3
2020-09-07rustdoc: Fix font CSS for crate listsCamelid-3/+4
2020-09-05Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearthDylan DPC-24/+100
2020-09-05Improve ayu doc source line number contrastIvan Tham-2/+3
2020-09-04Misc cleanupJoshua Nelson-23/+42
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-68/+68
2020-09-03Remove disambiguators from link textJoshua Nelson-18/+74
2020-09-03Refactor RenderedLink into its own typeJoshua Nelson-12/+13
2020-09-01Use "Fira Sans" for crate list fontCamelid-2/+6
2020-08-31Rollup merge of #76178 - matklad:et, r=Mark-SimulacrumTyler Mandry-1/+1
2020-08-31Rollup merge of #76154 - GuillaumeGomez:strings-indent, r=jyn514Tyler Mandry-118/+99
2020-08-31Update expect-test to 1.0Aleksey Kladov-1/+1
2020-08-31Fix stringGuillaume Gomez-1/+1
2020-08-31Fix strings indentGuillaume Gomez-118/+99
2020-08-31Rollup merge of #76052 - aszenz:GH-66816_removes_disable_attribute_before_ret...Aleksey Kladov-4/+8
2020-08-30rustdoc: do not use plain summary for trait implsAndy Russell-68/+68
2020-08-30Auto merge of #75901 - GuillaumeGomez:ayu-theme-button-hover-background-color...bors-1/+1
2020-08-30Auto merge of #76090 - Dylan-DPC:rollup-eksndcr, r=Dylan-DPCbors-9/+10
2020-08-30Rollup merge of #76022 - GuillaumeGomez:cleanup-rustdoc-front, r=jyn514Dylan DPC-8/+9
2020-08-30Rollup merge of #75881 - pickfire:patch-5, r=GuillaumeGomezDylan DPC-1/+1
2020-08-29Auto merge of #75775 - matklad:rustc-lexer-rustdoc-highlight, r=GuillaumeGomezbors-408/+288
2020-08-29Use an id instead of a functionGuillaume Gomez-6/+3
2020-08-29GH-66816: Process before enabling searchasrar-2/+5
2020-08-29GH-66816: Removes disable before returnasrar-3/+4
2020-08-28Clean up rustdoc front-end source codeGuillaume Gomez-8/+12
2020-08-28Rollup merge of #75989 - matklad:renamerustdoctest, r=GuillaumeGomezPietro Albini-3/+3
2020-08-28Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomezPietro Albini-5/+5
2020-08-27Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514bors-4/+5
2020-08-27Add expect test for rustdoc html highlightingAleksey Kladov-61/+63
2020-08-27Rename rustdoc/test -> rustdoc/doctestAleksey Kladov-3/+3
2020-08-27Remove dependency on StringReader from rustdoc highlighterAleksey Kladov-350/+228
2020-08-27Delay help popup creation to when it's neededGuillaume Gomez-2/+3
2020-08-27Improve helper wordingGuillaume Gomez-2/+2
2020-08-27Auto merge of #75842 - camelid:highlight-crate-links, r=jyn514bors-1/+5
2020-08-27Rollup merge of #75870 - GuillaumeGomez:unify-border-color-theme-ayu, r=pickfireDylan DPC-1/+1
2020-08-27Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=CldfireDylan DPC-0/+2
2020-08-27Rollup merge of #75806 - GuillaumeGomez:prevent-automatic-page-change-history...Dylan DPC-4/+14
2020-08-25Improve theme button hover background colorGuillaume Gomez-1/+1
2020-08-24Expand rustdoc theme chooser x paddingIvan Tham-1/+1
2020-08-24Add explanations on the results search element checkGuillaume Gomez-0/+3
2020-08-24Unify theme choices border color in ayu themeGuillaume Gomez-1/+1
2020-08-23Highlight crate links like normal linksCamelid-1/+5
2020-08-23Fix font color for help button in ayu and dark themesGuillaume Gomez-0/+2