about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-07Small cleanupmcarton-9/+4
2016-02-07Fix typomcarton-1/+1
2016-02-07Add `-` and `/` to EQ_OPmcarton-5/+9
2016-02-07Improve is_exp_equalmcarton-33/+152
2016-02-07Lint ifs with the same then and else blocksmcarton-14/+69
2016-02-07Lint about consecutive ifs with same conditionmcarton-1/+94
2016-02-07Merge branch 'pr-581'Manish Goregaokar-103/+135
2016-02-06Fix false negative in TRIVIAL_REGEXmcarton-41/+55
2016-02-06Merge pull request #623 from mcarton/redundantManish Goregaokar-268/+438
2016-02-06Remove redundancy in lint documentationmcarton-102/+97
2016-02-06Fix util/update_wiki.py warnings and be consistent in declare_lint! invocationsmcarton-166/+341
2016-02-05Lint about trivial regexesmcarton-8/+53
2016-02-05Fix case conventionsmcarton-11/+11
2016-02-05Improve error messagemcarton-1/+1
2016-02-05Check for pattern use in FOR_KV_MAPmcarton-6/+32
2016-02-05Lint looping on maps ignoring the keys or valuesmcarton-7/+78
2016-02-05Merge branch 'master' into regex_syntaxllogiq-65/+82
2016-02-05fixed span position and READMEllogiq-13/+44
2016-02-05Lint on cloning double pointerManish Goregaokar-65/+82
2016-02-05new regex syntax lint, fixes #597llogiq-2/+60
2016-02-03falloutOliver Schneider-103/+71
2016-02-03warn on `use`ing all variants of an enumOliver Schneider-0/+64
2016-02-03Fix confusing message for STRING_TO_STRINGmcarton-3/+4
2016-02-03Extend ABSURD_UNSIGNED_COMPARISONS to handle more typesscurest-31/+138
2016-02-03Merge branch 'pr-593'Manish Goregaokar-1/+55
2016-02-02Add a lint about using `clone` on `Copy` typesmcarton-7/+34
2016-02-02Fix warnings about the rustfmt_skip attributemcarton-6/+4
2016-02-02Partially apply rustfmtmcarton-85/+92
2016-02-02Restore some of rustfmt madnessmcarton-156/+42
2016-02-02Fix typo in drop_ref lint description.inrustwetrust-1/+1
2016-02-02Add lint to warn for calls to `std::mem::drop` with a reference argumentinrustwetrust-0/+65
2016-02-01fixed #606llogiq-4/+4
2016-02-01Merge pull request #609 from oli-obk/prefixed_enum_variantsllogiq-191/+279
2016-02-01falloutOliver Schneider-191/+186
2016-02-01add lint to check for enums where all variants have the same pre-/postfixOliver Schneider-0/+93
2016-02-01Skip escape analysis for closure argumentsSeo Sanghyeon-6/+8
2016-02-01falloutOliver Schneider-68/+45
2016-02-01lint on single match expressions with a value in the else pathOliver 'ker' Schneider-15/+62
2016-01-31fixed #528llogiq-1/+3
2016-01-29Add a lint to suggest uint == 0 over uint <= 0scurest-1/+55
2016-01-30Merge branch 'devonhollowood-for-loop-over-option'llogiq-3/+56
2016-01-29Add for_loop_over_result lintDevon Hollowood-7/+29
2016-01-29Fix formatting on wikimcarton-1/+1
2016-01-29Synchronise comments with wikimcarton-3/+9
2016-01-29Small cleanupmcarton-6/+6
2016-01-29Fix false positive in NEEDLESS_LIFETIMESmcarton-15/+45
2016-01-29Add a lint to warn about &vec![_] if &[_] would domcarton-1/+117
2016-01-28Add for_loop_over_option lintDevon Hollowood-3/+34
2016-01-29Merge pull request #549 from mcarton/ifsManish Goregaokar-66/+81
2016-01-28Add a lint to warn about use of `print{,ln}!`mcarton-0/+80