about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2019-01-22Don't make decisions on values that don't represent the decisionOliver Scherer-3/+8
2019-01-22Improving comments.daxpedda-2/+1
2019-01-22RustupOliver Scherer-2/+2
2019-01-22Improve span shortening.Philipp Krones-1/+1
2019-01-22Added "make_return" and "blockify" convenience methods in Sugg and used them ...Grzegorz Bartoszek-8/+35
2019-01-21Auto merge of #3677 - daxpedda:integer_arithmetic, r=oli-obkbors-2/+5
2019-01-21Actually check for constants.daxpedda-1/+8
2019-01-21Auto merge of #3676 - daxpedda:implicit_return, r=oli-obkbors-6/+22
2019-01-21Fixed potential mistakes with nesting. Added tests.daxpedda-5/+11
2019-01-21Auto merge of #3680 - g-bartoszek:needless-bool-else-if-brackets, r=oli-obkbors-1/+18
2019-01-21formatting fixGrzegorz Bartoszek-1/+0
2019-01-21Update clippy_lints/src/needless_bool.rsOliver Scherer-1/+1
2019-01-21formatting fixGrzegorz Bartoszek-1/+1
2019-01-20Fix breakage due to rust-lang/rust#57651Michael Wright-0/+8
2019-01-20needless bool lint suggestion is wrapped in brackets if it is an "else" claus...Grzegorz Bartoszek-1/+19
2019-01-20Fix automatic suggestion on `use_self`.daxpedda-6/+6
2019-01-20Remove negative integer literal checks.daxpedda-5/+1
2019-01-20Fix `implicit_return` false positives.daxpedda-6/+22
2019-01-20Run rustfmtMichael Wright-46/+48
2019-01-20Fixed breakage due to rust-lang/rust#57489Michael Wright-187/+135
2019-01-20Fix breakage due to rust-lang/rust#57755Michael Wright-3/+3
2019-01-19Auto merge of #3674 - sinkuu:fmt_rustup, r=oli-obkbors-17/+22
2019-01-19Catch up with `format_args` changeShotaro Yamada-17/+22
2019-01-19Auto merge of #3672 - mikerite:fix-3670, r=oli-obkbors-0/+14
2019-01-19Fix bad `while_let_on_iterator` suggestion.Michael Wright-0/+14
2019-01-19rustup https://github.com/rust-lang/rust/pull/57747Matthias Krüger-1/+1
2019-01-16add applicability to lint name suggestionAndy Russell-3/+6
2019-01-15Remove `map_clone` fixed known problemMichael Wright-3/+1
2019-01-15Fix `map_clone` bad suggestionMichael Wright-21/+46
2019-01-14Auto merge of #3657 - roblabla:bugfix-missing-docs-global-asm, r=phanschbors-1/+1
2019-01-14Auto merge of #3653 - gendx:master, r=phanschbors-4/+4
2019-01-14Auto merge of #3658 - detrumi:add-several-run-rustfix-annotations, r=phanschbors-5/+4
2019-01-13Missing docs: don't require documenting Global Asm items.roblabla-1/+1
2019-01-13Disable deprecated_cfg_attr lint for inner attributesWilco Kusee-5/+4
2019-01-12rustup: the features if_while_or_patterns has been stabilizedMatthias Krüger-1/+0
2019-01-10Fix comments in clippy_lints/src/len_zero.rsGuillaume Endignoux-4/+4
2019-01-09add assert(true/false, some message) testsA.A.Abroskin-21/+34
2019-01-09Merge branch 'master' into add-lints-aseert-checksAbroskin Alexander-6/+78
2019-01-09change assert_checks to assertions_on_constantsA.A.Abroskin-35/+29
2019-01-08Remove all copyright license headersPhilipp Hansch-1287/+0
2019-01-07Auto merge of #3640 - detrumi:nested_use_self, r=flip1995bors-5/+13
2019-01-07Auto merge of #3600 - xfix:cast-ref-to-mut, r=flip1995bors-0/+64
2019-01-07Move cast_ref_to_mut list to correctness groupKonrad Borowski-2/+3
2019-01-07Don't import ty::Ref in cast_ref_to_mut lintKonrad Borowski-2/+2
2019-01-07Move a hint to an error message in cast_ref_to_mut lintKonrad Borowski-6/+4
2019-01-07Add a note to cast_ref_to_mut lintKonrad Borowski-4/+6
2019-01-07Use ty::Ref instead of ty::TyKind::RefKonrad Borowski-2/+2
2019-01-07cast_ref_to_mut lintKonrad Borowski-0/+63
2019-01-07Add missing ` in default lintMarcel Hellwig-1/+1
2019-01-07Improve tests and exclude nested implsWilco Kusee-1/+2