| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -6/+5 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -8/+8 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -6/+5 |
| 2022-10-26 | Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk | bors | -1/+73 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -24/+24 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -5/+38 |
| 2022-10-20 | Note discrepancies in constness calculation | Michael Goulet | -0/+5 |
| 2022-10-20 | Revert "Unify tcx.constness and param env constness checks" | Michael Goulet | -1/+68 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Rollup merge of #102830 - compiler-errors:constness-parity, r=fee1-dead | Dylan DPC | -68/+1 |
| 2022-10-12 | Unify tcx.constness and param env constness checks | Michael Goulet | -68/+1 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -4/+8 |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -2/+1 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -1/+1 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-08 | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | -359/+93 |
| 2022-10-07 | Remove tuple candidate, nothing special about it | Michael Goulet | -2/+1 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -359/+93 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -22/+13 |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -31/+6 |
| 2022-10-04 | Rollup merge of #102653 - lcnr:delay_span_bug, r=fee1-dead | Matthias Krüger | -2/+6 |
| 2022-10-04 | missing value to delay_span_bug | lcnr | -2/+6 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -8/+8 |
| 2022-10-03 | Move utils from rustc_middle to rustc_ty_utils | Cameron Steffen | -2/+2632 |
| 2022-09-30 | make query take `(LocalDefId, DefId)` | Boxy | -7/+4 |
| 2022-09-30 | make `compare_const_impl` a query and use it in `instance.rs` | Boxy | -30/+8 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -1/+1 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+2 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -3/+3 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -3/+3 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -2/+0 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -11/+0 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-13 | rebase | b-naber | -11/+0 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -1/+1 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -1/+2 |
| 2022-09-11 | Apply formatting fixes | Andrew Cann | -4/+4 |
| 2022-09-11 | implement Copy/Clone for generators | Andrew Cann | -1/+4 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -4/+2 |
| 2022-09-09 | `resolve_instance`: remove `BoundVarsCollector` | lcnr | -108/+3 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+1 |
| 2022-09-02 | Box `PatKind::Range`. | Nicholas Nethercote | -1/+1 |
| 2022-09-02 | Clean up THIR patterns. | Nicholas Nethercote | -1/+1 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -2/+0 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -2/+0 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -1/+1 |