about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
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
2019-01-07run ./util/dev update_lintsA.A.Abroskin-2/+2
2019-01-07Add unreachable!() as optionA.A.Abroskin-3/+3
2019-01-07Add assert(true) and assert(false) lintsA.A.Abroskin-0/+84
2019-01-07Update `unwrap_get` code review suggestionsMichael Wright-8/+7
2019-01-06Update known problemsWilco Kusee-1/+0
2019-01-06Restrict use_self on nested itemsWilco Kusee-4/+12
2019-01-06Improve `get_unwrap` suggestionMichael Wright-2/+19
2019-01-05Revert "Auto merge of #3603 - xfix:random-state-lint, r=phansch"Matthias Krüger-54/+0
2019-01-05Auto merge of #3627 - detrumi:use_self_local_macro, r=phanschbors-3/+3
2019-01-05rustup https://github.com/rust-lang/rust/pull/56837Matthias Krüger-4/+9
2019-01-05rustup (don't know the exact PR unfortunately)Matthias Krüger-2/+2
2019-01-04Auto merge of #3601 - xfix:move-constant-write-lint, r=flip1995bors-21/+17
2019-01-04Trigger `use_self` lint in local macrosWilco Kusee-3/+3
2019-01-03Auto merge of #3623 - phansch:rustup, r=flip1995bors-3/+3
2019-01-03rustup: https://github.com/rust-lang/rust/pull/55517Philipp Hansch-3/+3
2019-01-03Auto merge of #3621 - Zoxc:parallel, r=phanschbors-8/+8
2019-01-03Make clippy work with parallel rustcJohn Kåre Alsaker-8/+8