| Age | Commit message (Expand) | Author | Lines |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -34/+32 |
| 2024-06-21 | add as_ptr to trait AllocBytes, fix 2 impls; add pub fn get_bytes_unchecked_r... | Strophox | -3/+23 |
| 2024-06-20 | More GVN for PtrMetadata | Scott McMurray | -2/+4 |
| 2024-06-20 | Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgr | bors | -2/+6 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -2/+6 |
| 2024-06-20 | Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung | bors | -35/+1 |
| 2024-06-20 | Auto merge of #126409 - pacak:incr-uplorry, r=michaelwoerister | bors | -25/+9 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+2 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -2/+4 |
| 2024-06-19 | Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIR | Scott McMurray | -2/+11 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -35/+1 |
| 2024-06-19 | local_def_path_hash_to_def_id can fail | Michael Baikov | -25/+9 |
| 2024-06-19 | Auto merge of #126679 - fmease:rollup-njrv2py, r=fmease | bors | -4/+7 |
| 2024-06-19 | Rollup merge of #126154 - RalfJung:storage-live, r=compiler-errors | León Orell Valerian Liehr | -4/+7 |
| 2024-06-19 | Rollup merge of #126654 - tgross35:f16-f128-pretty-print, r=jackh726 | León Orell Valerian Liehr | -1/+9 |
| 2024-06-19 | Rollup merge of #126594 - zetanumbers:fix-cross-crate-async-drop-glue, r=oli-obk | León Orell Valerian Liehr | -13/+43 |
| 2024-06-18 | Make pretty printing for `f16` and `f128` consistent | Trevor Gross | -1/+9 |
| 2024-06-18 | Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnr | bors | -102/+448 |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -9/+11 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -1/+1 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -8/+10 |
| 2024-06-18 | Fix transmute goal | Michael Goulet | -0/+4 |
| 2024-06-18 | Uplift the new trait solver | Michael Goulet | -84/+417 |
| 2024-06-18 | Uplift PredefinedOpaquesData | Michael Goulet | -12/+6 |
| 2024-06-18 | Make SearchGraph fully generic | Michael Goulet | -18/+33 |
| 2024-06-18 | Rollup merge of #126583 - RalfJung:interpret-oom, r=saethlin | Guillaume Gomez | -2/+5 |
| 2024-06-18 | Apply suggestions from oli-obk's review | Daria Sukhonina | -24/+11 |
| 2024-06-18 | Make async drop code more consistent with regular drop code | Daria Sukhonina | -9/+52 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -176/+176 |
| 2024-06-17 | Remove an unused validation error variant | Oli Scherer | -3/+0 |
| 2024-06-17 | interpret: better error when we ran out of memory | Ralf Jung | -2/+5 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -176/+176 |
| 2024-06-16 | Uplift OpaqueTypeKey too, use it in response | Michael Goulet | -39/+3 |
| 2024-06-16 | Uplift ExternalConstraintData | Michael Goulet | -27/+9 |
| 2024-06-16 | Make ExternalConstraints just carry outlives | Michael Goulet | -2/+1 |
| 2024-06-16 | Uplift Reveal to rustc_type_ir | Michael Goulet | -48/+1 |
| 2024-06-16 | Auto merge of #126505 - compiler-errors:no-vtable, r=lcnr | bors | -1/+14 |
| 2024-06-15 | Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obk | Guillaume Gomez | -9/+9 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -0/+14 |
| 2024-06-15 | Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJung | Matthias Krüger | -0/+14 |
| 2024-06-15 | Rollup merge of #126469 - RalfJung:mir-shifts, r=scottmcm | Matthias Krüger | -2/+4 |
| 2024-06-15 | Rollup merge of #126354 - compiler-errors:variance, r=lcnr | Matthias Krüger | -2/+1 |
| 2024-06-14 | Only compute vtable information during codegen | Michael Goulet | -1/+14 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -19/+19 |
| 2024-06-14 | Add TyCtxt::is_lang_item | Michael Goulet | -0/+4 |
| 2024-06-14 | Enable const evaluation for `f16` and `f128` | Trevor Gross | -0/+14 |
| 2024-06-14 | MIR Shl/Shr: the offset can be computed with rem_euclid | Ralf Jung | -2/+4 |
| 2024-06-14 | Rollup merge of #123962 - oli-obk:define_opaque_types5, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-06-13 | Address nits | Michael Goulet | -4/+8 |
| 2024-06-13 | MIR visitor: constant -> const_operand | Ralf Jung | -9/+9 |