| Age | Commit message (Expand) | Author | Lines |
| 2015-09-08 | made shadow_unrelated allow, added previous binding span note, fixed #319 | llogiq | -21/+36 |
| 2015-09-08 | Fix mut_mut false positive, make Allow (fixes #309) | Manish Goregaokar | -3/+2 |
| 2015-09-07 | damn autocorrect | llogiq | -1/+1 |
| 2015-09-07 | replace if let by equality check | llogiq | -1/+1 |
| 2015-09-07 | split wrong_self_convention in pub/default visibility part | llogiq | -1/+10 |
| 2015-09-06 | de-closured the item name getter | Andre Bogus | -12/+13 |
| 2015-09-06 | fix false positive len_zero in is_empty() | Andre Bogus | -25/+33 |
| 2015-09-06 | Merge pull request #308 from Manishearth/unit_cmp | llogiq | -0/+1 |
| 2015-09-06 | fixed build | Andre Bogus | -1/+1 |
| 2015-09-06 | macro check for unit_cmp | Andre Bogus | -0/+1 |
| 2015-09-06 | fixed bad_bit_mask false positive | Andre Bogus | -2/+2 |
| 2015-09-06 | Don't show the explicit_iter_loop lint for arrays with more than 32 elements | inrustwetrust | -3/+4 |
| 2015-09-06 | dogfooding a newly caught problem | Andre Bogus | -12/+10 |
| 2015-09-06 | More strict macro check | Andre Bogus | -69/+71 |
| 2015-09-05 | Made min_max `Warn` by default | llogiq | -1/+1 |
| 2015-09-05 | hir naming, removed lookup, match full path | llogiq | -35/+18 |
| 2015-09-05 | new lint: min_max | llogiq | -4/+97 |
| 2015-09-04 | fixed dogfood by using snippet instead of the (escaped) literal string | llogiq | -11/+11 |
| 2015-09-04 | Unicode lints, second attempt: Lint whole strings, help with replacement | llogiq | -17/+45 |
| 2015-09-04 | Merge pull request #298 from birkenfeld/as_mut | Manish Goregaokar | -1/+1 |
| 2015-09-04 | methods: allow &mut self for as_ methods | Georg Brandl | -1/+1 |
| 2015-09-03 | Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3... | Manish Goregaokar | -56/+64 |
| 2015-09-03 | also ignore functions | llogiq | -2/+5 |
| 2015-09-03 | Fix ICE | Manish Goregaokar | -1/+2 |
| 2015-09-02 | shadow: complete coverage of "contains_self" checker | Georg Brandl | -13/+39 |
| 2015-09-02 | methods: allow multiple self kinds for "is_" methods | Georg Brandl | -9/+11 |
| 2015-09-02 | don't say "did you mean to" - use the standard "consider..." | Georg Brandl | -8/+7 |
| 2015-09-02 | Only handle ranges starting with 0 for needless_range_loop (fixes #279) | Manish Goregaokar | -20/+26 |
| 2015-09-02 | check item name for eq, fixes #268 | llogiq | -0/+12 |
| 2015-09-02 | reporting improvements | llogiq | -12/+29 |
| 2015-09-02 | match region patterns | llogiq | -6/+6 |
| 2015-09-02 | extended pattern matching | llogiq | -9/+8 |
| 2015-09-02 | extended pattern matching | llogiq | -7/+45 |
| 2015-09-01 | methods: try to allow value self when type is Copy (fixes #273) | Georg Brandl | -10/+25 |
| 2015-09-01 | new lint: self conventions for certain method names (fixes #267) | Georg Brandl | -14/+55 |
| 2015-09-01 | lib: add clippy_pedantic group with all Allow by default lints (fixes #265) | Georg Brandl | -14/+11 |
| 2015-09-01 | FnKind::FkClosure -> FnKind::Closure | Frank Denis | -1/+1 |
| 2015-08-31 | Merge branch 'pr-260' | Manish Goregaokar | -0/+23 |
| 2015-08-31 | lifetimes lint: walk type bounds as well as types (fixes #253, again) | Georg Brandl | -13/+35 |
| 2015-08-31 | loops: fix false positives with explicit_iter_loop and references (fixes #261) | Georg Brandl | -2/+4 |
| 2015-08-31 | loops: remove debugging print | Georg Brandl | -1/+0 |
| 2015-08-30 | new lint: unnecessary patterns (x@_ -> x) | Georg Brandl | -0/+23 |
| 2015-08-30 | add precedence_negative_literal lint | Tim Neumann | -46/+68 |
| 2015-08-30 | new lint: using collect() to just exhaust an iterator | Georg Brandl | -1/+20 |
| 2015-08-30 | new lint: loop-match-break, which could be while-let (fixes #118) | Georg Brandl | -14/+75 |
| 2015-08-30 | lifetimes lint: take "where" clauses into account (fixes #253) | Georg Brandl | -6/+24 |
| 2015-08-28 | rustup, the ExpnInfo stuff changed | llogiq | -7/+11 |
| 2015-08-27 | Merge branch 'pr-228' | Manish Goregaokar | -143/+207 |
| 2015-08-27 | appease the dogfood gods | Manish Goregaokar | -0/+2 |
| 2015-08-27 | More macro checks | Manish Goregaokar | -11/+22 |