about summary refs log tree commit diff
path: root/src/librustdoc/theme
AgeCommit message (Collapse)AuthorLines
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-1/+1
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.
2023-04-16Spelling librustdocJosh Soref-2/+2
* associated * collected * correspondence * inlining * into * javascript * multiline * variadic Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-09-15Correctly handle parensGuillaume Gomez-1/+17
2022-09-14Add check for missing CSS variablesGuillaume Gomez-8/+44
2022-09-14Update theme check testsGuillaume Gomez-21/+39
2022-06-07Update minifier version to 0.2.1Guillaume Gomez-1/+1
2021-07-07Clean up rustdoc static filesGuillaume Gomez-1/+1
2020-02-12Add test to check if minified theme are handled correctlyGuillaume Gomez-0/+13
2019-12-22Format the worldMark Rousskov-3/+5
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-0/+102