| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-01-30 | Version bump | Oliver Schneider | -1/+2 | |
| 2018-01-30 | Merge pull request #2340 from phansch/newline_after_attributes | Oliver Schneider | -0/+1 | |
| Warn on empty lines after outer attributes | ||||
| 2018-01-30 | Add double comparions lint | Seiichi Uchida | -0/+2 | |
| 2018-01-29 | Warn on empty lines after outer attributes | Philipp Hansch | -0/+1 | |
| 2018-01-29 | Bump to 0.0.183 | Manish Goregaokar | -1/+1 | |
| 2018-01-25 | Add misaligned_transmute lint | Devon Hollowood | -0/+1 | |
| 2018-01-25 | Version Bump | Oliver Schneider | -1/+1 | |
| 2018-01-23 | Merge pull request #2362 from flip1995/master | Oliver Schneider | -5/+9 | |
| Lint for numeric literals that have a better representation | ||||
| 2018-01-23 | Apply requested changes | flip1995 | -1/+1 | |
| 2018-01-23 | Add configurable threshold, default: 4096 | flip1995 | -1/+3 | |
| 2018-01-22 | Rustup to rustc 1.25.0-nightly (97520ccb1 2018-01-21) | Manish Goregaokar | -6/+3 | |
| 2018-01-19 | Merge pull request #2367 from etaoins/inline-fn-without-body-lint | Oliver Schneider | -0/+3 | |
| Lint for trait methods without bodies | ||||
| 2018-01-19 | Merge pull request #2381 from HMPerson1/remove_is_unit_expr | Oliver Schneider | -3/+6 | |
| Replace `is_unit_expr` | ||||
| 2018-01-18 | Use `unit_expr` | HMPerson1 | -1/+1 | |
| 2018-01-18 | Add `is_unit_expr` to deprecated lints list | HMPerson1 | -0/+4 | |
| 2018-01-18 | Replace `is_unit_expr` | HMPerson1 | -3/+2 | |
| 2018-01-18 | Lint for trait methods without bodies | Ryan Cumming | -0/+3 | |
| As discussed in rust-lang/rust#47475 the #[inline] attribute is currently allowed on trait methods without bodies (i.e. without a default implementation). This is misleading as it could be interpreted as affecting the implementations of the trait method. Add a lint for any use of #[inline] on a trait method without a body. Fixes rust-lang/rust#47475 | ||||
| 2018-01-18 | Merge branch 'master' into option_option_pr | Michael Wright | -0/+3 | |
| 2018-01-17 | Merge branch 'master' into option_option_pr | Michael Wright | -0/+3 | |
| 2018-01-16 | Lint for numeric literals that have a better representation in another format | flip1995 | -5/+7 | |
| 2018-01-14 | add new lint else_if_without_else | Jonathan Goodman | -0/+3 | |
| 2018-01-11 | Add lint to replace `const`s with `const fn`s | HMPerson1 | -0/+3 | |
| 2017-12-26 | Implemented option_option lint | Michael Wright | -0/+1 | |
| 2017-12-19 | Lint for matching option as ref | Wilco Kusee | -0/+1 | |
| 2017-11-20 | Merge pull request #2203 from clippered/float_cmp_const | Oliver Schneider | -0/+1 | |
| Fix #1142 float constant comparison lint | ||||
| 2017-11-14 | Apply changes that were required for running in the rustc test suite | Oliver Schneider | -2/+13 | |
| 2017-11-06 | Version bump | Oliver Schneider | -1/+3 | |
| 2017-11-05 | Fix #1142 float constant comparison lint | clippered | -0/+1 | |
| 2017-11-05 | Cargo fmt | topecongiro | -2/+1 | |
| 2017-11-02 | Merge pull request #2189 from gendx/pr-1590 | Oliver Schneider | -0/+1 | |
| Start working on #1590 | ||||
| 2017-10-31 | Update clippy for rustc 1.23.0-nightly (f0fe716db 2017-10-30) | Manish Goregaokar | -0/+1 | |
| 2017-10-30 | Update UI tests. | G. Endignoux | -0/+1 | |
| 2017-10-29 | Bump to 0.0.167 (rustup to rustc 1.23.0-nightly (90ef3372e 2017-10-29)) | Manish Goregaokar | -5/+7 | |
| 2017-10-23 | remove if_let_chain | Alex Burka | -0/+5 | |
| 2017-10-23 | Merge pull request #2136 from ykrivopalov/identity_op_fixing | Oliver Schneider | -0/+2 | |
| Identity/erasing operation lints | ||||
| 2017-10-20 | Change to `TryFrom` | HMPerson1 | -3/+3 | |
| 2017-10-20 | Add lint for `From<String>` | HMPerson1 | -0/+3 | |
| 2017-10-20 | Merge pull request #2146 from MaloJaffre/println_empty_string | Oliver Schneider | -0/+1 | |
| Add PRINTLN_EMPTY_STRING lint. | ||||
| 2017-10-20 | Add PRINTLN_EMPTY_STRING lint. | Malo Jaffré | -0/+1 | |
| 2017-10-20 | Implementation of the `const_static_lifetime` lint. | Paul Florence | -0/+3 | |
| 2017-10-20 | Merge pull request #2156 from cgm616/master | Oliver Schneider | -3/+4 | |
| Deprecate should_assert_eq lint | ||||
| 2017-10-20 | Version bump | Oliver Schneider | -6/+9 | |
| 2017-10-19 | Deprecate should_assert_eq lint | cgm616 | -3/+4 | |
| This should close #2090. | ||||
| 2017-10-17 | Merge pull request #2131 from devonhollowood/suggest-print | Oliver Schneider | -0/+3 | |
| Suggest print | ||||
| 2017-10-14 | Change lint filename | Devon Hollowood | -3/+3 | |
| suggest_print.rs -> explicit_write.rs | ||||
| 2017-10-14 | Change lint name | Devon Hollowood | -1/+1 | |
| From `suggest_print` to `explicit_write` | ||||
| 2017-10-14 | Add erasing_op lint | Yury Krivopalov | -0/+2 | |
| For expressions that can be replaced by a zero. | ||||
| 2017-10-12 | Add suggest_print lint | Devon Hollowood | -0/+3 | |
| 2017-10-11 | Use `rustc_typeck::hir_ty_to_ty` | sinkuu | -0/+1 | |
| 2017-10-11 | Add implicit_hasher lint (#2101) | sinkuu | -0/+2 | |
