| Age | Commit message (Expand) | Author | Lines |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -1/+1 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -16/+2 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -0/+1 |
| 2020-11-13 | update clippy test ouput | Vishnunarayan K I | -16/+2 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -8/+32 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -4/+4 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -8/+32 |
| 2020-11-11 | Fix typo in comment | Ikko Ashimine | -1/+1 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -7/+1 |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -4/+4 |
| 2020-11-03 | rustc_ast: `visit_mac` -> `visit_mac_call` | Vadim Petrochenkov | -1/+1 |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -6/+0 |
| 2020-10-18 | Rollup merge of #77851 - exrook:split-btreemap, r=dtolnay | Yuki Okushi | -1/+1 |
| 2020-10-17 | Appease the almightly lord clippy, hallowed be thy name | Jacob Hughes | -1/+1 |
| 2020-10-16 | Handle ExprKind::ConstBlock on clippy | Santiago Pastorino | -1/+17 |
| 2020-10-16 | Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q... | Dylan DPC | -3/+5 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -3/+3 |
| 2020-10-14 | fix stderr file of clippy/custom_ice_message test | hosseind88 | -1/+1 |
| 2020-10-13 | Auto merge of #77796 - jonas-schievink:switchint-refactor, r=oli-obk | bors | -1/+0 |
| 2020-10-11 | Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasper | bors | -2/+2 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -1/+0 |
| 2020-10-09 | rebase with master | hosseind75 | -1/+3 |
| 2020-10-09 | add new line | hosseind75 | -1/+1 |
| 2020-10-09 | fix clippy custom_ice_message test | hosseind75 | -0/+2 |
| 2020-10-09 | run full query stack print just when RUST_BACKTRACE is set | hosseind75 | -1/+4 |
| 2020-10-09 | ICEs should print the top of the query stack | hosseind75 | -6/+1 |
| 2020-10-09 | Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup | flip1995 | -616/+1502 |
| 2020-10-08 | Replace run_compiler with RunCompiler builder pattern. | Darshan Kathiriya | -2/+2 |
| 2020-10-06 | Fix tools | Matthew Jasper | -8/+18 |
| 2020-10-06 | Rollup merge of #77560 - rschoon:fix-litkind-rc-bytebuf, r=lcnr | Yuki Okushi | -1/+1 |
| 2020-10-06 | Rollup merge of #77534 - Mark-Simulacrum:issue-70819-disallow-override-forbid... | Yuki Okushi | -13/+4 |
| 2020-10-04 | clippy: `(Body, DefId)` -> `Body` | Dylan MacKenzie | -3/+4 |
| 2020-10-04 | Change clippy's Constant back to refcount clone byte strings | Robin Schoonover | -1/+1 |
| 2020-10-04 | Prevent forbid from being ignored if overriden at the same level. | Felix S. Klock II | -13/+4 |
| 2020-10-02 | Deprecate clippy lint | Michael Howell | -111/+21 |
| 2020-09-28 | Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk | Ralf Jung | -2/+2 |
| 2020-09-27 | Add option to pass a custom codegen backend from a driver | bjorn3 | -2/+2 |
| 2020-09-26 | Remove all unstable feature support in the `missing_const_for_fn` lint | Oliver Scherer | -97/+25 |
| 2020-09-26 | Move `qualify_min_const_fn` out of rustc into clippy | Oliver Scherer | -1/+465 |
| 2020-09-25 | Auto merge of #77144 - flip1995:clippyup, r=Manishearth | bors | -965/+3418 |
| 2020-09-25 | Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnr | Jonas Schievink | -0/+1 |
| 2020-09-24 | Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyup | flip1995 | -965/+3418 |
| 2020-09-21 | Remove `can_suggest` from Clippy. | Christiaan Dirkx | -62/+16 |
| 2020-09-20 | Update Clippy testcases | Christiaan Dirkx | -65/+91 |
| 2020-09-20 | Auto merge of #76136 - CDirkx:const-result, r=dtolnay | bors | -187/+97 |
| 2020-09-20 | Update src/tools/clippy/clippy_lints/src/matches.rs | CDirkx | -1/+1 |
| 2020-09-20 | Remove `can_suggest` check for `is_ok` and `is_err`. | Christiaan Dirkx | -4/+4 |
| 2020-09-20 | Update Clippy testcases | Christiaan Dirkx | -183/+93 |
| 2020-09-15 | Fix clippy hard-code slice::Iter path | Lzu Tao | -1/+1 |
| 2020-09-14 | Add pass names to some common dataflow analyses | Dylan MacKenzie | -0/+1 |