about summary refs log tree commit diff
path: root/src/librustdoc/html/render/write_shared.rs
AgeCommit message (Expand)AuthorLines
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