| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-02 | Expand and remove try_something macro. | Alex Aktsipetrov | -13/+7 | |
| Since https://github.com/rust-lang/rust/commit/2f6226518bd5085896a0f27cfd3ea396367ecd50 there has been only one invocation. | ||||
| 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 | |
| This commit replaces many usages of `File::open` and reading or writing with `fs::read_to_string`, `fs::read` and `fs::write`. This reduces code complexity, and will improve performance for most reads, since the functions allocate the buffer to be the size of the file. I believe that this commit will not impact behavior in any way, so some matches will check the error kind in case the file was not valid UTF-8. Some of these cases may not actually care about the error. | ||||
| 2018-09-02 | Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv | bors | -1/+1 | |
| use char pattern for single-character splits: a.split("x") -> a.split('x') | ||||
| 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 | |
