about summary refs log tree commit diff
path: root/src/tools/rustdoc-themes/main.rs
AgeCommit message (Collapse)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2023-09-20Ensure `build/tmp` exists in `rustdoc_themes::get_themes`Lukas Wirth-1/+2
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-16/+28
Based on https://github.com/rust-lang/rust/pull/115812#issuecomment-1717960119 Having them in separate files used to make more sense, before the migration to CSS variables made the theme files as small as they are nowadays. This is already how docs.rs and mdBook do it.
2019-12-22Format the worldMark Rousskov-8/+6
2019-11-18remove -Z option from rustdoc theme checker toolGuillaume Gomez-1/+0
2019-11-18Rename rustdoc options --themes and --check-themes to --theme and --check-themeGuillaume Gomez-2/+5
2019-11-18rename check-theme option into check-themesGuillaume Gomez-1/+1
2019-11-18Rename theme-checker option to check-themeGuillaume Gomez-1/+1
2019-07-28Remove lint annotations in specific crates that are already enforced by ↵Vadim Petrochenkov-2/+0
rustbuild Remove some random unnecessary lint `allow`s
2019-02-04Transition rustdoc-theme to 2018 editionHirokazu Hata-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-03-29Rename main theme into light themeGuillaume Gomez-1/+1
2018-02-08Convert python script to rustGuillaume Gomez-0/+59