| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-21 | Deprecate unused_label lint | flip1995 | -0/+9 | |
| This lint was uplifted/turned into warn-by-default in rustc | ||||
| 2019-11-07 | Auto merge of #4757 - evanjs:issue/4748, r=phansch | bors | -62/+61 | |
| Fix Deprecated lints don't expand ### Move doc comments inside of declare_deprecated_lint macros so that they are picked up by lintlib.py ### fixes #4748 Unable to `cargo test` locally (I'm on NixOS, and keep getting errors that are similar to those #4714 might solve) but I have verified that all deprecated lints can now be expanded like other lints.  changelog: Show deprecated lints in lint documentation again | ||||
| 2019-11-07 | Deprecate `into_iter_on_array` lint | flip1995 | -0/+9 | |
| This lint was uplifted/reimplemented by rustc. Rustup to rust-lang/rust#66017 | ||||
| 2019-11-02 | deprecated_lints: re-fix ASSIGN_OPS lint doc-comment | Evan Stoll | -5/+5 | |
| 2019-11-02 | deprecated_lints: align doc comment indents with `pub LINT_NAME` | Evan Stoll | -56/+56 | |
| 2019-11-02 | deprecated_lints: remove extraneous `declare_deprecated_lint` | Evan Stoll | -1/+0 | |
| 2019-10-30 | Fix #4748 - Deprecated lints don't expand | Evan Stoll | -13/+13 | |
| - Move doc comments inside of declare_deprecated_lint macros so that they are picked up by lintlib.py | ||||
| 2019-08-14 | Deprecate unused_collect lint | Philipp Hansch | -0/+8 | |
| I found this because we only had two test cases in total for this lint. It turns out the functionality is fully covered by rustc these days. [Playground Examples](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=eb8ee6db389c77180c9fb152d3c608f4) changelog: Deprecate `unused_collect` lint. This is fully covered by rustc's `#[must_use]` on `collect` cc #2846 | ||||
| 2019-08-12 | Fix invalid_ref deprecation | Philipp Hansch | -1/+1 | |
| 2019-08-11 | deprecate invalid_ref lint | Ralf Jung | -0/+9 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -1/+1 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -10/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-12-03 | Remove unsafe_vector_initialization lint | David Tolnay | -0/+11 | |
| 2018-10-17 | Rename if_let_redundant_pattern_matching to redundant_pattern_matching | CYBAI | -1/+11 | |
| Also, making the old one deprecated | ||||
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-08-13 | deprecate assign_ops lint | Jonathan Goodman | -0/+10 | |
| 2018-04-11 | Deprecate misaligned_transmute | Devon Hollowood | -0/+11 | |
| 2017-10-19 | Deprecate should_assert_eq lint | cgm616 | -0/+8 | |
| This should close #2090. | ||||
| 2017-06-18 | Replace `Range::step_by` checking with `Iterator::step_by` | Oliver Schneider | -0/+10 | |
| 2017-01-14 | deprecate extend_from_slice lint | Andre Bogus | -0/+11 | |
| 2016-05-27 | split clippy into lints, plugin and cargo-clippy | Oliver Schneider | -0/+44 | |
