about summary refs log tree commit diff
path: root/src/librustdoc/html/render/write_shared.rs
AgeCommit message (Expand)AuthorLines
2022-01-14Auto merge of #91948 - nnethercote:rustdoc-more-Symbols, r=GuillaumeGomezbors-1/+1
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-1/+1
2022-01-13Use the updated Rust logo and change it's format to SVGLoïc BRANSTETT-1/+1
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-8/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-3/+3
2021-11-24Consistentize the system for image URLs in CSS.Jacob Hoffman-Andrews-28/+20
2021-11-24Move themes and version into rustdoc-varsJacob Hoffman-Andrews-32/+2
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-2/+2
2021-11-07rustdoc: Remove top-level wrappers for `ImplKind` methodsNoah Lev-1/+1
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-1/+1
2021-10-31Auto merge of #90391 - camelid:crate-size, r=jyn514bors-6/+7
2021-10-30rustdoc: Remove `Crate.name` and instead compute it on-demandNoah Lev-6/+7
2021-10-30Remove unnecessary `macro_use`s in rustdocJoshua Nelson-0/+1
2021-10-27Rollup merge of #90232 - konan8205:master, r=GuillaumeGomezMatthias Krüger-3/+3
2021-10-26rustdoc: use ttf based font for cjk glyphsShinwoo Park-3/+3
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-1/+1
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+9
2021-10-12rustdoc: update noto sans krShinwoo Park-2/+3
2021-10-06Unversioned -> InvocationSpecificWill Crichton-1/+1
2021-10-06Fix lint error, change scrape-examples.js minify callWill Crichton-1/+6
2021-10-06Move JS into a standalone fileWill Crichton-0/+4
2021-09-17Add rustdoc version into the help popupGuillaume Gomez-4/+12
2021-09-16Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomezbors-31/+39
2021-08-26Remove unnecessary copies when using parallel IOJoshua Nelson-31/+39
2021-08-22Move Cache from Context to SharedContextJoshua Nelson-5/+6
2021-08-05Add links on source types to go to definitionGuillaume Gomez-2/+2
2021-08-03Simplify usage of CSS background-imageGuillaume Gomez-6/+41
2021-08-03Rustdoc accessibility: use an icon for the [-]/[+] controlsMichael Howell-2/+5
2021-06-22Rollup merge of #86402 - tspiteri:source-woff2, r=jshaYuki Okushi-0/+6
2021-06-20Use Tera templates for rustdoc.Jacob Hoffman-Andrews-1/+8
2021-06-17rustdoc: add optional woff2 versions of Source Serif and Source CodeTrevor Spiteri-0/+6
2021-05-31Remove unneeded file to load sidebar items at crate levelGuillaume Gomez-1/+0
2021-05-28Remove `--print unversioned-files` from rustdocBoris-Chengbiao Zhou-1/+1
2021-05-26Rollup merge of #84048 - konan8205:master, r=jshaYuki Okushi-0/+2
2021-05-16Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157bors-0/+2
2021-05-15Call `initSidebarItems` in root module of crateJustus K-0/+2
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-2/+0
2021-05-15rustdoc: update static filesShinwoo Park-0/+2
2021-05-10Use an SVG image for clipboard instead of unicode characterGuillaume Gomez-0/+1
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-1/+3
2021-04-22Remove unnecessary `edition` field on SharedContextJoshua Nelson-1/+1
2021-04-17Rollup merge of #84150 - jsha:defer-search-js, r=GuillaumeGomezDylan DPC-1/+2
2021-04-17rustdoc: use more precise relative URLSMichael Howell-2/+1
2021-04-13Split search.js from search-index.js.Jacob Hoffman-Andrews-2/+4
2021-04-12Move search JS into search-index.jsJacob Hoffman-Andrews-3/+2
2021-04-05Update Source Serif to release 4.004Trevor Spiteri-4/+4
2021-04-02Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-SimulacrumDylan DPC-121/+173
2021-03-31Fix `--external-css` to be invocation-specific and note main.js should be inv...Joshua Nelson-1/+10
2021-03-31Rename CrateSpecific -> InvocationSpecificJoshua Nelson-7/+7
2021-03-31Enforce that Toolchain files are static and Crate files are dynamicJoshua Nelson-28/+35