about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-07Remove all ExprRangemcarton-43/+92
2016-03-07Implement struct literal equalitymcarton-0/+9
2016-03-06Fix dogfoodmcarton-1/+1
2016-03-05Merge branch 'pr-737'Manish Goregaokar-4/+55
2016-03-05Warn about calling a closure in the same expression where it's defined.KALPESH KRISHNA-4/+55
2016-03-04simplify cyclomatic complexity auxiliarly value computationOliver Schneider-27/+24
2016-03-04s/ctxt/TyCtxtmcarton-1/+1
2016-03-03`vec!` now uses `box`mcarton-9/+5
2016-03-03Rust upgrade to 2016-03-02 nightlyManish Goregaokar-1/+1
2016-02-29rustfmtManish Goregaokar-204/+138
2016-02-29lint ! and != in if expressions with else branchesOliver Schneider-27/+79
2016-02-29lint unportable clike enum discriminantsOliver Schneider-0/+59
2016-02-28Merge pull request #721 from mcarton/while_let_loopllogiq-25/+9
2016-02-28Lint manual swapsmcarton-33/+106
2016-02-28Fix wrong suggestion in `WHILE_LET_LOOP`mcarton-25/+9
2016-02-28Lint `foo = bar; bar = foo` sequencesmcarton-0/+69
2016-02-27Cleanupmcarton-8/+2
2016-02-27Fix (new?) rustc warningsmcarton-2/+0
2016-02-27Add a lint about suspiciously formatted `else if`mcarton-2/+109
2016-02-27Add a lint about suspiciously formatted `=@` opsmcarton-0/+69
2016-02-26Fix false positive in `FOR_KV_MAP` and `&mut` refsmcarton-10/+9
2016-02-26Merge pull request #689 from mcarton/entriesllogiq-52/+88
2016-02-25Merge branch 'pr-704'Manish Goregaokar-277/+279
2016-02-24Use `span_suggestion` in loops lintsmcarton-5/+8
2016-02-24Macro check `len_zero`mcarton-1/+9
2016-02-24Use `span_suggestion` in `len_zero`mcarton-8/+12
2016-02-24Rustfmt and sort all `use` itemsmcarton-277/+279
2016-02-22Fix ICE with match_def_pathmcarton-1/+5
2016-02-22Limit `USELESS_FORMAT` with args to string argsmcarton-9/+15
2016-02-21Merge pull request #690 from quininer/fix-nightlyMartin Carton-48/+48
2016-02-21Fix `USELESS_FORMAT` wikimcarton-4/+5
2016-02-20Small cleanupmcarton-8/+8
2016-02-20Lint about `format!("{}", foo)`mcarton-7/+82
2016-02-20Replace all `format!("{}", foo)` callsmcarton-16/+14
2016-02-20Lint about usage of `format!("string literal")`mcarton-0/+42
2016-02-20Remove all use of `format!("string literal")`mcarton-5/+5
2016-02-20Build the import lint in update_lints.pymcarton-33/+36
2016-02-19fix nightlyquininer kel-48/+48
2016-02-19Merge pull request #688 from Manishearth/fix-671Manish Goregaokar-2/+2
2016-02-18Improve the `MAP_ENTRY` lintmcarton-52/+88
2016-02-18improve str_add_assign lint descriptionllogiq-2/+2
2016-02-18fix enum glob use (again)Oliver Schneider-3/+5
2016-02-18Merge pull request #673 from oli-obk/fix/665Manish Goregaokar-35/+113
2016-02-18Merge pull request #664 from Manishearth/fix_regexManish Goregaokar-35/+33
2016-02-17Merge pull request #679 from mcarton/rustupMartin Carton-6/+6
2016-02-17Rustup to 1.8.0-nightly (57c357d89 2016-02-16)mcarton-6/+6
2016-02-17falloutOliver Schneider-8/+8
2016-02-17fix enum_variant_names linting on all caps enum variantsOliver Schneider-27/+105
2016-02-16Merge pull request #669 from shssoichiro/single-char-patternllogiq-2/+63
2016-02-16Make DERIVE_HASH_NOT_EQ symmetricmcarton-14/+31