| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-18 | Rustup to rust-lang/rust#68204 | Yuki Okushi | -1/+5 | |
| 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 | |
| 2020-01-04 | Rustup to https://github.com/rust-lang/rust/pull/67853 | Philipp Hansch | -1/+1 | |
| Specifically caused by https://github.com/rust-lang/rust/pull/67786 | ||||
| 2019-12-30 | Rustup to rust-lang/rust#66942 | Yuki Okushi | -2/+2 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -4/+4 | |
| 2019-12-25 | Correct documentation for `len_zero` | Yuki Okushi | -4/+3 | |
| 2019-12-22 | Add <'_> where necessary | flip1995 | -3/+3 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -3/+3 | |
| 2019-09-26 | Rustup https://github.com/rust-lang/rust/pull/64513 | Lzu Tao | -1/+1 | |
| 2019-08-19 | Remove in_macro_or_desugar | KRAAI, MATTHEW [VISUS] | -5/+3 | |
| 2019-08-01 | Add required negation in non_zero lint | chansuke | -1/+1 | |
| 2019-07-06 | Rename hir::map::local_def_id_from_hir_id to local_def_id | Lzu Tao | -4/+4 | |
| 2019-05-25 | Rename "Associated*" to "Assoc*" | Andrew Xu | -6/+6 | |
| This is to fix the breakage introduced by rust-lang/rust#60163. | ||||
| 2019-05-18 | Dogfood and rustfmt | Oliver Scherer | -2/+1 | |
| 2019-05-17 | Prevent symbocalypse | Oliver Scherer | -13/+11 | |
| 2019-05-14 | Rustfmt all the things | Oliver Scherer | -2/+3 | |
| 2019-05-14 | Use symbols instead of strings | Oliver Scherer | -10/+12 | |
| 2019-05-13 | Rustup to rustc 1.36.0-nightly (1764b2972 2019-05-12) | Manish Goregaokar | -7/+3 | |
| 2019-05-11 | Rename in_macro to in_macro_or_desugar | Manish Goregaokar | -3/+5 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -13/+2 | |
| Fixes #3917. | ||||
| 2019-03-23 | run cargo fmt | Matthias Krüger | -4/+1 | |
| 2019-03-23 | rustup https://github.com/rust-lang/rust/pull/59096/ | Matthias Krüger | -5/+3 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -3/+3 | |
| 2019-03-05 | fix or ignore failing doc tests | Andy Russell | -3/+3 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -52/+51 | |
| 2019-03-03 | fmt fixes | Philipp Hansch | -1/+4 | |
| 2019-03-01 | align with rust-lang/rust/#58836 | ljedrz | -7/+9 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57726 | Matthias Krüger | -0/+4 | |
| 2019-01-10 | Fix comments in clippy_lints/src/len_zero.rs | Guillaume Endignoux | -4/+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 | ||||
| 2019-01-05 | rustup https://github.com/rust-lang/rust/pull/56837 | Matthias Krüger | -4/+9 | |
| 2018-12-30 | rustup https://github.com/rust-lang/rust/pull/56225/ | Matthias Krüger | -1/+1 | |
| item.name -> item.ident.name | ||||
| 2018-12-29 | Remove crate:: prefixes from crate paths | Konrad Borowski | -10/+10 | |
| This is somewhat misleading, as those are actually external crates, and don't need a crate:: prefix. | ||||
| 2018-12-08 | rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() ) | Matthias Krüger | -4/+4 | |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -32/+49 | |
| 2018-11-27 | Add applicability level to (nearly) every span_lint_and_sugg function | flip1995 | -4/+13 | |
| 2018-11-27 | Add Applicability::Unspecified to span_lint_and_sugg functions | flip1995 | -1/+3 | |
| 2018-10-16 | Fix issue #3322: reword help message for len_zero | Giorgio Gambino | -1/+1 | |
| 2018-10-14 | fix for rustc master | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 | |
| 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 | -9/+9 | |
| 2018-09-12 | Change Hash{Map, Set} to FxHash{Map, Set} | flip1995 | -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-08-22 | rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581 | Matthias Krüger | -4/+4 | |
| 2018-08-19 | codemap -> source_map | Manish Goregaokar | -1/+1 | |
| https://github.com/rust-lang/rust/pull/52953 | ||||
| 2018-08-12 | docs: add more suggestions on how to fix clippy findings to the online lint ↵ | Matthias Krüger | -0/+6 | |
| list. | ||||
