| Age | Commit message (Expand) | Author | Lines |
| 2022-04-02 | rebase and use ty::Const in patterns again | b-naber | -11/+8 |
| 2022-03-31 | Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPC | bors | -1/+1 |
| 2022-03-31 | Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnay | Dylan DPC | -1/+1 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -7/+13 |
| 2022-03-30 | get clippy to compile again | lcnr | -36/+17 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -7/+13 |
| 2022-03-25 | Update clippy helper function types | Grisha Vartanyan | -1/+1 |
| 2022-03-24 | Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup | flip1995 | -208/+782 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -21/+21 |
| 2022-03-15 | fix typos | Dylan DPC | -1/+1 |
| 2022-03-14 | Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup | flip1995 | -175/+1657 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -76/+77 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -4/+4 |
| 2022-03-07 | Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgr | bors | -0/+13 |
| 2022-03-07 | Update and fix clippy tests | Eric Holk | -0/+13 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-04 | Update `itertools` | pierwill | -1/+1 |
| 2022-03-02 | Move transmute_undefined_repr back to nursery | flip1995 | -3/+2 |
| 2022-02-26 | Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup | flip1995 | -1046/+1572 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -14/+12 |
| 2022-02-24 | Rollup merge of #93714 - compiler-errors:can-type-impl-copy-error-span, r=jac... | Dylan DPC | -1/+1 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -1/+1 |
| 2022-02-24 | better ObligationCause for normalization errors in can_type_implement_copy | Michael Goulet | -1/+1 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -6/+4 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -8/+8 |
| 2022-02-21 | update clippy | lcnr | -10/+9 |
| 2022-02-17 | Don't lint `needless_borrow` in method receiver positions | Jason Newcomb | -1/+1 |
| 2022-02-17 | Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -1/+1 |
| 2022-02-15 | Rollup merge of #94014 - flip1995:clippy_transmute_lint_regroup, r=dtolnay | Matthias Krüger | -3/+2 |
| 2022-02-15 | Move transmute_undefined_repr back to nursery | flip1995 | -3/+2 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -5/+5 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -2/+2 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -64/+65 |
| 2022-02-12 | change to a struct variant | Ellen | -3/+3 |
| 2022-02-10 | Clippy: Fix botstrap fallout | flip1995 | -21/+24 |
| 2022-02-10 | Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup | flip1995 | -2613/+3264 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -3/+0 |
| 2022-02-03 | Remove defaultness from ImplItem. | Camille GILLOT | -3/+0 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -30/+23 |
| 2022-01-31 | Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum | bors | -6/+6 |
| 2022-01-29 | Change index_refutable_slice to use FxIndexMap | Gary Guo | -6/+6 |
| 2022-01-27 | Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup | flip1995 | -404/+802 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -1/+1 |
| 2022-01-23 | Update clippy | Vadim Petrochenkov | -49/+49 |
| 2022-01-23 | rustc_lint: Reuse the set of registered tools from resolver | Vadim Petrochenkov | -1/+1 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -155/+149 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -1/+1 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -8/+14 |