about summary refs log tree commit diff
path: root/src/librustdoc/theme.rs
AgeCommit message (Expand)AuthorLines
2021-05-03Change librustdoc write(.. \n) to writeln(..); fix comment in grammarmautamu-1/+1
2021-01-09Replace under-used ImplPolarity enum with a booleanGuillaume Gomez-1/+4
2021-01-01clippy fixes for librustdocMatthias Krüger-5/+2
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-6/+6
2020-04-02Expand and remove try_something macro.Alex Aktsipetrov-13/+7
2020-03-21remove redundant returns (clippy::needless_return)Matthias Krüger-3/+1
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-24don't explicitly compare against true or falseMatthias Krüger-2/+2
2020-02-12Minify CSS rules to be able to handle minified theme files as wellGuillaume Gomez-14/+17
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-38/+30
2019-11-18Warn instead of failing for themesGuillaume Gomez-0/+1
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-106/+3
2019-06-20Improve theme checker by removing unneeded conditionsGuillaume Gomez-6/+14
2019-06-20Add test for empty css file checkGuillaume Gomez-0/+6
2019-06-20Fix theme-checker failureGuillaume Gomez-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07use top level `fs` functions where appropriateAndy Russell-7/+3
2018-09-02Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcvbors-1/+1
2018-08-28Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.Eduard-Mihai Burtescu-4/+4
2018-08-22use char pattern for single-character splits: a.split("x") -> a.split('x')Matthias Krüger-1/+1
2018-05-14replace error/warning println with structured diagQuietMisdreavus-5/+9
2018-02-08Pass themes folder as parameterGuillaume Gomez-1/+1
2018-02-08Add tests for themesGuillaume Gomez-19/+39
2018-02-08Improve output a bit in case of errorGuillaume Gomez-4/+17
2018-02-08Handle comments in css selector and add testsGuillaume Gomez-23/+80
2018-02-08get differencesGuillaume Gomez-9/+40
2018-02-08Add theme testsGuillaume Gomez-0/+258