| Age | Commit message (Expand) | Author | Lines |
| 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-27 | Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov | bors | -2/+2 |
| 2020-09-27 | update tokei and ripgrep in cargotest | Ralf Jung | -2/+2 |
| 2020-09-27 | Rollup merge of #77231 - oli-obk:clippy_const_fn, r=Manishearth | Jonas Schievink | -1/+393 |
| 2020-09-27 | Rollup merge of #77129 - ehuss:update-cargo, r=ehuss | Jonas Schievink | -0/+0 |
| 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-26 | Rollup merge of #77166 - RalfJung:miri, r=RalfJung | Ralf Jung | -9/+7 |
| 2020-09-26 | Rollup merge of #77127 - camelid:update-mdbook, r=Dylan-DPC | Ralf Jung | -1/+1 |
| 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 | update Miri | Ralf Jung | -9/+7 |
| 2020-09-24 | Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyup | flip1995 | -965/+3418 |
| 2020-09-23 | Update cargo | Eric Huss | -0/+0 |
| 2020-09-23 | Update mdBook | Camelid | -1/+1 |
| 2020-09-22 | Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichton | bors | -14/+34 |
| 2020-09-21 | update Miri for another bugfix | Ralf Jung | -8/+8 |
| 2020-09-21 | Rollup merge of #77000 - RalfJung:miri, r=RalfJung | Ralf Jung | -8/+8 |
| 2020-09-21 | Rollup merge of #76959 - est31:write, r=oli-obk | Ralf Jung | -2/+2 |
| 2020-09-21 | Rollup merge of #76135 - CDirkx:const-option, r=dtolnay,oli-obk | Ralf Jung | -127/+107 |
| 2020-09-21 | update Miri | Ralf Jung | -8/+8 |
| 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 #76848 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-09-20 | update Miri | Ralf Jung | -8/+8 |
| 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 | Replace write_fmt with write! | est31 | -2/+2 |
| 2020-09-20 | Update Clippy testcases | Christiaan Dirkx | -183/+93 |
| 2020-09-19 | Rollup merge of #76798 - alistair23:alistair/rv32-linux, r=jyn514 | Ralf Jung | -0/+1 |
| 2020-09-18 | Fix --bless for mir-opt 32/64 bit file | Nixon Enraght-Moony | -3/+4 |
| 2020-09-17 | Put bit qualifier before mir/diff | Nixon Enraght-Moony | -2/+2 |
| 2020-09-16 | Pass --target to lint docs | Mark Rousskov | -14/+34 |
| 2020-09-16 | Auto merge of #76420 - Gelbpunkt:aarch64-linux-musl, r=pietroalbini | bors | -0/+1 |
| 2020-09-16 | tools/build-manifest: Add support for RISC-V 32-bit | Alistair Francis | -0/+1 |
| 2020-09-16 | Rollup merge of #76717 - ehuss:fix-rustc-book-libdir, r=Mark-Simulacrum | Dylan DPC | -1/+4 |
| 2020-09-16 | Rollup merge of #76710 - rust-lang:rust-analyzer-2020-09-14, r=jonas-schievink | Dylan DPC | -16/+33 |
| 2020-09-15 | Update cargo | Eric Huss | -0/+0 |
| 2020-09-15 | Auto merge of #76311 - lzutao:split_core-slice, r=lcnr | bors | -1/+1 |
| 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-14 | Include non-JSON output in error display for lint-doc failure. | Eric Huss | -1/+4 |
| 2020-09-14 | :arrow_up: rust-analyzer | Jonas Schievink | -16/+33 |
| 2020-09-14 | Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514 | bors | -0/+10 |
| 2020-09-13 | Support `ignore` for lint examples. | Eric Huss | -9/+20 |
| 2020-09-13 | Link rustdoc lint docs to the rustdoc book. | Eric Huss | -30/+17 |
| 2020-09-13 | Auto-generate lint documentation. | Eric Huss | -0/+657 |
| 2020-09-13 | Ignore rustc_private items from std docs | Lzu Tao | -0/+10 |