| Age | Commit message (Expand) | Author | Lines |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -2/+2 |
| 2022-11-06 | interpret: support for per-byte provenance | Ralf Jung | -3/+3 |
| 2022-11-04 | Fix ICE when negative impl is collected during eager mono | Gary Guo | -0/+4 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+1 |
| 2022-10-31 | Add more track_caller | mejrs | -0/+1 |
| 2022-10-29 | Use tcx.require_lang_item | Cameron Steffen | -15/+2 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -18/+20 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -1/+1 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -11/+10 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -26/+14 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -5/+5 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -2/+2 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -2/+2 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -4/+3 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -6/+6 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -8/+8 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -1/+1 |
| 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 | -43/+43 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | address review again | b-naber | -4/+1 |
| 2022-09-13 | Address code review comments | Eric Holk | -1/+3 |
| 2022-09-13 | remove visit_const from mir visitors | b-naber | -39/+11 |
| 2022-09-13 | fixes/working version | b-naber | -1/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -10/+41 |
| 2022-09-12 | Rename some variants | Michael Goulet | -5/+2 |
| 2022-09-12 | Call destructors when dyn* object goes out of scope | Eric Holk | -3/+10 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -1/+1 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+1 |
| 2022-09-06 | Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia... | Guillaume Gomez | -2/+3 |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -2/+3 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -7/+1 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -1/+1 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -12/+3 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-08-31 | Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco | Ralf Jung | -40/+138 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -1/+1 |
| 2022-08-27 | interpret: rename relocation → provenance | Ralf Jung | -3/+3 |
| 2022-08-26 | remove unnecessary comment | Nathan Stocks | -5/+0 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -1/+1 |
| 2022-08-25 | allow non-monomorphize modules to access hard-coded error message through new... | Nathan Stocks | -6/+8 |
| 2022-08-25 | remove stray comment | Nathan Stocks | -1/+0 |
| 2022-08-25 | replace some usages of [Span]FatalError with error-specific types | Nathan Stocks | -18/+15 |
| 2022-08-25 | rebased: convert rustc_monomorphize errors to SessionDiagnostic | Nathan Stocks | -35/+140 |
| 2022-08-19 | Minor syntax and formatting update to doc comment | Eric Holk | -4/+8 |