| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | remove a couple of redundant String to String conversion | Matthias Krüger | -1/+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-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -3/+2 |
| 2024-10-07 | Simplify two matches. | Nicholas Nethercote | -9/+1 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -3/+2 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -20/+14 |
| 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 | -7/+4 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -13/+10 |
| 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 | -1/+1 |
| 2024-10-03 | Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank | Matthias Krüger | -1/+1 |
| 2024-10-03 | Handle `rustc_metadata` cases of `rustc::potential_query_instability` lint | ismailarilik | -2/+2 |
| 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 | -12/+34 |
| 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 | -12/+34 |
| 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 | -1/+1 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -56/+4 |
| 2024-10-01 | add caches to multiple type folders | lcnr | -2/+23 |
| 2024-09-30 | Auto merge of #129499 - fee1-dead-contrib:supereffects, r=compiler-errors | bors | -0/+2 |
| 2024-09-27 | Auto merge of #130946 - matthiaskrgr:rollup-ia4mf0y, r=matthiaskrgr | bors | -11/+11 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -11/+11 |
| 2024-09-27 | properly elaborate effects implied bounds for super traits | Deadbeef | -0/+2 |
| 2024-09-26 | Use `&raw` in the compiler | Josh Stone | -5/+5 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -11/+11 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -17/+3 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -9/+3 |
| 2024-09-24 | Separate collection of crate-local inherent impls from error reporting | Michael Goulet | -17/+3 |
| 2024-09-23 | Allow reborrowing pinned self methods | Eric Holk | -0/+10 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -114/+99 |
| 2024-09-21 | Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726 | Michael Goulet | -0/+1 |
| 2024-09-21 | Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlin | bors | -1/+1 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -0/+1 |
| 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-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/+2 |
| 2024-09-17 | Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errors | bors | -43/+17 |