summary refs log tree commit diff
path: root/src/librustdoc/theme.rs
AgeCommit message (Expand)AuthorLines
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