| Age | Commit message (Expand) | Author | Lines |
| 2020-07-11 | Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung | Manish Goregaokar | -9/+1 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -9/+1 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -20/+20 |
| 2020-07-07 | Auto merge of #74117 - Manishearth:rollup-ds7z0kx, r=Manishearth | bors | -1/+1 |
| 2020-07-06 | Rollup merge of #73870 - sexxi-goose:projection-ty, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-06 | Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote | bors | -1/+1 |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -1/+1 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -1041/+966 |
| 2020-07-02 | rustc_lint: avoid using TypeckTables::empty for LateContext. | Eduard-Mihai Burtescu | -69/+70 |
| 2020-06-29 | typeck: adding type information to projection | Azhng | -1/+1 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -42/+34 |
| 2020-06-26 | Auto merge of #73756 - Manishearth:rollup-aehswb2, r=Manishearth | bors | -1/+1 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -1/+1 |
| 2020-06-26 | rustc_lint: only query `typeck_tables_of` when a lint needs it. | Eduard-Mihai Burtescu | -366/+361 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -1/+1 |
| 2020-06-23 | Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup | flip1995 | -293/+1077 |
| 2020-06-23 | Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink | Dylan DPC | -7/+6 |
| 2020-06-22 | Stop using old version of `syn` in `rustc-workspace-hack` | Aaron Hill | -1/+3 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -7/+6 |
| 2020-06-18 | Refactor hir::Place | Aman Arora | -36/+38 |
| 2020-06-15 | Rollup merge of #72938 - lzutao:stabilize_option_zip, r=dtolnay | Ralf Jung | -10/+5 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -6/+4 |
| 2020-06-13 | Stabilize Option::zip | Lzu Tao | -10/+5 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -51/+51 |
| 2020-06-11 | Remove ImplItemKind::OpaqueTy from clippy | Matthew Jasper | -3/+1 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -3/+3 |
| 2020-06-10 | Clippy fixes | Aaron Hill | -5/+5 |
| 2020-06-10 | Update Clippy for MethodCall changes | Aaron Hill | -89/+89 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -51/+51 |
| 2020-06-09 | Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy | Lzu Tao | -914/+3943 |
| 2020-06-06 | Rollup merge of #72508 - ecstatic-morse:poly-self-ty, r=nikomatsakis | Ralf Jung | -1/+1 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -3/+3 |
| 2020-06-03 | Bump to 1.46 | Mark Rousskov | -4/+4 |
| 2020-06-03 | Update fulldeps tests and clippy | Vadim Petrochenkov | -2/+2 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -1/+1 |
| 2020-06-01 | Call `skip_binder` or `no_bound_vars` before `self_ty` | Dylan MacKenzie | -1/+1 |
| 2020-05-30 | Return early to avoid ICE | Yuki Okushi | -0/+5 |
| 2020-05-29 | Auto merge of #72671 - flip1995:clippyup, r=Xanewok | bors | -433/+1553 |
| 2020-05-29 | Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnay | Dylan DPC | -1/+0 |
| 2020-05-28 | Temp fix: don't run cargo lint tests in rustc test suite | flip1995 | -0/+3 |
| 2020-05-28 | Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2 | flip1995 | -433/+1550 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -2/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 |
| 2020-05-22 | Stabilize str_strip feature | Lzu Tao | -1/+0 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -6/+6 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -5/+5 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -7/+104 |
| 2020-05-19 | Auto merge of #68717 - petrochenkov:stabexpat, r=varkor | bors | -3/+2 |
| 2020-05-18 | Handle InlineAsm in clippy | Amanieu d'Antras | -7/+104 |
| 2020-05-17 | Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup | flip1995 | -1102/+1770 |