| Age | Commit message (Expand) | Author | Lines |
| 2024-05-11 | Auto merge of #125010 - matthiaskrgr:rollup-270pck3, r=matthiaskrgr | bors | -2/+4 |
| 2024-05-11 | Rollup merge of #124978 - saethlin:ref-casting_derefs, r=Urgau,Nilstrieb | Matthias Krüger | -2/+4 |
| 2024-05-11 | Auto merge of #124567 - Jules-Bertholet:and-eats-andmut, r=Nadrieril | bors | -140/+219 |
| 2024-05-11 | Auto merge of #124762 - madsmtm:refactor-apple-target-abi, r=lcnr,BlackHoleFox | bors | -97/+103 |
| 2024-05-11 | Rollup merge of #124818 - compiler-errors:ena, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-05-11 | Auto merge of #124993 - jieyouxu:rollup-u02aso7, r=jieyouxu | bors | -18/+42 |
| 2024-05-11 | Rollup merge of #124930 - compiler-errors:consume-arg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-05-11 | Rollup merge of #124904 - RalfJung:reachable, r=tmiasko | 许杰友 Jieyou Xu (Joe) | -10/+22 |
| 2024-05-11 | Rollup merge of #124318 - bvanjoi:fix-123911, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -7/+12 |
| 2024-05-11 | Rollup merge of #124233 - mati865:fix-support-for-upcoming-mingw-w64, r=petro... | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2024-05-10 | Auto merge of #124982 - compiler-errors:uplift-trait-ref, r=lcnr | bors | -312/+489 |
| 2024-05-10 | Auto merge of #123886 - scottmcm:more-rvalue-operands, r=matthewjasper | bors | -14/+106 |
| 2024-05-10 | Apply nits, make some bounds into supertraits on inherent traits | Michael Goulet | -56/+57 |
| 2024-05-10 | Also debug | Michael Goulet | -21/+11 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -240/+442 |
| 2024-05-10 | Lift `Lift` | Michael Goulet | -33/+17 |
| 2024-05-10 | Auto merge of #124952 - compiler-errors:no-error, r=lcnr | bors | -393/+432 |
| 2024-05-10 | Add comment on `cap_to_weakly_not` | Jules Bertholet | -0/+1 |
| 2024-05-10 | Move all ref pat logic into `check_pat_ref` | Jules Bertholet | -155/+132 |
| 2024-05-10 | Remove redundant comment | Jules Bertholet | -2/+0 |
| 2024-05-10 | No more `Option<Option<>>` | Jules Bertholet | -19/+15 |
| 2024-05-10 | Rename `explicit_ba` | Jules Bertholet | -4/+4 |
| 2024-05-10 | Comments and fixes | Jules Bertholet | -13/+24 |
| 2024-05-10 | Fix spans when macros are involved | Jules Bertholet | -4/+4 |
| 2024-05-10 | Various fixes: | Jules Bertholet | -14/+30 |
| 2024-05-10 | Match ergonomics 2024: let `&` patterns eat `&mut` | Jules Bertholet | -52/+132 |
| 2024-05-10 | Handle Deref expressions in invalid_reference_casting | Ben Kimock | -2/+4 |
| 2024-05-11 | ignore generics args in attribute paths | bohan | -7/+12 |
| 2024-05-10 | Auto merge of #124972 - matthiaskrgr:rollup-3fablim, r=matthiaskrgr | bors | -340/+380 |
| 2024-05-10 | Name tweaks | Michael Goulet | -75/+87 |
| 2024-05-10 | More rename fallout | Michael Goulet | -91/+93 |
| 2024-05-10 | Rename some ObligationCauseCode variants | Michael Goulet | -247/+187 |
| 2024-05-10 | Remove glob imports for ObligationCauseCode | Michael Goulet | -178/+279 |
| 2024-05-10 | rename some variants in FulfillmentErrorCode | Michael Goulet | -62/+46 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -104/+81 |
| 2024-05-10 | Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco | Matthias Krüger | -88/+146 |
| 2024-05-10 | Rollup merge of #124778 - fmease:fix-diag-msg-parse-meta-item, r=nnethercote | Matthias Krüger | -41/+35 |
| 2024-05-10 | Rollup merge of #124615 - Zalathar:extracted-mappings, r=davidtwco | Matthias Krüger | -107/+118 |
| 2024-05-10 | Auto merge of #124932 - RalfJung:temporal, r=compiler-errors | bors | -9/+5 |
| 2024-05-10 | Fix parse error message for meta items | León Orell Valerian Liehr | -41/+35 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -414/+187 |
| 2024-05-10 | Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnr | Matthias Krüger | -326/+127 |
| 2024-05-10 | Rollup merge of #124943 - lcnr:generic-args-ref, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2024-05-10 | Rollup merge of #124936 - lcnr:cool-beans, r=compiler-errors | Matthias Krüger | -11/+34 |
| 2024-05-10 | Rollup merge of #124918 - nnethercote:FIXME-lcnr, r=lcnr | Matthias Krüger | -51/+12 |
| 2024-05-10 | Rollup merge of #124915 - nnethercote:rustc_target-cleanups, r=bjorn3 | Matthias Krüger | -17/+5 |
| 2024-05-10 | Auto merge of #124953 - compiler-errors:own-params, r=lcnr | bors | -156/+164 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -104/+81 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -156/+164 |
| 2024-05-10 | De-tuple two `vtable_trait_first_method_offset` args. | Nicholas Nethercote | -8/+4 |