| Age | Commit message (Expand) | Author | Lines |
| 2024-10-03 | Handle `rustc_metadata` cases of `rustc::potential_query_instability` lint | ismailarilik | -2/+2 |
| 2024-10-02 | Move in_trait into OpaqueTyOrigin | Michael Goulet | -7/+1 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -1/+1 |
| 2024-10-02 | Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errors | bors | -3/+25 |
| 2024-10-02 | Rollup merge of #131152 - fee1-dead-contrib:fxdiag, r=compiler-errors | Matthias Krüger | -13/+35 |
| 2024-10-02 | Rollup merge of #131150 - bvanjoi:issue-128327, r=chenyukang | Matthias Krüger | -1/+1 |
| 2024-10-02 | Rollup merge of #131140 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -6/+6 |
| 2024-10-02 | review | lcnr | -8/+9 |
| 2024-10-02 | Improve const traits diagnostics for new desugaring | Deadbeef | -13/+35 |
| 2024-10-02 | only query `params_in_repr` if def kind is adt | bohan | -1/+1 |
| 2024-10-01 | Rollup merge of #130885 - RalfJung:interp-error-discard, r=oli-obk | Jubilee | -34/+223 |
| 2024-10-02 | Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint | ismailarilik | -6/+6 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -89/+223 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -56/+4 |
| 2024-10-01 | add caches to multiple type folders | lcnr | -2/+23 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -0/+11 |
| 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 | -2/+2 |
| 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 |