| 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 | -1/+1 | |
| 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-22 | Add <'_> where necessary | flip1995 | -2/+2 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-11-11 | Fix false positive in derive_hash_xor_eq | Philipp Hansch | -0/+1 | |
| This fixes a false positive in derive_hash_xor_eq where the lint was triggering on user-defined traits called `Hash`. | ||||
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -1/+1 | |
| 2019-09-26 | rustup https://github.com/rust-lang/rust/pull/64515 | Matthias Krüger | -1/+1 | |
| changelog: none | ||||
| 2019-09-26 | Rustup https://github.com/rust-lang/rust/pull/64513 | Lzu Tao | -3/+3 | |
| 2019-08-03 | Doctests: Enable running doc tests for pedantic lints | Philipp Hansch | -2/+2 | |
| 2019-07-06 | Rename hir::map::local_def_id_from_hir_id to local_def_id | Lzu Tao | -1/+1 | |
| 2019-06-18 | rustup https://github.com/rust-lang/rust/pull/61836/ | Matthias Krüger | -1/+1 | |
| 2019-05-17 | Prevent symbocalypse | Oliver Scherer | -2/+2 | |
| 2019-05-14 | Use symbols instead of strings | Oliver Scherer | -2/+2 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -12/+2 | |
| Fixes #3917. | ||||
| 2019-03-05 | fix or ignore failing doc tests | Andy Russell | -2/+2 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -43/+43 | |
| 2019-03-01 | align with rust-lang/rust/#58836 | ljedrz | -1/+1 | |
| 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 | -5/+5 | |
| 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 | -3/+3 | |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -13/+14 | |
| 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 | -5/+5 | |
| 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-07-20 | Remove import of if_chain | Manish Goregaokar | -0/+1 | |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 | |
| 2018-07-16 | Update for hir renamings in rustc | Oliver Schneider | -1/+1 | |
| 2018-05-30 | Run rustfix | Mateusz Mikuła | -2/+2 | |
| 2018-04-06 | Fix docs to match behavior | Russell Cohen | -1/+1 | |
| 2018-03-28 | Categorize all the lints! | Oliver Schneider | -5/+5 | |
| 2018-02-26 | Rustup to rustc 1.26.0-nightly (322d7f7b9 2018-02-25) | Manish Goregaokar | -1/+1 | |
| 2018-01-11 | Don't suggest changing explicit Clone impls if they have generics | Oliver Schneider | -0/+7 | |
| 2017-11-05 | Cargo fmt | topecongiro | -5/+7 | |
| 2017-10-23 | mechanically swap if_let_chain -> if_chain | Alex Burka | -37/+38 | |
| 2017-09-13 | Rustup | Oliver Schneider | -11/+2 | |
| 2017-09-09 | Update for latest Rust | Aaron Hill | -1/+1 | |
| This is mainly due to https://github.com/rust-lang/rust/commit/dead08cb33134 | ||||
| 2017-09-05 | Run nightly rustfmt | Oliver Schneider | -21/+21 | |
| 2017-08-24 | Rename `match_path_old` to `match_path` | Alexey Zabelin | -3/+3 | |
| The old `match_path` was renamed to `match_qpath`. As per #1983. | ||||
| 2017-08-14 | Rustfmt | Oliver Schneider | -1/+1 | |
| 2017-08-09 | fix usage of for_each_relevant_impl | Frederick Zhang | -3/+1 | |
| 2017-06-11 | Abide by the common rustc::ty conventions. | Eduard-Mihai Burtescu | -9/+8 | |
| 2017-06-11 | Update for rustc 1.19.0-nightly (4bf5c99af 2017-06-10). | Eduard-Mihai Burtescu | -2/+1 | |
