| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-18 | Rustup to rust-lang/rust#68204 | Yuki Okushi | -1/+1 | |
| 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 | Normalize lint messages | Yuki Okushi | -4/+4 | |
| 2020-01-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -3/+3 | |
| 2019-12-31 | Rustup to rust-lang/rust#67707 | Yuki Okushi | -1/+1 | |
| 2019-12-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -1/+1 | |
| 2019-12-22 | Add <'_> where necessary | flip1995 | -3/+3 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-10-14 | new lints around `#[must_use]` fns | Andre Bogus | -0/+1 | |
| `must_use_unit` lints unit-returning functions with a `#[must_use]` attribute, suggesting to remove it. `double_must_use` lints functions with a plain `#[must_use]` attribute, but which return a type which is already `#[must_use]`, so the attribute has no benefit. `must_use_candidate` is a pedantic lint that lints functions and methods that return some non-unit type that is not already `#[must_use]` and suggests to add the annotation. | ||||
| 2019-09-27 | Rustup to rust-lang/rust#64813 | flip1995 | -6/+6 | |
| 2019-09-25 | non_copy_const: remove incorrect suggestion | Manish Goregaokar | -8/+2 | |
| 2019-09-18 | Work around qpath_res issue | Michael Wright | -2/+2 | |
| 2019-08-19 | Remove in_macro_or_desugar | KRAAI, MATTHEW [VISUS] | -2/+2 | |
| 2019-07-31 | Update all the code to pass the updated `use_self` lint. | Jakub Wieczorek | -2/+3 | |
| One struct required a temporary `#[allow(dead_code)]` annotation due to a bug in the Rust compiler: https://github.com/rust-lang/rust/issues/63151. | ||||
| 2019-06-25 | find_by_hir_id -> find | Manish Goregaokar | -1/+1 | |
| 2019-06-25 | get_parent_node_by_hir_id -> get_parent_node | Manish Goregaokar | -2/+2 | |
| 2019-06-18 | rustup https://github.com/rust-lang/rust/pull/61836/ | Matthias Krüger | -1/+1 | |
| 2019-06-12 | rustup https://github.com/rust-lang/rust/pull/61758/files | Matthias Krüger | -2/+2 | |
| 2019-05-25 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 | |
| This is to fix the breakage introduced by rust-lang/rust#60163. | ||||
| 2019-05-11 | Rename in_macro to in_macro_or_desugar | Manish Goregaokar | -2/+2 | |
| 2019-05-03 | Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03) | Matthias Krüger | -3/+3 | |
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -12/+2 | |
| Fixes #3917. | ||||
| 2019-03-18 | Replace most of ty:Ty with Ty | Mateusz Mikuła | -2/+2 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -16/+18 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -56/+56 | |
| 2019-03-01 | enable rust-lang/rust#58754 | ljedrz | -2/+2 | |
| 2019-02-24 | HirIdify some lints | ljedrz | -4/+4 | |
| 2019-01-27 | rustup https://github.com/rust-lang/rust/pull/57907/ | Matthias Krüger | -1/+1 | |
| for file in `fd \.rs$` ; do sed -i s/span_suggestion_with_applicability/span_suggestion/g $file ; done for file in `fd \.rs$` ; do sed -i s/span_suggestion_short_with_applicability/span_suggestion_short/g $file ; done for file in `fd \.rs$` ; do sed -i s/span_suggestions_with_applicability/span_suggestions/g $file ; done | ||||
| 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 | -9/+9 | |
| 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 | -39/+38 | |
| 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-08-29 | Switch to declare_tool_lint macro | flip1995 | -1/+1 | |
| 2018-08-28 | Update imports and rustup | Oliver Schneider | -1/+1 | |
| 2018-08-11 | fix 2 clippy warnings | Matthias Krüger | -3/+3 | |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 | |
| 2018-07-16 | Update for hir renamings in rustc | Oliver Schneider | -2/+2 | |
| 2018-07-16 | ExprKind | csmoe | -5/+5 | |
| 2018-06-28 | Fix warnings | Mateusz Mikuła | -1/+1 | |
| 2018-06-23 | Lint against const items which are interior mutable. Fix #1560. | kennytm | -0/+268 | |
