| 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 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-11-27 | Re-add wildcards for BorrowKind in some places | Manish Goregaokar | -2/+2 | |
| 2019-11-27 | Add BorrowKind::Ref | Manish Goregaokar | -2/+2 | |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -2/+2 | |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -6/+6 | |
| 2019-09-03 | Allow deref_addrof in macros | Yuki Okushi | -1/+2 | |
| 2019-08-02 | Doctests: Fix all complexity lint docs | Philipp Hansch | -3/+3 | |
| cc #4319 | ||||
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -25/+5 | |
| Fixes #3917. | ||||
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -25/+25 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+8 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -9/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2019-01-03 | Auto merge of #3519 - phansch:brave_newer_ui_tests, r=flip1995 | bors | -6/+2 | |
| Integrate rustfix into Clippy test suite Once the [PR to compiletest-rs](https://github.com/laumann/compiletest-rs/pull/151) is reviewed and merged this fixes #2376. I will create a separate tracking issue for adding `run-rustfix` to all tests. | ||||
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -4/+4 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-12-28 | Fix suggestion for unnecessary_ref lint | Philipp Hansch | -6/+2 | |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -1/+0 | |
| 2018-11-27 | Add applicability level to (nearly) every span_lint_and_sugg function | flip1995 | -6/+8 | |
| 2018-11-27 | Add Applicability::Unspecified to span_lint_and_sugg functions | flip1995 | -3/+6 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-09-15 | Reintroduce `extern crate` for non-Cargo dependencies. | Eduard-Mihai Burtescu | -3/+3 | |
| 2018-08-29 | Switch to declare_tool_lint macro | flip1995 | -1/+1 | |
| 2018-08-28 | Update imports and rustup | Oliver Schneider | -1/+1 | |
| 2018-07-23 | Rustup | Oliver Schneider | -2/+2 | |
| 2018-07-20 | Remove import of if_chain | Manish Goregaokar | -0/+1 | |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 | |
| 2018-05-30 | Run rustfix | Mateusz Mikuła | -1/+1 | |
| 2018-05-28 | Merge pull request #2808 from Aaronepower/master | Oliver Schneider | -0/+50 | |
| Added lint for unnecessary references. | ||||
| 2018-05-28 | Added lint for unnecessary references | Aaron Power | -0/+50 | |
| 2018-05-28 | Refactored nested if lets to if_chain! macro | Aaron Power | -2/+4 | |
| 2018-03-28 | Categorize all the lints! | Oliver Schneider | -2/+2 | |
| 2017-09-05 | Run nightly rustfmt | Oliver Schneider | -1/+1 | |
| 2017-08-14 | Rustfmt | Oliver Schneider | -6/+8 | |
| 2017-06-29 | Run rustfmt | Oliver Schneider | -2/+6 | |
| 2017-06-22 | Use span_lint_and_sugg | Seo Sanghyeon | -4/+3 | |
| 2016-12-20 | also run rustfmt on clippy-lints | Oliver Schneider | -10/+4 | |
| 2016-11-25 | Convert DEREF_ADDROF to EarlyLintPass | Phil Turnbull | -5/+12 | |
| 2016-11-22 | Lint usage of `*&` and `*&mut` | Phil Turnbull | -0/+48 | |
| fixes #1316 | ||||
