| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -18/+18 |
| 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 | -1029/+954 |
| 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-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 | -358/+353 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -1/+1 |
| 2020-06-23 | Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup | flip1995 | -179/+374 |
| 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 | -32/+32 |
| 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 | -32/+32 |
| 2020-06-09 | Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy | Lzu Tao | -445/+2255 |
| 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-28 | Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2 | flip1995 | -208/+351 |
| 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-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-18 | Handle InlineAsm in clippy | Amanieu d'Antras | -7/+104 |
| 2020-05-17 | Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup | flip1995 | -502/+750 |
| 2020-05-16 | Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup... | Ralf Jung | -2/+2 |
| 2020-05-16 | Rollup merge of #71948 - csmoe:issue-61076, r=oli-obk | Dylan DPC | -16/+2 |
| 2020-05-15 | implement type_implments_trait query | csmoe | -16/+2 |
| 2020-05-13 | Replace some usages of the old `unescape_` functions in AST, clippy and tests. | Julian Wollersberger | -2/+2 |
| 2020-05-11 | Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5' into clippyup | flip1995 | -227/+660 |
| 2020-05-08 | Fix clippy. | Camille GILLOT | -31/+31 |
| 2020-05-03 | Update clippy lint | Dylan MacKenzie | -1/+1 |
| 2020-05-02 | Add 'src/tools/clippy/' from commit 'd2708873ef711ec8ab45df1e984ecf24a96cd369' | Oliver Scherer | -0/+48007 |