| Age | Commit message (Expand) | Author | Lines |
| 2015-08-11 | move walk_ty() to utils module and rename to walk_ptrs_ty | Georg Brandl | -17/+16 |
| 2015-08-12 | Merge pull request #127 from birkenfeld/better-helptext-if-let | Manish Goregaokar | -5/+12 |
| 2015-08-11 | all: whitespace cleanup | Georg Brandl | -553/+553 |
| 2015-08-11 | Merge branch 'pr-78' | Manish Goregaokar | -0/+33 |
| 2015-08-11 | nit | Manish Goregaokar | -1/+1 |
| 2015-08-11 | better help text for "match -> if let" lint | Georg Brandl | -6/+13 |
| 2015-08-11 | new lint for unneeded return stmts | Georg Brandl | -0/+70 |
| 2015-08-11 | Remove tabs and trailing whitespace from lib and misc. | Georg Brandl | -46/+46 |
| 2015-08-11 | added parent method, also changed match-if-let note to help | llogiq | -115/+137 |
| 2015-08-09 | Upgrade Rust to rustc 1.4.0-nightly (a5d33d891 2015-08-08) (fixes #123) | Manish Goregaokar | -3/+3 |
| 2015-08-07 | whitespace | llogiq | -1/+1 |
| 2015-08-05 | New string_add_assign lint (first part of #121), also formatting & refactoring | llogiq | -140/+197 |
| 2015-08-02 | Fix crash with idents from different contexts | Manish Goregaokar | -1/+7 |
| 2015-07-31 | Upgrade to rustc 1.3.0-nightly (4d52d7c85 2015-07-30) | Manish Goregaokar | -11/+11 |
| 2015-07-27 | Basic framework for structured logging | Manish Goregaokar | -46/+69 |
| 2015-07-16 | rustup, also first time clippy was used on itself, which led to a small refac... | llogiq | -11/+26 |
| 2015-07-09 | new 'snippet' utils method, used where applicable | llogiq | -13/+18 |
| 2015-07-01 | Fix build for rustc 1.3.0-nightly (bf3c979ec 2015-06-30) | Zachary Bush | -13/+12 |
| 2015-06-18 | Fix build with rustc 1.2.0-nightly (20d23d8e5 2015-06-18) | Zachary Bush | -1/+1 |
| 2015-06-15 | fixed renaming of rustc::middle::ty enums | llogiq | -15/+19 |
| 2015-06-11 | also included String::from in cmp_owned and fixed deprecation in test | llogiq | -3/+3 |
| 2015-06-11 | first unicode lint: zero_width_space | llogiq | -0/+48 |
| 2015-06-07 | forgot to update utils, there are a few new s | llogiq | -1/+31 |
| 2015-06-07 | removed false positives from inline_always (issue #84) | llogiq | -8/+63 |
| 2015-06-06 | fixed issue #88 in bit_mask | llogiq | -8/+16 |
| 2015-06-01 | fixed modules/visibility | llogiq | -1/+2 |
| 2015-06-01 | moved in_macro to (new) utils.rs | llogiq | -12/+15 |
| 2015-06-01 | Fixed block check, also added macro test to collapsible_if and inline_always | llogiq | -32/+47 |
| 2015-06-01 | merged upstream master | llogiq | -5/+94 |
| 2015-06-01 | now the method lookup actually works (and I understand why! :smile:), reduces... | llogiq | -21/+45 |
| 2015-06-01 | Merge pull request #68 from Manishearth/macro_expn | llogiq | -5/+10 |
| 2015-06-01 | check for is_empty() method to get rid of false positives | llogiq | -5/+31 |
| 2015-05-31 | Implements #45 - any number mod 1 will be 0 | Matthew Hall | -0/+33 |
| 2015-05-30 | New lint for issue | llogiq | -0/+51 |
| 2015-05-29 | Add lint for ifs that could be collapsed | Matthew Hall | -0/+83 |
| 2015-05-26 | made in_macro distinguish intra-crate and extra-crate macros, as the latter h... | llogiq | -4/+10 |
| 2015-05-26 | Merge pull request #71 from sourcejedi/patch-1 | Manish Goregaokar | -1/+1 |
| 2015-05-26 | made macro test even simpler, added a few tests | llogiq | -5/+4 |
| 2015-05-25 | fixed issue #69 | llogiq | -1/+1 |
| 2015-05-25 | first prototype of macro expn detection in mut_mut.rs | llogiq | -21/+32 |
| 2015-05-24 | Fix copy+paste in description of LEN_ZERO | Alan Jenkins | -1/+1 |
| 2015-05-23 | Formatting fixed | llogiq | -1/+1 |
| 2015-05-23 | another refactoring, using more fitting Option methods, improving formatting,... | llogiq | -140/+148 |
| 2015-05-21 | Merge pull request #65 from Manishearth/cmp_owned | llogiq | -2/+8 |
| 2015-05-21 | check for str type of .to_owned() callee | llogiq | -4/+10 |
| 2015-05-21 | refactored Option usage and fn argument types, improved formatting | llogiq | -78/+112 |
| 2015-05-21 | new lint: cmp_owned | llogiq | -1/+51 |
| 2015-05-20 | new lints len_zero and len_without_is_empty | llogiq | -0/+105 |
| 2015-05-18 | removed ty_ptr match | llogiq | -6/+3 |
| 2015-05-18 | better messages | llogiq | -3/+3 |