| Age | Commit message (Expand) | Author | Lines |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -20/+2 |
| 2024-10-03 | Handle `rustc_metadata` cases of `rustc::potential_query_instability` lint | ismailarilik | -2/+2 |
| 2024-10-02 | Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint | ismailarilik | -1/+1 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -20/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -15/+15 |
| 2024-09-06 | Revert ed7bdbb17b9c03fe3530e5e3f21b7c6c7879dbca | Georg Semmler | -1/+0 |
| 2024-09-06 | Correctly handle stability of `#[diagnostic]` attributes | Georg Semmler | -0/+31 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -1/+9 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-08-31 | inhibit layout randomization for Box | The 8472 | -1/+9 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -2/+2 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -1/+1 |
| 2024-08-09 | Store do_not_recommend-ness in impl header | Michael Goulet | -0/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -33/+30 |
| 2024-07-21 | Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnr | bors | -3/+4 |
| 2024-07-18 | Move query providers | Michael Goulet | -0/+2 |
| 2024-07-18 | Avoid unnecessary sorting of traits | Michael Goulet | -3/+2 |
| 2024-07-16 | Setup ty::Const functions for `ConstArg` | Noah Lev | -1/+1 |
| 2024-07-11 | Auto merge of #127575 - chenyukang:yukang-fix-struct-fields-ice, r=compiler-e... | bors | -19/+38 |
| 2024-07-11 | report pat no field error no recoverd struct variant | yukang | -19/+38 |
| 2024-07-09 | Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e... | bors | -1/+6 |
| 2024-07-07 | Uplift elaboration | Michael Goulet | -0/+1 |
| 2024-07-03 | Add `constness` to `TraitDef` | Deadbeef | -1/+6 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -1/+11 |
| 2024-06-18 | Uplift the new trait solver | Michael Goulet | -0/+10 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -17/+17 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -17/+17 |
| 2024-06-16 | Uplift OpaqueTypeKey too, use it in response | Michael Goulet | -39/+1 |
| 2024-06-15 | Rollup merge of #126354 - compiler-errors:variance, r=lcnr | Matthias Krüger | -1/+0 |
| 2024-06-13 | Rework most of structural_traits to be Interner-agnostic | Michael Goulet | -0/+2 |
| 2024-06-12 | Use Variance glob import everywhere | Michael Goulet | -1/+0 |
| 2024-06-11 | Remove DebugWithInfcx | Michael Goulet | -1/+0 |
| 2024-06-06 | Uplift TypeRelation and Relate | Michael Goulet | -2/+2 |
| 2024-06-06 | Uplift TypeError | Michael Goulet | -32/+0 |
| 2024-06-05 | Fully implement `ConstArgHasType` | Boxy | -0/+24 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -2/+2 |
| 2024-06-04 | Rollup merge of #125968 - BoxyUwU:shrink_ty_expr, r=oli-obk | Michael Goulet | -1/+1 |
| 2024-06-04 | Downsize `ty::Expr` | Boxy | -1/+1 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -2/+10 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -4/+2 |
| 2024-05-29 | Start implementing needs_async_drop and related | Daria Sukhonina | -0/+9 |
| 2024-05-26 | Uplift EarlyBinder | Michael Goulet | -3/+3 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -1/+1 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_middle`. | Nicholas Nethercote | -0/+1 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -0/+5 |
| 2024-05-21 | Move `#[do_not_recommend]` to the `#[diagnostic]` namespace | Georg Semmler | -0/+5 |
| 2024-05-20 | Uplift TermKind | Michael Goulet | -11/+20 |
| 2024-05-19 | make `Debug` impl for `Term` simpler | Waffle Lapkin | -8/+4 |
| 2024-05-19 | Auto merge of #125230 - compiler-errors:uplift-query-stuff, r=lcnr | bors | -8/+7 |