| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-09-04 | Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995 | bors | -1/+1 | |
| use a structured suggestion for char-lit-as-u8 changelog: use a structured suggestion for char-lit-as-u8 | ||||
| 2019-09-04 | Run update_lints | flip1995 | -1/+1 | |
| 2019-09-04 | Add manual_saturating_arithmetic lint | Shotaro Yamada | -1/+8 | |
| 2019-09-03 | lint against `MaybeUninit::uninit().assume_init()` | Andre Bogus | -1/+8 | |
| 2019-08-23 | Run update_lints for Unicode lint | Lzu Tao | -1/+1 | |
| 2019-08-19 | Import rustc_plugin from its new location | Simon Sapin | -7/+3 | |
| Depends on https://github.com/rust-lang/rust/pull/62727 | ||||
| 2019-08-19 | Add option_and_then_some lint | Lzu Tao | -1/+8 | |
| 2019-08-18 | Auto merge of #4403 - xd009642:type_repetition_improvements, r=phansch,flip1995 | bors | -1/+1 | |
| Improvements to `type_repetition_in_bounds` Improvements to the `type_repetition_in_bounds` trait based on feedback from #4380 #4326 #4323 Currently just make it pedantic. Hopefully, more to come changelog: move `type_repetition_in_bounds` to `pedantic` | ||||
| 2019-08-18 | Run update_lints | xd009642 | -1/+1 | |
| 2019-08-18 | Change lint type to 'complexity' | Jeremy Stucki | -1/+1 | |
| 2019-08-18 | Merge branch 'origin/master' into suspicious_map | Jeremy Stucki | -1/+1 | |
| 2019-08-16 | Remove "a" from single_match_else description | KRAAI, MATTHEW [VISUS] | -1/+1 | |
| 2019-08-15 | Implement lint 'suspicious_map' | Jeremy Stucki | -1/+8 | |
| 2019-08-14 | Deprecate unused_collect lint | Philipp Hansch | -8/+1 | |
| 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 | Run 'update_lints' | Jeremy Stucki | -1/+1 | |
| 2019-08-11 | Rename 'flat_map' → 'flat_map_identity' | Jeremy Stucki | -1/+1 | |
| 2019-08-11 | Handle calls with 'std::convert::identity' | Jeremy Stucki | -1/+1 | |
| 2019-08-11 | Merge branch 'origin/master' into flat-map | Jeremy Stucki | -18/+50 | |
| 2019-08-11 | update_lints | Ralf Jung | -8/+1 | |
| 2019-08-05 | Run update_lints and fmt | flip1995 | -1/+1 | |
| 2019-08-05 | Move expression check to LateLintPass | Vincent Dal Maso | -0/+7 | |
| Changes: - Move from EarlyLintPass - Fix entrypoint check with function path def_id. | ||||
| 2019-08-01 | Move UNNECESSARY_UNWRAP to complexity and PANICKING_UNWRAP to correctness | flip1995 | -2/+2 | |
| 2019-07-27 | Respond to review comments | xd009642 | -1/+8 | |
| Update README and CHANGELOG using the util scripts, refine the help message and fix the float_cmp error. | ||||
| 2019-07-19 | rustup https://github.com/rust-lang/rust/pull/62679/ | Matthias Krüger | -2/+2 | |
| 2019-07-17 | Fix "unkown clippy lint" error in UI test. | Darth-Revan | -2/+2 | |
| 2019-07-17 | Implement lint for inherent to_string() method. | Darth-Revan | -1/+15 | |
| 2019-07-15 | Auto merge of #4273 - mikerite:deny-warnings, r=flip1995 | bors | -0/+3 | |
| Deny warnings in CI changelog: none | ||||
| 2019-07-15 | Deny warnings in CI | Michael Wright | -0/+3 | |
| 2019-07-13 | Build sys_root in driver with PathBuf instead of String | flip1995 | -6/+14 | |
| 2019-07-08 | Implement flat_map lint | Jeremy Stucki | -0/+7 | |
| 2019-06-23 | PR comments | Joe Frikker | -1/+1 | |
| 2019-06-22 | Adding try_err lint | Joe Frikker | -1/+8 | |
| 2019-06-15 | Downgrade integer_division to restriction | David Tolnay | -1/+1 | |
| 2019-06-14 | Use replace_region_in_file for creating the lint list | flip1995 | -8/+17 | |
| 2019-06-12 | minor fix | Jane Lusby | -1/+1 | |
| 2019-06-12 | make it pass dogfood | Jane Lusby | -26/+27 | |
| 2019-06-12 | run rustfmt | Jane Lusby | -2/+7 | |
| 2019-06-12 | fix padding and put clippy someplaces | Jane Lusby | -14/+8 | |
| 2019-06-12 | show default lint levels | Jane Lusby | -25/+43 | |
| 2019-06-12 | group printing | Jane Lusby | -37/+48 | |
| 2019-06-12 | prelim arg parse | Jane Lusby | -23/+137 | |
| 2019-06-12 | move Lint static def into its own module | Jane Lusby | -9/+11 | |
| 2019-06-12 | switch to sorted usable lints | Jane Lusby | -1229/+1097 | |
| 2019-06-12 | initial commit for help improvements on clippy-driver | Jane Lusby | -0/+2310 | |
| 2019-05-01 | clippy-driver: use rustc_tools_util to get version info. | Matthias Krüger | -5/+4 | |
| This will add git hash information to `clippy-driver -V` output. | ||||
| 2019-04-01 | rustup 41316f0449025394fdca6606d3fdb3b8f37a9872 | Matthias Krüger | -1/+1 | |
| 2019-04-01 | Updated source to match with recent rustc `master` toolchain changes | Félix Fischer | -1/+1 | |
| 2019-03-12 | Remove some unused features and `error-pattern`s | Philipp Hansch | -9/+0 | |
| 2019-03-10 | Various cosmetic improvements. | Alexander Regueiro | -2/+2 | |
| 2019-03-10 | rustfmt | John Kåre Alsaker | -12/+15 | |
