about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2020-10-28rustdoc: Fix some nitsIan Jackson-1/+1
2020-10-28rustdoc: Provide a general --default-setting SETTING[=VALUE] optionIan Jackson-1/+1
2020-10-28rustdoc: Provide a way to set the default settings from Rust codeIan Jackson-1/+34
2020-10-28rustdoc: js: Use getSettingValue for all rustdoc-* valuesIan Jackson-24/+25
2020-10-23Always store Rustdoc theme when it's changednasso-5/+6
2020-10-23Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514Yuki Okushi-1/+1
2020-10-22Rollup merge of #78084 - GuillaumeGomez:improve-mobile-display, r=jyn514,Nemo157Yuki Okushi-0/+35
2020-10-21Rollup merge of #78094 - camelid:rustdoc-fix-source-title, r=jyn514Yuki Okushi-7/+6
2020-10-20Apply some review suggestionsCamelid-5/+5
2020-10-19Add link to rustdoc book in rustdoc help popupGuillaume Gomez-5/+33
2020-10-18rustdoc: Show the correct source filename, without `.html`Camelid-9/+8
2020-10-18Greatly improve display for small mobile devices screensGuillaume Gomez-0/+35
2020-10-18Rollup merge of #78050 - GuillaumeGomez:small-css-cleanup, r=jyn514Yuki Okushi-5/+1
2020-10-17Small CSS cleanupGuillaume Gomez-5/+1
2020-10-17Auto merge of #76096 - pickfire:rustdoc-quote, r=jyn514bors-124/+131
2020-10-17Fix some double quote that cause CI failureIvan Tham-3/+3
2020-10-17Rollup merge of #78013 - GuillaumeGomez:fix-sidebar-scroll-mobile-devices, r=...Yuki Okushi-4/+0
2020-10-17Use double quote for rustdoc htmlIvan Tham-126/+133
2020-10-16Fix sidebar scroll on mobile devicesGuillaume Gomez-4/+0
2020-10-16Auto merge of #77809 - nasso:master, r=jyn514,guillaumegomezbors-42/+240
2020-10-16Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514Dylan DPC-33/+71
2020-10-15Set preferred-dark-theme to the last dark themenasso-0/+10
2020-10-15Rollup merge of #77979 - GuillaumeGomez:hide-help-button, r=jyn514Guillaume Gomez-0/+8
2020-10-15Hide help button on mobile devicesGuillaume Gomez-0/+8
2020-10-14Rollup merge of #77817 - jyn514:const-since, r=petrochenkovDylan DPC-23/+31
2020-10-13Avoid extraneous space between visibility kw and ident for staticsayazhafiz-1/+1
2020-10-13Make portability log at debug levelWim Looman-2/+2
2020-10-13Coding style fixesnasso-25/+22
2020-10-13Remove unnecessary refsnasso-10/+5
2020-10-13Add a setting to use the system themenasso-36/+232
2020-10-13Rollup merge of #77699 - GuillaumeGomez:word-wrap, r=XAMPPRockyYuki Okushi-7/+3
2020-10-12Add word-wrap rule for short descriptionsGuillaume Gomez-0/+3
2020-10-11Move `PartialOrd` impl out of rustcJoshua Nelson-6/+6
2020-10-11Switch rustdoc from `clean::Stability` to `rustc_attr::Stability`Joshua Nelson-21/+29
2020-10-09Simplify included import items handlingGuillaume Gomez-18/+17
2020-10-09Correctly handle "pub use" reexportsGuillaume Gomez-8/+10
2020-10-08Remove unused class ruleGuillaume Gomez-7/+0
2020-10-08Auto merge of #77644 - GuillaumeGomez:fix-tooltip-text-display, r=jyn514bors-0/+4
2020-10-07Simplify doc-cfg rendering based on the current contextWim Looman-33/+71
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-1/+1
2020-10-07Fix tooltip text displayGuillaume Gomez-0/+4
2020-10-06Fix toolsMatthew Jasper-1/+1
2020-10-03Only use Fira Sans for the first `td` in item listsCamelid-1/+1
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-1/+1
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