about summary refs log tree commit diff
path: root/src/librustdoc/html/templates
AgeCommit message (Expand)AuthorLines
2023-01-30rustdoc: do not include empty default-settings tag in HTMLMichael Howell-0/+2
2023-01-27rustdoc: remove inline javascript from copy-path buttonMichael Howell-1/+1
2023-01-13rustdoc: remove unnecessary DOM class `h1.fqn`Michael Howell-1/+1
2023-01-04rustdoc: remove unnecessary wrapper around sidebar and mobile logosMichael Howell-16/+12
2022-12-19rustdoc: remove width-limiter from source pages, stop overriding CSSMichael Howell-2/+2
2022-11-23Improve accessibility:Guillaume Gomez-0/+1
2022-11-19rustdoc: fix scrape-examples JS pathMichael Howell-1/+1
2022-11-05Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomezMatthias Krüger-29/+29
2022-10-30Rollup merge of #101944 - notriddle:notriddle/toggle-all-docs, r=jsha,Guillau...Michael Howell-3/+3
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-29/+29
2022-10-27rustdoc: remove redundant `div.search-container`Michael Howell-18/+16
2022-10-24rustdoc: clean up `#toggle-all-docs`Michael Howell-3/+3
2022-10-24rustdoc: remove unused `.sidebar-logo` DOM on source pagesMichael Howell-0/+2
2022-10-20rustdoc: improve appearance of source page navigation barMichael Howell-24/+22
2022-10-18rustdoc: remove class name `location` from sidebar sibling navMichael Howell-1/+1
2022-10-16rustdoc: remove unused `.sub-logo-container` DOM on non-source pagesMichael Howell-0/+2
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-1/+1
2022-10-08rustdoc: remove mobile topbar from source pages instead of hiding itMichael Howell-0/+2
2022-10-05rustdoc: remove unused CSS class `in-band`Michael Howell-13/+11
2022-08-25rustdoc: remove `type="text/css" from stylesheet linksMichael Howell-4/+4
2022-07-29Remove unwanted extra white space characters from HTMLGuillaume Gomez-9/+9
2022-07-14Correctly handle crate level page on docs.rs as wellGuillaume Gomez-1/+1
2022-06-23Move help popup into a pocket menu as wellGuillaume Gomez-1/+3
2022-06-20Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews-7/+8
2022-05-14Remove theme picker buttonGuillaume Gomez-7/+0
2022-05-14Improve settings menu displayGuillaume Gomez-3/+5
2022-04-30Move settings into full JSGuillaume Gomez-1/+0
2022-03-04Rollup merge of #93418 - ojeda:no-shortcut, r=camelidDylan DPC-1/+1
2022-01-28rustdoc: no `shortcut` in `rel="icon"`Miguel Ojeda-1/+1
2022-01-27rustdoc: remove tooltip from source linkMichael Howell-1/+1
2022-01-23rustdoc: fix bump down typing search on SafariJacob Hoffman-Andrews-0/+1
2022-01-23Rollup merge of #93113 - GuillaumeGomez:unify-sizes, r=jshaMatthias Krüger-11/+9
2022-01-21Fix spacing for `·` between stability and sourceJacob Hoffman-Andrews-1/+1
2022-01-21Unify search input and buttons sizeGuillaume Gomez-11/+9
2022-01-19Move back templates into html folderGuillaume Gomez-0/+219
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-205/+0
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-24/+26
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-24/+26
2022-01-05Move crate drop-down to search results pageJacob Hoffman-Andrews-5/+1
2021-12-15Apply rust-logo class only on default logoJacob Hoffman-Andrews-18/+14
2021-12-07Add missing whitespace before disabled HTML attributeGuillaume Gomez-1/+1
2021-12-05Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jshabors-39/+54
2021-12-03Rollup merge of #91170 - jsha:preload-fonts, r=GuillaumeGomezMatthias Krüger-0/+6
2021-12-02Rename CSS class main-inner into width-limiterGuillaume Gomez-1/+1
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-1/+1
2021-12-02Fix remaining bugsGuillaume Gomez-1/+0
2021-11-29rustdoc: show logo in source sub navcynecx-37/+49
2021-11-29rustdoc: merge source sidebar into main sidebarcynecx-12/+1
2021-11-29rustdoc: fix source viewcynecx-7/+18
2021-11-29rustdoc: use flexbox to layout sidebar and main contentcynecx-32/+36