| Age | Commit message (Expand) | Author | Lines |
| 2019-12-05 | Fix false positive with cast_sign_loss lint | Krishna Veera Reddy | -10/+19 |
| 2019-12-05 | Change to only detect in external macros. | daxpedda | -5/+3 |
| 2019-12-04 | Fix false positive in `string_add`. | daxpedda | -1/+7 |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -148/+298 |
| 2019-12-03 | Auto merge of #4877 - flip1995:manual_swap_4853, r=llogiq | bors | -51/+94 |
| 2019-12-03 | Make OP_REF lint suggestion MaybeIncorrect | flip1995 | -2/+2 |
| 2019-12-03 | Fire clippy::op_ref on PartialOrd but !Ord types | Christopher Durham | -1/+1 |
| 2019-12-03 | Rustup to rust-lang/rust#66935 | flip1995 | -14/+14 |
| 2019-12-03 | Fix rustdoc examples | flip1995 | -0/+2 |
| 2019-12-03 | Make manual_swap autofixable | flip1995 | -6/+7 |
| 2019-12-03 | Formatting | flip1995 | -25/+34 |
| 2019-12-03 | Fix FP in manual_swap lint with slice-like types | flip1995 | -24/+55 |
| 2019-12-02 | Rustup to rust-lang/rust#64736 | flip1995 | -2/+3 |
| 2019-12-02 | Use assert_crate_local for a more explicit error | Philipp Hansch | -5/+5 |
| 2019-12-02 | Rustup to https://github.com/rust-lang/rust/pull/66789 | Philipp Hansch | -2/+3 |
| 2019-12-01 | Auto merge of #4690 - lzutao:fix-test-on-non-amd64, r=flip1995 | bors | -0/+1 |
| 2019-12-01 | account for external macro in MISSING_INLINE_IN_PUBLIC_ITEMS lint | Lzu Tao | -3/+3 |
| 2019-12-01 | chore: fix and split some ui tests on 32bit system | Lzu Tao | -0/+1 |
| 2019-11-29 | Less needless_doctest_main false positives | Andre Bogus | -1/+1 |
| 2019-11-29 | fmt | Philipp Hansch | -1/+1 |
| 2019-11-29 | Make triggering this lint less likely :paperclip: | Philipp Hansch | -1/+1 |
| 2019-11-29 | Add custom ICE message that points to Clippy repo | Philipp Hansch | -0/+41 |
| 2019-11-29 | Auto merge of #4863 - phansch:use_self, r=flip1995 | bors | -2/+2 |
| 2019-11-29 | Run update_lints | flip1995 | -1/+1 |
| 2019-11-29 | Add projections check to EUV for escape analysis | flip1995 | -25/+29 |
| 2019-11-29 | Use infer_ctxt | flip1995 | -24/+16 |
| 2019-11-29 | Move use_self to nursery | Philipp Hansch | -1/+1 |
| 2019-11-28 | Fix categorizations | Manish Goregaokar | -25/+12 |
| 2019-11-28 | Fix arguments on ExprUseVisitor::new | Manish Goregaokar | -8/+2 |
| 2019-11-28 | euv moved from middle to typeck | Manish Goregaokar | -15/+9 |
| 2019-11-28 | cmt_ -> Place | Manish Goregaokar | -17/+17 |
| 2019-11-28 | Auto merge of #4855 - phansch:rollup-x7yail7, r=phansch | bors | -2/+30 |
| 2019-11-28 | Rollup merge of #4847 - rust-lang:offest, r=phansch | Phil Hansch | -1/+1 |
| 2019-11-28 | Rollup merge of #4842 - timbodeit:comparison-chain-false-positive-4827, r=fli... | Phil Hansch | -1/+11 |
| 2019-11-28 | Rollup merge of #4832 - dario23:i4829, r=phansch | Phil Hansch | -0/+18 |
| 2019-11-28 | Auto merge of #4851 - daxpedda:float-arithmetic, r=flip1995 | bors | -5/+5 |
| 2019-11-28 | Auto merge of #4821 - Areredify:as_conversions, r=flip1995 | bors | -0/+60 |
| 2019-11-28 | Auto merge of #4808 - euclio:string-lit-as-bytes, r=phansch | bors | -46/+41 |
| 2019-11-28 | make use of Result::map_or | Lzu Tao | -8/+7 |
| 2019-11-27 | config.usize_ty -> config.ptr_width | Manish Goregaokar | -1/+1 |
| 2019-11-27 | More borrowkind fixes | Manish Goregaokar | -5/+5 |
| 2019-11-27 | Re-add wildcards for BorrowKind in some places | Manish Goregaokar | -12/+18 |
| 2019-11-27 | Add BorrowKind::Ref | Manish Goregaokar | -52/+52 |
| 2019-11-26 | trigger string_lit_as_bytes when literal has escapes | Andy Russell | -46/+41 |
| 2019-11-25 | Remove negative float literal checks. | daxpedda | -5/+5 |
| 2019-11-25 | implemented `as_conversions` lint | Mikhail Babenko | -0/+60 |
| 2019-11-25 | Run rustfmt | flip1995 | -8/+18 |
| 2019-11-25 | fixing a typo | Andre Bogus | -1/+1 |
| 2019-11-25 | Rustup to rust-lang/rust#64856 | flip1995 | -19/+24 |
| 2019-11-25 | Rustup to rust-lang/rust#66671 | flip1995 | -47/+47 |