about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2020-11-16Get rid of clean::TyMethodJoshua Nelson-2/+1
2020-11-16Rollup merge of #79061 - jyn514:no-pub, r=GuillaumeGomezMara Bos-168/+168
2020-11-16Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomezMara Bos-32/+50
2020-11-15Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ...Guillaume Gomez-14/+27
2020-11-15Make `Playground` public for error index generatorJoshua Nelson-2/+2
2020-11-15Make `markdown` module public for doc-testsJoshua Nelson-13/+13
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-183/+183
2020-11-15Ensure that the source code display is working with DOS backlineGuillaume Gomez-0/+2
2020-11-15Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkovJonas Schievink-30/+29
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-2/+2
2020-11-15Get rid of `Class::None`Joshua Nelson-17/+16
2020-11-14Add tests and improve rendering of features on traitsWim Looman-32/+50
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-30/+29
2020-11-12Improve comment for getVirtualKey functionGuillaume Gomez-1/+1
2020-11-12Improve settings.js code by using 'onEachLazy' directly instead of looping th...Guillaume Gomez-33/+22
2020-11-12Make keyboard interactions in the settings menu more pleasantGuillaume Gomez-26/+44
2020-11-12Auto merge of #78976 - GuillaumeGomez:rollup-endkih3, r=GuillaumeGomezbors-2/+5
2020-11-12Rollup merge of #78921 - GuillaumeGomez:search-result-title, r=jyn514Guillaume Gomez-2/+5
2020-11-12Auto merge of #78773 - GuillaumeGomez:theme-picker-shortcut, r=jyn514bors-0/+10
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-1/+1
2020-11-10Improve the page title switch handling between search and docGuillaume Gomez-2/+5
2020-11-07Fix tab focus on restyled switchesMichael Howell-2/+3
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-2/+2
2020-11-05Add shortcut for theme picker menuGuillaume Gomez-0/+10
2020-10-30Pull theme picker keyboard code into main.jsMichael Howell-51/+59
2020-10-30Add comment describing the Escape key weirdnessMichael Howell-2/+8
2020-10-30Add aria roles for theme picker menuMichael Howell-2/+2
2020-10-30Allow the theme picker to work with arrow keysMichael Howell-2/+46
2020-10-30Close the theme picker when Escape is pressedMichael Howell-8/+2
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