about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-18make single char names threshold configurableOliver Schneider-3/+5
2016-03-18refactor for speedOliver Schneider-62/+120
2016-03-18fix and rebaseOliver Schneider-7/+6
2016-03-18refactoring and bugfixOliver Schneider-30/+34
2016-03-18lint on too many single character bindingsOliver Schneider-11/+61
2016-03-18suggest inserting underscores for simple casesOliver Schneider-6/+24
2016-03-18lint on binding-names that are too similarOliver Schneider-31/+188
2016-03-17fix `Eq`+`Hash` for `Constant`Oliver Schneider-6/+7
2016-03-17refactor clippy-consts to use ConstIntOliver Schneider-229/+60
2016-03-16Merge pull request #773 from mcarton/rustupMartin Carton-3/+5
2016-03-16Rustup to *1.9.0-nightly (c66d2380a 2016-03-15)*mcarton-3/+5
2016-03-15Fix problem in PANIC_PARAMS with inner `format!`mcarton-9/+25
2016-03-15Use `span_suggestion` in `STRING_LIT_AS_BYTES`mcarton-6/+13
2016-03-15Fix false positive with STRING_LIT_AS_BYTES and stringify!mcarton-1/+1
2016-03-15Fix ICE in `OUT_OF_BOUNDS_INDEXING` with rangesmcarton-11/+8
2016-03-15rustup const eval changesOliver 'ker' Schneider-104/+71
2016-03-15Update to rustc 1.9.0-nightly (6d215fe04 2016-03-14)Manish Goregaokar-1/+1
2016-03-14prevent cc lint from panicking on unreachable codeOliver Schneider-0/+4
2016-03-13Merge pull request #698 from mcarton/confManish Goregaokar-35/+403
2016-03-12Fix false-positive in `panic_params`mcarton-1/+2
2016-03-12Add `str` to types considered by `len_zero`mcarton-1/+1
2016-03-12Dogfoodmcarton-4/+4
2016-03-12s/Clippy.toml/clippy.tomlmcarton-2/+2
2016-03-12Lint function with too many argumentsmcarton-1/+79
2016-03-12Don’t make conf errors fatal errorsmcarton-23/+40
2016-03-12mv src/conf.rs src/utilsmcarton-4/+4
2016-03-12White-list `third-party` in conf filesmcarton-0/+4
2016-03-12Rustfmtmcarton-16/+10
2016-03-12Add a `BLACKLISTED_NAME` lintmcarton-0/+48
2016-03-12Add configuration variables to wikimcarton-13/+20
2016-03-12Use configuration in the `TYPE_COMPLEXITY` lintmcarton-34/+46
2016-03-12Start implementing a configuration filemcarton-1/+209
2016-03-11Small nits on INDEXING_SLICINGmcarton-19/+11
2016-03-11Lint against indexing and slicingAdolfo Ochagavía-7/+104
2016-03-11Fix `unsugar_range` with `..`mcarton-17/+24
2016-03-11Rustup to 1.9.0-nightly (c9629d61c 2016-03-10)mcarton-19/+26
2016-03-09Improve the MATCH_REF_PATS suggestionsmcarton-14/+22
2016-03-09Handle the new TryDesugar variantmcarton-0/+1
2016-03-09Merge pull request #730 from mcarton/unused-labelsManish Goregaokar-47/+200
2016-03-08Fix types comparisonmcarton-13/+21
2016-03-08Remove uses of `ast_ty_to_ty_cache`mcarton-39/+36
2016-03-08Lint types with `fn new() -> Self` and no `Default` implmcarton-27/+94
2016-03-08Lint unused labelsmcarton-0/+81
2016-03-08fix cyclomatic complexity lint triggering because of short circuit operationsOliver Schneider-16/+25
2016-03-08Merge pull request #741 from martiansideofthemoon/blastoisellogiq-0/+76
2016-03-08Adding symmetric lints and test casesKALPESH KRISHNA-19/+36
2016-03-07Fix ICE in for_loop with globalsmcarton-7/+18
2016-03-08Adding underflow checks and testsKALPESH KRISHNA-0/+15
2016-03-08Linting classical overflow checks.KALPESH KRISHNA-0/+44
2016-03-07Fix tests with inclusive rangesmcarton-2/+3