about summary refs log tree commit diff
path: root/src/librustdoc/html/render/write_shared.rs
AgeCommit message (Expand)AuthorLines
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
2021-03-25Add unstable option to only emit shared/crate-specific filesJoshua Nelson-11/+36
2021-03-25Add SharedResource abstraction and use it in write_sharedJoshua Nelson-103/+114
2021-03-24Rework rustdoc const typeGuillaume Gomez-1/+1
2021-03-23Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157Yuki Okushi-56/+5
2021-03-07Update Source Code Pro and include italicsTrevor Spiteri-2/+3
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-18/+21
2021-03-05Store `UNVERSIONED_FILES` in a data structureJoshua Nelson-15/+21
2021-03-05Remove theme.js file creation and move its code inside main.jsGuillaume Gomez-56/+5
2021-03-04Moved `write_shared` to its own fileNicholas-Baron-0/+542