| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-27 | Rename `span_help_and_lint` to `span_lint_and_help` | Yuki Okushi | -2/+2 | |
| 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-04 | Rustup to https://github.com/rust-lang/rust/pull/67853 | Philipp Hansch | -2/+2 | |
| Specifically caused by https://github.com/rust-lang/rust/pull/67786 | ||||
| 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/+4 | |
| `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 | -2/+2 | |
| 2019-09-05 | Rustup "Minimize uses of `LocalInternedString`" | Lzu Tao | -12/+8 | |
| 2019-08-19 | Remove in_macro_or_desugar | KRAAI, MATTHEW [VISUS] | -2/+2 | |
| 2019-08-15 | Rustup to rust-lang/rust#63543 | flip1995 | -1/+1 | |
| 2019-08-06 | Don't emit enum_variant_names if remainder starts with a numeric | Philipp Hansch | -0/+4 | |
| As [per the reference](https://doc.rust-lang.org/reference/identifiers.html), identifiers must start with a letter. So we don't suggest a better variant naming in these cases. Fixes #739 | ||||
| 2019-05-21 | Rustup to rustc 1.36.0-nightly (dbfe70dfc 2019-05-22) | Manish Goregaokar | -1/+1 | |
| 2019-05-11 | Rename in_macro to in_macro_or_desugar | Manish Goregaokar | -2/+2 | |
| 2019-04-19 | Fix false positive in module_name_repetitions lint | Philipp Hansch | -2/+2 | |
| This lint was triggering on modules inside expanded attrs, like for example `#[cfg(test)]` and possibly more. | ||||
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -15/+7 | |
| Fixes #3917. | ||||
| 2019-03-05 | fix or ignore failing doc tests | Andy Russell | -1/+1 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -69/+69 | |
| 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 | ||||
| 2019-01-03 | Make clippy work with parallel rustc | John Kåre Alsaker | -3/+3 | |
| 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-17 | Rename lint to MODULE_NAME_REPETITIONS | flip1995 | -4/+9 | |
| 2018-12-16 | chore(moduel_name_repeat): Rename stutter lint to module_name_repeat to ↵ | Klaus Purer | -4/+4 | |
| avoid ableist language | ||||
| 2018-11-27 | Run rustfmt on clippy_lints | flip1995 | -17/+18 | |
| 2018-11-17 | remove unused allow() attributes, NFC | Matthias Krüger | -2/+0 | |
| 2018-10-11 | Fix `stutter` lints | Devon Hollowood | -6/+6 | |
| 2018-10-11 | Fix `similar_names` warnings | Devon Hollowood | -0/+1 | |
| Most of these are just `#![allow]`ed, because they are things like using l vs r to differentiate left vs right. These would be made less clear by taking the advice of `similar_names` | ||||
| 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 | Adapt codebase to the tool_lints | flip1995 | -1/+1 | |
| 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-23 | Rustup | Oliver Schneider | -3/+3 | |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 | |
| 2018-07-15 | Ignore spans when comparing expressions | Oliver Schneider | -1/+1 | |
| 2018-06-29 | Rustup | Mateusz Mikuła | -2/+2 | |
| 2018-05-30 | Run rustfix | Mateusz Mikuła | -2/+2 | |
| 2018-05-01 | Merge pull request #2701 from nathan/patch-1 | Oliver Schneider | -0/+2 | |
| Add third variant to {pub_,}enum_variant_names examples | ||||
| 2018-04-28 | Rustup to latest nightly | Philipp Hansch | -3/+3 | |
| Due to https://github.com/rust-lang/rust/pull/48995 and https://github.com/rust-lang/rust/pull/49894 | ||||
| 2018-04-27 | Add third variant to {pub_,}enum_variant_names examples | Nathan | -0/+2 | |
| The default value for `enum-variant-name-threshold` is 3, so the old examples (which only have two enum variants) don't actually trigger the lint by default. | ||||
| 2018-04-07 | Fix compilation for nightly 2018-04-06 | Michael Wright | -1/+1 | |
| Breakages for introduced by rust pull request 'AST: Give spans to all identifies' - rust-lang/rust/pull#49154 Closes #2639 | ||||
| 2018-03-28 | Categorize all the lints! | Oliver Schneider | -8/+8 | |
| 2018-03-16 | Apply clippy suggestions | Mateusz Mikuła | -1/+1 | |
| Signed-off-by: Mateusz Mikuła <mati865@gmail.com> | ||||
| 2018-02-23 | Update Rust to 063deba92e | Manish Goregaokar | -3/+3 | |
| 2017-11-26 | Check for word beginning in stutter lint | Lukas Stevens | -1/+10 | |
| 2017-11-05 | Cargo fmt | topecongiro | -2/+5 | |
| 2017-10-10 | Don't lint accidental "prefixes" on enum variants | Oliver Schneider | -1/+2 | |
| 2017-09-05 | Run nightly rustfmt | Oliver Schneider | -1/+1 | |
| 2017-08-21 | Run Dogfood for `use_self` | Oliver Schneider | -2/+2 | |
