about summary refs log tree commit diff
path: root/clippy_lints/src
AgeCommit message (Expand)AuthorLines
2019-12-05Fix false positive with cast_sign_loss lintKrishna Veera Reddy-10/+19
2019-12-05Change to only detect in external macros.daxpedda-5/+3
2019-12-04Fix false positive in `string_add`.daxpedda-1/+7
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-148/+298
2019-12-03Auto merge of #4877 - flip1995:manual_swap_4853, r=llogiqbors-51/+94
2019-12-03Make OP_REF lint suggestion MaybeIncorrectflip1995-2/+2
2019-12-03Fire clippy::op_ref on PartialOrd but !Ord typesChristopher Durham-1/+1
2019-12-03Rustup to rust-lang/rust#66935flip1995-14/+14
2019-12-03Fix rustdoc examplesflip1995-0/+2
2019-12-03Make manual_swap autofixableflip1995-6/+7
2019-12-03Formattingflip1995-25/+34
2019-12-03Fix FP in manual_swap lint with slice-like typesflip1995-24/+55
2019-12-02Rustup to rust-lang/rust#64736flip1995-2/+3
2019-12-02Use assert_crate_local for a more explicit errorPhilipp Hansch-5/+5
2019-12-02Rustup to https://github.com/rust-lang/rust/pull/66789Philipp Hansch-2/+3
2019-12-01Auto merge of #4690 - lzutao:fix-test-on-non-amd64, r=flip1995bors-0/+1
2019-12-01account for external macro in MISSING_INLINE_IN_PUBLIC_ITEMS lintLzu Tao-3/+3
2019-12-01chore: fix and split some ui tests on 32bit systemLzu Tao-0/+1
2019-11-29Less needless_doctest_main false positivesAndre Bogus-1/+1
2019-11-29fmtPhilipp Hansch-1/+1
2019-11-29Make triggering this lint less likely :paperclip:Philipp Hansch-1/+1
2019-11-29Add custom ICE message that points to Clippy repoPhilipp Hansch-0/+41
2019-11-29Auto merge of #4863 - phansch:use_self, r=flip1995bors-2/+2
2019-11-29Run update_lintsflip1995-1/+1
2019-11-29Add projections check to EUV for escape analysisflip1995-25/+29
2019-11-29Use infer_ctxtflip1995-24/+16
2019-11-29Move use_self to nurseryPhilipp Hansch-1/+1
2019-11-28Fix categorizationsManish Goregaokar-25/+12
2019-11-28Fix arguments on ExprUseVisitor::newManish Goregaokar-8/+2
2019-11-28euv moved from middle to typeckManish Goregaokar-15/+9
2019-11-28cmt_ -> PlaceManish Goregaokar-17/+17
2019-11-28Auto merge of #4855 - phansch:rollup-x7yail7, r=phanschbors-2/+30
2019-11-28Rollup merge of #4847 - rust-lang:offest, r=phanschPhil Hansch-1/+1
2019-11-28Rollup merge of #4842 - timbodeit:comparison-chain-false-positive-4827, r=fli...Phil Hansch-1/+11
2019-11-28Rollup merge of #4832 - dario23:i4829, r=phanschPhil Hansch-0/+18
2019-11-28Auto merge of #4851 - daxpedda:float-arithmetic, r=flip1995bors-5/+5
2019-11-28Auto merge of #4821 - Areredify:as_conversions, r=flip1995bors-0/+60
2019-11-28Auto merge of #4808 - euclio:string-lit-as-bytes, r=phanschbors-46/+41
2019-11-28make use of Result::map_orLzu Tao-8/+7
2019-11-27config.usize_ty -> config.ptr_widthManish Goregaokar-1/+1
2019-11-27More borrowkind fixesManish Goregaokar-5/+5
2019-11-27Re-add wildcards for BorrowKind in some placesManish Goregaokar-12/+18
2019-11-27Add BorrowKind::RefManish Goregaokar-52/+52
2019-11-26trigger string_lit_as_bytes when literal has escapesAndy Russell-46/+41
2019-11-25Remove negative float literal checks.daxpedda-5/+5
2019-11-25implemented `as_conversions` lintMikhail Babenko-0/+60
2019-11-25Run rustfmtflip1995-8/+18
2019-11-25fixing a typoAndre Bogus-1/+1
2019-11-25Rustup to rust-lang/rust#64856flip1995-19/+24
2019-11-25Rustup to rust-lang/rust#66671flip1995-47/+47