| Age | Commit message (Expand) | Author | Lines |
| 2020-11-15 | Replace run_compiler with RunCompiler builder pattern. | Darshan Kathiriya | -2/+2 |
| 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 |
| 2020-09-11 | Auto merge of #75800 - Aaron1011:feature/full-nt-tokens, r=petrochenkov | bors | -6/+6 |
| 2020-09-10 | Fully integrate token collection for additional AST structs | Aaron Hill | -6/+6 |
| 2020-09-10 | Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyup | flip1995 | -416/+1360 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -48/+24 |
| 2020-09-08 | Adjust Clippy for CONST_ITEM_MUTATION lint | Aaron Hill | -48/+24 |
| 2020-09-07 | Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk | bors | -10/+7 |
| 2020-09-04 | ty.flags -> ty.flags() | LeSeulArtichaut | -1/+1 |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -188/+187 |
| 2020-09-02 | Auto merge of #76160 - scileo:format-recovery, r=petrochenkov | bors | -3/+3 |
| 2020-09-02 | Improve recovery on malformed format call | Sasha | -3/+3 |
| 2020-08-30 | Fix clippy | Aaron Hill | -1/+1 |
| 2020-08-30 | Update dataflow analyses to use new interface | Dylan MacKenzie | -10/+7 |
| 2020-08-28 | Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup | flip1995 | -1092/+4160 |
| 2020-08-24 | Unbreak the clippy test | Scott McMurray | -1/+3 |
| 2020-08-20 | Capture tokens for Pat used in macro_rules! argument | Aaron Hill | -0/+1 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -12/+12 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -12/+12 |
| 2020-08-17 | clippy: support `QPath::LangItem` | David Wood | -130/+117 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -5/+5 |
| 2020-08-12 | Auto merge of #75405 - flip1995:clippyup, r=Manishearth | bors | -619/+2700 |
| 2020-08-11 | Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup | flip1995 | -619/+2700 |
| 2020-08-11 | Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJung | Yuki Okushi | -3/+3 |
| 2020-08-11 | Rollup merge of #75098 - Ryan1729:clippy-pointer-cast-lint-experiment, r=oli-obk | Dylan DPC | -2/+350 |
| 2020-08-09 | add allow unused_unsafe and allow dead_code | Ryan1729 | -10/+12 |
| 2020-08-09 | fix unary minus on usize and unused variable errors in .fixed file | Ryan1729 | -32/+32 |
| 2020-08-09 | add a test example of where transmutes_expressible_as_ptr_casts should not su... | Ryan1729 | -2/+26 |
| 2020-08-08 | update stderr for transmutes_expressible_as_ptr_casts | Ryan1729 | -8/+8 |
| 2020-08-08 | Miri: Renamed "undef" to "uninit" | Philippe Nadon | -3/+3 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -11/+9 |
| 2020-08-07 | Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser | bors | -21/+1 |
| 2020-08-06 | copy over *.fixed file | Ryan1729 | -0/+77 |
| 2020-08-06 | Add some comments for magic numbers + Add tests | Vadim Petrochenkov | -1/+3 |
| 2020-08-06 | Fix clippy | Vadim Petrochenkov | -49/+39 |
| 2020-08-06 | Apply suggestions from code review | Ryan Wiedemann | -2/+3 |