| 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 | -2/+2 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -3/+3 | |
| 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 | -5/+5 | |
| 2019-09-22 | Merge branch 'master' into unneeded_wildcard_pattern | Michael Wright | -3/+3 | |
| 2019-09-18 | Work around qpath_res issue | Michael Wright | -3/+3 | |
| 2019-09-12 | Fix lint warnings | Michael Wright | -1/+1 | |
| 2019-09-04 | Refactor option handling | Jeremy Stucki | -10/+2 | |
| 2019-08-19 | Remove in_macro_or_desugar | KRAAI, MATTHEW [VISUS] | -4/+4 | |
| 2019-08-02 | Doctests: Fix all complexity lint docs | Philipp Hansch | -1/+1 | |
| cc #4319 | ||||
| 2019-05-11 | Rename in_macro to in_macro_or_desugar | Manish Goregaokar | -4/+4 | |
| 2019-05-03 | Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) | Matthias Krüger | -7/+9 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -14/+3 | |
| Fixes #3917. | ||||
| 2019-03-26 | Hacky rustup | Oliver Scherer | -4/+2 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -24/+24 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+4 | |
| 2019-01-20 | Fixed breakage due to rust-lang/rust#57489 | Michael Wright | -1/+1 | |
| 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-30 | Move constant write checks to temporary_assignment lint | Konrad Borowski | -14/+0 | |
| They make more sense here | ||||
| 2018-12-29 | Auto merge of #3596 - xfix:remove-crate-from-paths, r=flip1995 | bors | -5/+5 | |
| Remove crate:: prefixes from crate paths This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -5/+5 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-12-29 | Support array indexing expressions in unused write to a constant | Konrad Borowski | -1/+1 | |
| 2018-12-29 | Mark writes to constants as side-effect-less | Konrad Borowski | -0/+14 | |
| 2018-12-10 | Lint redundant clone of projection | Shotaro Yamada | -5/+5 | |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -56/+56 | |
| 2018-11-27 | Add applicability level to (nearly) every span_lint_and_sugg function | flip1995 | -1/+1 | |
| 2018-11-27 | Add Applicability::Unspecified to span_lint_and_sugg functions | flip1995 | -2/+4 | |
| 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 | -4/+4 | |
| 2018-08-29 | Switch to declare_tool_lint macro | flip1995 | -1/+1 | |
| 2018-07-23 | Rustup | Oliver Schneider | -2/+2 | |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 | |
| 2018-07-16 | StmtKind | csmoe | -1/+1 | |
| 2018-07-16 | BinOpKind | csmoe | -1/+1 | |
| 2018-07-16 | ExprKind | csmoe | -28/+28 | |
| 2018-05-30 | Run rustfix | Mateusz Mikuła | -1/+1 | |
| 2018-05-17 | Rustup to 2018-05-16 | Mateusz Mikuła | -2/+2 | |
| 2018-04-15 | Fix compilation for nightly 2018-04-15 | Michael Wright | -2/+0 | |
| This only fixes compilation and the build. It's possible that the `author` and `inspector` lints are broken but there are no failing tests. Closes #2667 | ||||
| 2018-03-28 | Categorize all the lints! | Oliver Schneider | -4/+4 | |
| 2017-11-05 | Cargo fmt | topecongiro | -14/+15 | |
| 2017-09-19 | Move has_drop to the utils module. | Chris Emerson | -10/+1 | |
| 2017-09-18 | Update unnecessary_operation and no_effect to not suggest removing | Chris Emerson | -12/+27 | |
| structs/enums wrappers when that type implements Drop as noted in #2061. | ||||
| 2017-09-05 | Run nightly rustfmt | Oliver Schneider | -56/+43 | |
| 2017-08-30 | Rustup (fixes #2002) | Oliver Schneider | -1/+1 | |
| 2017-08-15 | Rustup | Oliver Schneider | -2/+2 | |
