summary refs log tree commit diff
path: root/src/librustdoc/html/render/write_shared.rs
AgeCommit message (Expand)AuthorLines
2021-05-22Call `initSidebarItems` in root module of crateJustus K-0/+2
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