summary refs log tree commit diff
path: root/src/librustdoc/html/render/write_shared.rs
AgeCommit message (Collapse)AuthorLines
2021-03-05Add an unstable option to print all unversioned filesJoshua Nelson-18/+21
This allows sharing those files between different doc invocations without having to know their names ahead of time.
2021-03-05Store `UNVERSIONED_FILES` in a data structureJoshua Nelson-15/+21
This allows querying it programatically.
2021-03-04Moved `write_shared` to its own fileNicholas-Baron-0/+542