| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-13 | Rustup to rust-lang/rust#68045 | Yuki Okushi | -1/+1 | |
| 2020-01-11 | Rustup to rust-lang/rust#67806 | Yuki Okushi | -3/+2 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -1/+1 | |
| 2019-12-30 | Rustup to rust-lang/rust#66942 | Yuki Okushi | -2/+2 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -8/+7 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -8/+8 | |
| 2019-09-25 | redundant_pattern_matching: make rustfixable | Manish Goregaokar | -3/+13 | |
| 2019-09-25 | arm.pats -> arm.pat | Manish Goregaokar | -34/+32 | |
| 2019-08-21 | Fix suggestions for redundant_pattern_matching | Philipp Hansch | -3/+3 | |
| Fixes the problem displayed in https://github.com/rust-lang/rust-clippy/issues/4344#issuecomment-519206388. We now append `{}` to the suggestion so that the conditional has the correct syntax again. (If we were to _remove_ the `if` instead, it would trigger the `unused_must_use` warning for `#[must_use]` types. | ||||
| 2019-07-03 | rustup https://github.com/rust-lang/rust/pull/61995 | Matthias Krüger | -1/+1 | |
| 2019-06-21 | update tests and fix lints in clippy | Daniele D'Orazio | -4/+0 | |
| 2019-05-17 | Prevent symbocalypse | Oliver Scherer | -11/+10 | |
| 2019-05-14 | Use symbols instead of strings | Oliver Scherer | -10/+11 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -14/+3 | |
| Fixes #3917. | ||||
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -30/+30 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57907/ | Matthias Krüger | -2/+2 | |
| for file in `fd \.rs$` ; do sed -i s/span_suggestion_with_applicability/span_suggestion/g $file ; done for file in `fd \.rs$` ; do sed -i s/span_suggestion_short_with_applicability/span_suggestion_short/g $file ; done for file in `fd \.rs$` ; do sed -i s/span_suggestions_with_applicability/span_suggestions/g $file ; done | ||||
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+4 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -6/+6 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -34/+17 | |
| 2018-11-17 | remove unused allow() attributes, NFC | Matthias Krüger | -1/+0 | |
| 2018-11-02 | clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase. | Matthias Krüger | -10/+10 | |
| Turn on pedantic lints in dogfood and base tests. needless_bool: fix clippy::items-after-statements redundant_pattern_matching: fix clippy::similar-names mods.rs: fix clippy::explicit-iter-loop returns.rs: allow clippy::cast-possible-wrap Fixes #3172 | ||||
| 2018-10-17 | Rename if_let_redundant_pattern_matching to redundant_pattern_matching | CYBAI | -0/+228 | |
| Also, making the old one deprecated | ||||
