| Age | Commit message (Expand) | Author | Lines |
| 2024-09-30 | panic when an interpreter error gets unintentionally discarded | Ralf Jung | -9/+64 |
| 2024-09-30 | Validate ExistentialPredicate args | Michael Goulet | -0/+20 |
| 2024-09-30 | Debug assert that unevaluated consts have the right substs | Michael Goulet | -0/+1 |
| 2024-09-30 | Auto merge of #129499 - fee1-dead-contrib:supereffects, r=compiler-errors | bors | -0/+2 |
| 2024-09-29 | Rollup merge of #130990 - RalfJung:mir-const-normalize, r=compiler-errors | Matthias Krüger | -13/+3 |
| 2024-09-29 | cleanup: don't clone types that are Copy | Matthias Krüger | -1/+1 |
| 2024-09-28 | tweak Const::identity_unevaluated name and docs | Ralf Jung | -1/+3 |
| 2024-09-28 | try to get rid of mir::Const::normalize | Ralf Jung | -12/+0 |
| 2024-09-27 | Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgr | bors | -67/+73 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -67/+73 |
| 2024-09-27 | properly elaborate effects implied bounds for super traits | Deadbeef | -0/+2 |
| 2024-09-26 | Use `&raw` in the compiler | Josh Stone | -7/+7 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -67/+73 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -2/+3 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -21/+19 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -2/+3 |
| 2024-09-24 | update doc comment | Lukas Markeffsky | -2/+4 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -6/+19 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -1/+3 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -2/+5 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -12/+3 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -21/+19 |
| 2024-09-23 | Rollup merge of #130727 - compiler-errors:objects, r=RalfJung | Michael Goulet | -16/+19 |
| 2024-09-23 | Rollup merge of #130618 - m-ou-se:skip-query, r=compiler-errors | Michael Goulet | -1/+4 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -16/+19 |
| 2024-09-23 | Allow reborrowing pinned self methods | Eric Holk | -0/+10 |
| 2024-09-23 | Update compiler/rustc_middle/src/hir/map/mod.rs | Mara Bos | -1/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -207/+189 |
| 2024-09-21 | Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726 | Michael Goulet | -3/+2 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -1/+1 |
| 2024-09-21 | Auto merge of #129283 - saethlin:unreachable-allocas, r=scottmcm | bors | -25/+86 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -3/+1 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -0/+1 |
| 2024-09-21 | Compute reachable locals as part of non_ssa_locals | Ben Kimock | -83/+41 |
| 2024-09-21 | Don't alloca for unused locals | Ben Kimock | -8/+111 |
| 2024-09-20 | Only expect mono consts in CFI | Michael Goulet | -0/+4 |
| 2024-09-20 | Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors | Guillaume Gomez | -0/+3 |
| 2024-09-20 | TL note: current means target | Jubilee Young | -1/+1 |
| 2024-09-20 | Skip query in get_parent_item when possible. | Mara Bos | -1/+3 |
| 2024-09-19 | Allow shortening reborrows | Eric Holk | -3/+2 |
| 2024-09-18 | Apply code review suggestions | Eric Holk | -1/+2 |
| 2024-09-18 | Begin experimental support for pin reborrowing | Eric Holk | -0/+3 |
| 2024-09-18 | Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3 | Matthias Krüger | -2/+3 |
| 2024-09-17 | Fix circular fn_sig queries to return the correct number of arguments for met... | Jesse Rusak | -1/+1 |
| 2024-09-17 | Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errors | bors | -43/+17 |
| 2024-09-17 | Use associative type defaults in `{Layout,FnAbi}OfHelpers`. | Nicholas Nethercote | -2/+3 |
| 2024-09-16 | Don't ICE when RPITIT captures more method args than trait definition | Michael Goulet | -3/+5 |
| 2024-09-16 | layout computation: eagerly error for unexpected unsized fields | Lukas Markeffsky | -17/+10 |
| 2024-09-16 | make `LayoutCx` not generic | Lukas Markeffsky | -28/+9 |
| 2024-09-16 | Auto merge of #129716 - compiler-errors:closure-debuginfo, r=cjgillot | bors | -1/+4 |