| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | Rollup merge of #131626 - matthiaskrgr:dont_string, r=lqd | Trevor Gross | -1/+1 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -1/+0 |
| 2024-10-12 | remove a couple of redundant String to String conversion | Matthias Krüger | -1/+1 |
| 2024-10-12 | mark InterpResult as must_use | Ralf Jung | -0/+1 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -56/+4 |
| 2024-10-10 | Add variances to RPITITs | Michael Goulet | -0/+4 |
| 2024-10-10 | Introduce SolverRelating | Michael Goulet | -0/+6 |
| 2024-10-08 | compiler: Factor rustc_target::abi::* out of middle::ty::layout | Jubilee Young | -7/+17 |
| 2024-10-08 | coverage. Adapt to mcdc mapping formats introduced by llvm 19 | zhuyunxing | -31/+30 |
| 2024-10-08 | coverage. MCDC ConditionId start from 0 to keep with llvm 19 | zhuyunxing | -13/+3 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -3/+2 |
| 2024-10-07 | Auto merge of #131226 - nnethercote:rustc_infer-cleanups, r=lcnr | bors | -9/+1 |
| 2024-10-07 | Simplify two matches. | Nicholas Nethercote | -9/+1 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -6/+37 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -3/+2 |
| 2024-10-05 | clarify semantics of ConstantIndex MIR projection | Ralf Jung | -2/+4 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -39/+74 |
| 2024-10-04 | Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errors | Jubilee | -0/+10 |
| 2024-10-04 | Simplify bound var resolution. | Camille GILLOT | -15/+12 |
| 2024-10-04 | WfCheck opaques. | Camille GILLOT | -1/+1 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -14/+52 |
| 2024-10-04 | Make naming more consistent. | Camille GILLOT | -10/+10 |
| 2024-10-04 | Make query backtrace more useful. | Camille GILLOT | -8/+8 |
| 2024-10-04 | Elaborate supertrait span correctly to label the error better | Michael Goulet | -0/+4 |
| 2024-10-04 | Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxu | Guillaume Gomez | -12/+12 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -12/+12 |
| 2024-10-03 | Auto merge of #131215 - matthiaskrgr:rollup-i021ef7, r=matthiaskrgr | bors | -8/+2 |
| 2024-10-03 | Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank | Matthias Krüger | -8/+2 |
| 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 | 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 |