about summary refs log tree commit diff
path: root/src/librustdoc/html/templates
AgeCommit message (Expand)AuthorLines
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
2021-11-24Consistentize the system for image URLs in CSS.Jacob Hoffman-Andrews-5/+0
2021-11-24Move themes and version into rustdoc-varsJacob Hoffman-Andrews-3/+6
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-1/+9
2021-11-23Preload the most commonly used fonts.Jacob Hoffman-Andrews-0/+6
2021-11-20Move `scripts` on the rustdoc template into `head` and apply the `defer` attr...Ken Matsui-10/+10
2021-11-02Fix URL for scrape-examples.js in rustdoc page templateWill Crichton-3/+3
2021-10-31Hide search bar in noscript.cssJacob Hoffman-Andrews-1/+0
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+3
2021-10-09Remove some stray whitespace.Jacob Hoffman-Andrews-3/+3
2021-10-08Add template for print_itemJacob Hoffman-Andrews-0/+26
2021-10-06Move JS into a standalone fileWill Crichton-0/+3
2021-08-12Updates favicon order of precedence as it matters to Chromeskim-2/+2
2021-07-26Add missing whitespace after attribute in HTML templateGuillaume Gomez-1/+1
2021-06-20Use Tera templates for rustdoc.Jacob Hoffman-Andrews-0/+156