| 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-07 | Rustup to rust-lang/rust#67886 | Yuki Okushi | -1/+1 | |
| 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-27 | Rustup to rust-lang/rust#66936 | Yuki Okushi | -3/+3 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-11-19 | add a good example for the approx_const lint | Johannes Schilling | -0/+6 | |
| 2019-11-07 | Rustup to rust-lang/rust#65884 | flip1995 | -4/+6 | |
| 2019-10-29 | Simplify approx const truncation check | Michael Wright | -7/+4 | |
| 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 | -1/+1 | |
| 2019-05-18 | Dogfood | Oliver Scherer | -1/+1 | |
| 2019-05-17 | Prevent symbocalypse | Oliver Scherer | -22/+17 | |
| 2019-05-14 | Rustfmt all the things | Oliver Scherer | -1/+1 | |
| 2019-05-14 | Use symbols instead of strings | Oliver Scherer | -19/+24 | |
| 2019-05-13 | Rustup to rustc 1.36.0-nightly (1764b2972 2019-05-12) | Manish Goregaokar | -3/+3 | |
| 2019-04-24 | Remove approx_constant known problems | Matthew Kraai | -4/+1 | |
| Fixes #4025. | ||||
| 2019-04-17 | Use lint pass macros | Matthew Kraai | -14/+3 | |
| Fixes #3917. | ||||
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -1/+1 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -21/+21 | |
| 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-30 | Auto merge of #3597 - xfix:match-ergonomics, r=phansch | bors | -1/+1 | |
| Match ergonomics (lints from A to B) | ||||
| 2018-12-29 | Use match ergonomics for approx_const lint | Konrad Borowski | -1/+1 | |
| 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-11-27 | Run rustfmt on clippy_lints | flip1995 | -3/+2 | |
| 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 | Switch to declare_tool_lint macro | flip1995 | -1/+1 | |
| 2018-08-28 | Update imports and rustup | Oliver Schneider | -1/+1 | |
| 2018-07-23 | Rustup | Oliver Schneider | -2/+2 | |
| 2018-07-19 | Remove import of rustc | Manish Goregaokar | -0/+1 | |
| 2018-07-16 | ExprKind | csmoe | -1/+1 | |
| 2018-06-15 | Dogfood new trivially_copy_pass_by_ref lint | Wim Looman | -4/+4 | |
| 2018-06-07 | Formatting | Mateusz Mikuła | -1/+1 | |
| 2018-05-30 | Run rustfix | Mateusz Mikuła | -1/+1 | |
| 2018-05-22 | Format code | Mateusz Mikuła | -3/+2 | |
| 2018-03-27 | Implementation + move one lint | Oliver Schneider | -2/+2 | |
| 2017-10-20 | Fixed some code in clippy to pass the new, removed formatting changes. | Paul Florence | -1/+1 | |
| 2017-09-12 | Fix links in approx_const | Tuomas Siipola | -4/+2 | |
| 2017-09-05 | Run nightly rustfmt | Oliver Schneider | -2/+2 | |
| 2017-08-14 | Rustfmt | Oliver Schneider | -25/+33 | |
| 2017-03-30 | Do some additional cleanup around `InternedString` and `Symbol` | Oliver Schneider | -2/+2 | |
| 2016-12-21 | rustfmt round n | Oliver Schneider | -1/+3 | |
| 2016-12-07 | update to the rust-PR that unblocks clippy | Oliver Schneider | -2/+2 | |
| 2016-12-06 | rustup to rustc 1.15.0-dev (3b248a184 2016-12-05) | Oliver Schneider | -1/+1 | |
| 2016-11-23 | Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)* | mcarton | -1/+3 | |
| 2016-10-30 | Add lint for redundant pattern matching in iflet for Result/Option | d-dorazio | -1/+1 | |
| 2016-08-07 | Make lint descriptions short and to the point; always fitting the column ↵ | Georg Brandl | -2/+1 | |
| "triggers on". | ||||
| 2016-08-07 | Make the lint docstrings more consistent. | Georg Brandl | -4/+16 | |
