| 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-09 | Rustup to rust-lang/rust#67979 | Yuki Okushi | -5/+7 | |
| 2020-01-07 | Normalize lint messages | Yuki Okushi | -2/+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-22 | Add <'_> where necessary | flip1995 | -1/+1 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -6/+6 | |
| 2019-08-19 | Remove in_macro_or_desugar | KRAAI, MATTHEW [VISUS] | -4/+2 | |
| 2019-08-01 | Fix doc tests | flip1995 | -0/+6 | |
| 2019-08-01 | Remove Known problems for UNNECESSARY_UNWRAP | flip1995 | -1/+1 | |
| This shouldn't happen with NLL | ||||
| 2019-08-01 | Move UNNECESSARY_UNWRAP to complexity and PANICKING_UNWRAP to correctness | flip1995 | -2/+2 | |
| 2019-06-20 | Fix warnings about unnecessary lifetime bounds | Lzu Tao | -4/+4 | |
| Rustup https://github.com/rust-lang/rust/pull/61172 | ||||
| 2019-05-17 | Prevent symbocalypse | Oliver Scherer | -4/+3 | |
| 2019-05-14 | Rustfmt all the things | Oliver Scherer | -1/+1 | |
| 2019-05-14 | Use symbols instead of strings | Oliver Scherer | -3/+4 | |
| 2019-05-11 | Rename in_macro to in_macro_or_desugar | Manish Goregaokar | -2/+4 | |
| 2019-05-10 | Fix unwrap.rs | Manish Goregaokar | -2/+2 | |
| 2019-05-03 | Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) | Matthias Krüger | -1/+1 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -13/+3 | |
| Fixes #3917. | ||||
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -35/+35 | |
| 2019-02-20 | partially HirIdify lints | ljedrz | -2/+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 | -6/+6 | |
| 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 | -1/+1 | |
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -2/+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 | -6/+6 | |
| 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-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 | BinOpKind | csmoe | -1/+1 | |
| 2018-07-16 | ExprKind | csmoe | -7/+7 | |
| 2018-06-29 | Rustup | Mateusz Mikuła | -5/+5 | |
| 2018-06-12 | Fix documentation | Fabian Zaiser | -1/+0 | |
| 2018-06-12 | Fix markdown. | Fabian Zaiser | -2/+2 | |
| 2018-06-12 | Categorize the unwrap lints correctly. | Fabian Zaiser | -2/+2 | |
| 2018-06-12 | Update known problems. | Fabian Zaiser | -1/+2 | |
| 2018-06-12 | Implement lint checking for `unwrap`s that will always panic. | Fabian Zaiser | -10/+42 | |
| 2018-06-08 | Address review comments. | Fabian Zaiser | -5/+5 | |
| 2018-06-08 | Implement lint that checks for unidiomatic `unwrap()` (fixes #1770) | Fabian Zaiser | -0/+176 | |
| This checks for things like if x.is_some() { x.unwrap() } which should be written using `if let` or `match` instead. In the process I moved some logic to determine which variables are mutated in an expression to utils/usage.rs. | ||||
