| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 | |
| 2023-09-20 | Ensure `build/tmp` exists in `rustdoc_themes::get_themes` | Lukas Wirth | -1/+2 | |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael 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-20 | Migrate to 2021 | Mark Rousskov | -1/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -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-22 | Format the world | Mark Rousskov | -8/+6 | |
| 2019-11-18 | remove -Z option from rustdoc theme checker tool | Guillaume Gomez | -1/+0 | |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -2/+5 | |
| 2019-11-18 | rename check-theme option into check-themes | Guillaume Gomez | -1/+1 | |
| 2019-11-18 | Rename theme-checker option to check-theme | Guillaume Gomez | -1/+1 | |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by ↵ | Vadim Petrochenkov | -2/+0 | |
| rustbuild Remove some random unnecessary lint `allow`s | ||||
| 2019-02-04 | Transition rustdoc-theme to 2018 edition | Hirokazu Hata | -0/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-03-29 | Rename main theme into light theme | Guillaume Gomez | -1/+1 | |
| 2018-02-08 | Convert python script to rust | Guillaume Gomez | -52/+67 | |
| 2018-02-08 | Pass themes folder as parameter | Guillaume Gomez | -5/+5 | |
| 2018-02-08 | Add tests for themes | Guillaume Gomez | -0/+52 | |
