about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-11move walk_ty() to utils module and rename to walk_ptrs_tyGeorg Brandl-17/+16
2015-08-12Merge pull request #127 from birkenfeld/better-helptext-if-letManish Goregaokar-5/+12
2015-08-11all: whitespace cleanupGeorg Brandl-553/+553
2015-08-11Merge branch 'pr-78'Manish Goregaokar-0/+33
2015-08-11nitManish Goregaokar-1/+1
2015-08-11better help text for "match -> if let" lintGeorg Brandl-6/+13
2015-08-11new lint for unneeded return stmtsGeorg Brandl-0/+70
2015-08-11Remove tabs and trailing whitespace from lib and misc.Georg Brandl-46/+46
2015-08-11added parent method, also changed match-if-let note to helpllogiq-115/+137
2015-08-09Upgrade Rust to rustc 1.4.0-nightly (a5d33d891 2015-08-08) (fixes #123)Manish Goregaokar-3/+3
2015-08-07whitespacellogiq-1/+1
2015-08-05New string_add_assign lint (first part of #121), also formatting & refactoringllogiq-140/+197
2015-08-02Fix crash with idents from different contextsManish Goregaokar-1/+7
2015-07-31Upgrade to rustc 1.3.0-nightly (4d52d7c85 2015-07-30)Manish Goregaokar-11/+11
2015-07-27Basic framework for structured loggingManish Goregaokar-46/+69
2015-07-16rustup, also first time clippy was used on itself, which led to a small refac...llogiq-11/+26
2015-07-09new 'snippet' utils method, used where applicablellogiq-13/+18
2015-07-01Fix build for rustc 1.3.0-nightly (bf3c979ec 2015-06-30)Zachary Bush-13/+12
2015-06-18Fix build with rustc 1.2.0-nightly (20d23d8e5 2015-06-18)Zachary Bush-1/+1
2015-06-15fixed renaming of rustc::middle::ty enumsllogiq-15/+19
2015-06-11also included String::from in cmp_owned and fixed deprecation in testllogiq-3/+3
2015-06-11first unicode lint: zero_width_spacellogiq-0/+48
2015-06-07forgot to update utils, there are a few new sllogiq-1/+31
2015-06-07removed false positives from inline_always (issue #84)llogiq-8/+63
2015-06-06fixed issue #88 in bit_maskllogiq-8/+16
2015-06-01fixed modules/visibilityllogiq-1/+2
2015-06-01moved in_macro to (new) utils.rsllogiq-12/+15
2015-06-01Fixed block check, also added macro test to collapsible_if and inline_alwaysllogiq-32/+47
2015-06-01merged upstream masterllogiq-5/+94
2015-06-01now the method lookup actually works (and I understand why! :smile:), reduces...llogiq-21/+45
2015-06-01Merge pull request #68 from Manishearth/macro_expnllogiq-5/+10
2015-06-01check for is_empty() method to get rid of false positivesllogiq-5/+31
2015-05-31Implements #45 - any number mod 1 will be 0Matthew Hall-0/+33
2015-05-30New lint for issuellogiq-0/+51
2015-05-29Add lint for ifs that could be collapsedMatthew Hall-0/+83
2015-05-26made in_macro distinguish intra-crate and extra-crate macros, as the latter h...llogiq-4/+10
2015-05-26Merge pull request #71 from sourcejedi/patch-1Manish Goregaokar-1/+1
2015-05-26made macro test even simpler, added a few testsllogiq-5/+4
2015-05-25fixed issue #69llogiq-1/+1
2015-05-25first prototype of macro expn detection in mut_mut.rsllogiq-21/+32
2015-05-24Fix copy+paste in description of LEN_ZEROAlan Jenkins-1/+1
2015-05-23Formatting fixedllogiq-1/+1
2015-05-23another refactoring, using more fitting Option methods, improving formatting,...llogiq-140/+148
2015-05-21Merge pull request #65 from Manishearth/cmp_ownedllogiq-2/+8
2015-05-21check for str type of .to_owned() calleellogiq-4/+10
2015-05-21refactored Option usage and fn argument types, improved formattingllogiq-78/+112
2015-05-21new lint: cmp_ownedllogiq-1/+51
2015-05-20new lints len_zero and len_without_is_emptyllogiq-0/+105
2015-05-18removed ty_ptr matchllogiq-6/+3
2015-05-18better messagesllogiq-3/+3