| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-14 | new lints around `#[must_use]` fns | Andre Bogus | -0/+2 | |
| `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-03-10 | Addressed points raised in review. | Alexander Regueiro | -2/+1 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -2/+2 | |
| 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-11-27 | Run rustfmt on clippy_lints | flip1995 | -1/+0 | |
| 2018-10-11 | Fix `stutter` lints | Devon Hollowood | -19/+19 | |
| 2018-10-06 | Add license header to Rust files | Manish Goregaokar | -0/+10 | |
| 2018-08-28 | Make clippy_lints::{utils,consts} modules private, remove unused items. | Corey Farwell | -0/+114 | |
