index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
theme.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-03
Change librustdoc write(.. \n) to writeln(..); fix comment in grammar
mautamu
-1
/
+1
2021-01-09
Replace under-used ImplPolarity enum with a boolean
Guillaume Gomez
-1
/
+4
2021-01-01
clippy fixes for librustdoc
Matthias Krüger
-5
/
+2
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-6
/
+6
2020-04-02
Expand and remove try_something macro.
Alex Aktsipetrov
-13
/
+7
2020-03-21
remove redundant returns (clippy::needless_return)
Matthias Krüger
-3
/
+1
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-24
don't explicitly compare against true or false
Matthias Krüger
-2
/
+2
2020-02-12
Minify CSS rules to be able to handle minified theme files as well
Guillaume Gomez
-14
/
+17
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-38
/
+30
2019-11-18
Warn instead of failing for themes
Guillaume Gomez
-0
/
+1
2019-08-02
librustdoc: Unconfigure tests during normal build
Vadim Petrochenkov
-106
/
+3
2019-06-20
Improve theme checker by removing unneeded conditions
Guillaume Gomez
-6
/
+14
2019-06-20
Add test for empty css file check
Guillaume Gomez
-0
/
+6
2019-06-20
Fix theme-checker failure
Guillaume Gomez
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
use top level `fs` functions where appropriate
Andy Russell
-7
/
+3
2018-09-02
Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv
bors
-1
/
+1
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-4
/
+4
2018-08-22
use char pattern for single-character splits: a.split("x") -> a.split('x')
Matthias Krüger
-1
/
+1
2018-05-14
replace error/warning println with structured diag
QuietMisdreavus
-5
/
+9
2018-02-08
Pass themes folder as parameter
Guillaume Gomez
-1
/
+1
2018-02-08
Add tests for themes
Guillaume Gomez
-19
/
+39
2018-02-08
Improve output a bit in case of error
Guillaume Gomez
-4
/
+17
2018-02-08
Handle comments in css selector and add tests
Guillaume Gomez
-23
/
+80
2018-02-08
get differences
Guillaume Gomez
-9
/
+40
2018-02-08
Add theme tests
Guillaume Gomez
-0
/
+258