about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-12-14Merge pull request #501 from oli-obk/fix/semeManish Goregaokar-38/+53
2015-12-14fix fallout from CC improvementsOliver Schneider-23/+16
2015-12-14fix cc computation in the presence of diverging callsOliver Schneider-15/+37
2015-12-14more doc commentsllogiq-0/+21
2015-12-14more docsllogiq-0/+21
2015-12-13Merge branch 'more_wiki'Manish Goregaokar-0/+14
2015-12-12Make ExprField follow single-underscore rulesDevon Hollowood-1/+5
2015-12-12Add wiki docs, in line with #492Devon Hollowood-0/+23
2015-12-12Reduce false positivesDevon Hollowood-6/+11
2015-12-12Update testsDevon Hollowood-1/+1
2015-12-12Run update_lints.pyDevon Hollowood-0/+2
2015-12-12Add used_underscore_binding lintDevon Hollowood-0/+34
2015-12-13Add wiki note for escape analysisManish Goregaokar-0/+14
2015-12-12Mention VecDeque in linkedlist lintCesar Eduardo Barros-1/+1
2015-12-11Merge pull request #492 from Manishearth/wikiManish Goregaokar-0/+578
2015-12-11Use suggestion for needless_returnSeo Sanghyeon-6/+11
2015-12-11added wiki comments + wiki-generating python scriptllogiq-0/+578
2015-12-10Check for unused lifetimes in bounds (fixes #489)Manish Goregaokar-4/+15
2015-12-09Upgrade rust to rustc 1.6.0-nightly (462ec0576 2015-12-09)Manish Goregaokar-11/+9
2015-12-09Add span_lint_and_then and use itSeo Sanghyeon-7/+21
2015-12-08Use suggestion for redundant_closureSeo Sanghyeon-4/+12
2015-12-07Merge pull request #483 from Manishearth/boredllogiq-3/+29
2015-12-07Merge branch 'pr-482'Manish Goregaokar-7/+58
2015-12-07Add check on redundant _ bindings in structsGuillaume Gomez-7/+58
2015-12-07Add lint for unused lifetimes (fixes #459)Manish Goregaokar-3/+29
2015-12-06Merge pull request #481 from fhartwig/lifetime-with-aliasManish Goregaokar-16/+14
2015-12-06Remove obsolete workaroundFlorian Hartwig-1/+0
2015-12-06Make lifetimes lint work with type aliases and non-locally-defined structsFlorian Hartwig-15/+14
2015-12-05Fix clippy with latest Rust nightly.Robert Clipsham-1/+1
2015-12-05Make panic in CC silencable (partial #478)Manish Goregaokar-10/+23
2015-12-04Rudimentary escape analysis for Box<T>Manish Goregaokar-0/+159
2015-12-03Merge pull request #460 from oli-obk/cyclomatic_complexityllogiq-147/+319
2015-12-03improve cc of functionOliver Schneider-23/+18
2015-12-03high-speed-dogfoodOliver Schneider-0/+4
2015-12-03compute cyclomatic complexity (adjusted to not punish Rust's `match`)Oliver Schneider-124/+297
2015-12-02Remove unused qualificationsSeo Sanghyeon-9/+9
2015-11-30Rust upgrade to rustc 1.6.0-nightly (52d95e644 2015-11-30)Manish Goregaokar-1/+1
2015-11-27fix for latest nightlyHobofan-1/+3
2015-11-26Merge pull request #468 from devonhollowood/option-methodsManish Goregaokar-13/+84
2015-11-25Add lints suggesting map_or() and map_or_else()Devon Hollowood-13/+84
2015-11-26Suppress explicit_counter_loop lint if loop variable is used after the loopFlorian Hartwig-8/+17
2015-11-25Fixes to build with current rust nightlyFlorian Hartwig-2/+2
2015-11-25Don't panicSeo Sanghyeon-7/+13
2015-11-25Extend match_ref_pats to desugared matchesSeo Sanghyeon-15/+34
2015-11-25Dogfood match_ref_pats for `if let`Seo Sanghyeon-21/+21
2015-11-23spurious newlineManish Goregaokar-1/+1
2015-11-22Merge branch 'pr-462'Manish Goregaokar-4/+62
2015-11-22Add block_in_if lint, #434John Quigley-0/+95
2015-11-19Appease clippy by not shadowing variablesFlorian Hartwig-2/+2
2015-11-19Simplify has_debug_implFlorian Hartwig-65/+24