about summary refs log tree commit diff
path: root/src/tools/rustdoc-themes
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.
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo.
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/+3
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-52/+67
2018-02-08Pass themes folder as parameterGuillaume Gomez-5/+5
2018-02-08Add tests for themesGuillaume Gomez-0/+52