about summary refs log tree commit diff
path: root/src/librustdoc/html/layout.rs
AgeCommit message (Expand)AuthorLines
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-0/+1
2025-08-01rustdoc font links only emit `crossorigin` when neededMingwei Samuel-0/+29
2025-07-19Fix clippy lints in librustdocGuillaume Gomez-1/+0
2025-05-26Avoid some unnecessary cloning.Nicholas Nethercote-1/+0
2025-05-20Get rid of unnecessary `BufDisplay` abstractionYotam Ofek-18/+1
2025-04-03Update to new rinja version (askama)Guillaume Gomez-1/+1
2025-02-12Nuke `Buffer` abstraction from `librustdoc` 💣Yotam Ofek-4/+21
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-1/+1
2024-11-28Fix new clippy lintsGuillaume Gomez-1/+1
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29rustdoc: use `<wbr>` in sidebar headersMichael Howell-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-07-23Replace askama with rinjaGuillaume Gomez-1/+1
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-5/+32
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-0/+1
2023-10-08rustdoc: show crate name beside small logoMichael Howell-0/+1
2023-06-23Link to the corresponding channel in the help popoverGuillaume Gomez-0/+2
2023-01-30rustdoc: remove meta keywords from HTMLMichael Howell-1/+0
2022-11-09Fix `rustdoc --version` when used with download-rustcJoshua Nelson-1/+1
2022-10-29Move string literal into format stringJacob Hoffman-Andrews-1/+1
2022-10-29Make --static-root-path point to static.filesJacob Hoffman-Andrews-3/+6
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-6/+8
2022-06-20Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews-2/+0
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-22/+22
2022-01-10Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f...Dirkjan Ochtman-3/+0
2022-01-10Address feedbackDirkjan Ochtman-4/+2
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-6/+7
2021-11-24Consistentize the system for image URLs in CSS.Jacob Hoffman-Andrews-1/+2
2021-11-24Move themes and version into rustdoc-varsJacob Hoffman-Andrews-0/+3
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-15/+7
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-4/+2
2021-10-06Move JS into a standalone fileWill Crichton-0/+2
2021-06-20Use Tera templates for rustdoc.Jacob Hoffman-Andrews-174/+40
2021-06-05Add missing backslash in HTML layout stringGuillaume Gomez-1/+1
2021-06-05Escape <meta> content attribute valueGuillaume Gomez-1/+1
2021-06-05Rollup merge of #85503 - liigo:tooltips, r=GuillaumeGomezGuillaume Gomez-3/+3
2021-06-03Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jshabors-1/+1
2021-06-01Add missing <title> in redirection page <head>Guillaume Gomez-0/+1
2021-05-31* Put crates list at all levelsGuillaume Gomez-1/+1
2021-05-20rustdoc: add tooltips to some buttonsLiigo Zhuang-3/+3
2021-05-11Move global click handlers to per-element ones.Jacob Hoffman-Andrews-1/+1
2021-05-10Use an SVG image for clipboard instead of unicode characterGuillaume Gomez-1/+7
2021-04-20Rollup merge of #84340 - notriddle:patch-4, r=GuillaumeGomezDylan DPC-1/+1
2021-04-19rustdoc: Show nag box on IE10Michael Howell-1/+1
2021-04-19Remove unused footer sectionGuillaume Gomez-1/+0
2021-04-14Change root_path to static_root_pathJacob Hoffman-Andrews-1/+1
2021-04-13Split search.js from search-index.js.Jacob Hoffman-Andrews-1/+2
2021-03-23Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157Yuki Okushi-1/+0
2021-03-13crates.js should use root_path and not static_root_pathGuillaume Gomez-1/+1