| Age | Commit message (Expand) | Author | Lines |
| 2025-04-30 | Rollup merge of #140458 - azhogin:azhogin/async-drop-fix-dropped-tuple-ice, r... | Matthias Krüger | -9/+15 |
| 2025-04-29 | Auto merge of #140023 - cjgillot:arena-try-alloc, r=BoxyUwU | bors | -10/+2 |
| 2025-04-29 | Fix for async drop ice with partly dropped tuple | Andrew Zhogin | -9/+15 |
| 2025-04-29 | Auto merge of #137940 - 1c3t3a:alignment-borrows-check, r=saethlin | bors | -32/+48 |
| 2025-04-28 | Rework the logic for PointerFinder::visit_place | Bastian Kersting | -22/+17 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -864/+1860 |
| 2025-04-28 | dropee_emit_retag function separated in drop glue build | Andrew Zhogin | -26/+38 |
| 2025-04-26 | Auto merge of #140288 - Zalathar:new-executor, r=jieyouxu | bors | -1/+1 |
| 2025-04-26 | Auto merge of #140177 - tmandry:compiletest-par, r=jieyouxu | bors | -2/+1 |
| 2025-04-25 | Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgr | bors | -5/+2 |
| 2025-04-25 | Extend the alignment check to borrows | Bastian Kersting | -28/+49 |
| 2025-04-25 | remove expect() in unnecessary_transmutes | bendn | -5/+2 |
| 2025-04-25 | Trivial compiler change to inhibit download-rustc in CI | Zalathar | -1/+1 |
| 2025-04-25 | Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-04-24 | Rollup merge of #136083 - bend-n:⃤⃤, r=lcnr | Matthias Krüger | -0/+123 |
| 2025-04-24 | Trivial compiler change to inhibit download-rustc in CI | Zalathar | -2/+1 |
| 2025-04-24 | Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obk | Matthias Krüger | -4/+28 |
| 2025-04-24 | Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc | bendn | -0/+123 |
| 2025-04-23 | Make #![feature(let_chains)] bootstrap conditional in compiler/ | est31 | -1/+1 |
| 2025-04-23 | Rollup merge of #140160 - oli-obk:lang-items, r=jieyouxu | Chris Denton | -2/+2 |
| 2025-04-22 | Use `is_lang_item` and `as_lang_item` instead of handrolling their logic | Oli Scherer | -2/+2 |
| 2025-04-22 | Remove unnecessary lifetime on `ResultsVisitor`. | Nicholas Nethercote | -7/+7 |
| 2025-04-19 | Rollup merge of #140024 - cjgillot:continue-jumping, r=compiler-errors | Chris Denton | -71/+64 |
| 2025-04-19 | Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlin | Chris Denton | -15/+32 |
| 2025-04-19 | Introduce Arena::try_alloc_from_iter. | Camille GILLOT | -10/+2 |
| 2025-04-18 | Remove early exits from JumpThreading. | Camille GILLOT | -71/+64 |
| 2025-04-17 | Rollup merge of #139902 - lcnr:no-opaque-cast-projection, r=oli-obk | Matthias Krüger | -13/+15 |
| 2025-04-17 | do not emit `OpaqueCast` projections with `-Znext-solver` | lcnr | -13/+15 |
| 2025-04-16 | Move eager translation to a method on `Diag` | Jake Goulding | -11/+5 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -2/+2 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -2/+2 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -1/+1 |
| 2025-04-14 | Rollup merge of #139811 - yotamofek:pr/newtype_cleanups, r=oli-obk | Matthias Krüger | -23/+26 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -23/+26 |
| 2025-04-14 | Rollup merge of #139767 - compiler-errors:www, r=oli-obk | Matthias Krüger | -15/+2 |
| 2025-04-14 | Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhpratt | bors | -0/+7 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -1/+1 |
| 2025-04-13 | Rollup merge of #139699 - compiler-errors:coroutine-drop-phase, r=scottmcm | Jacob Pratt | -0/+7 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -1/+0 |
| 2025-04-14 | Auto merge of #139766 - jhpratt:rollup-afrfmnk, r=jhpratt | bors | -77/+51 |
| 2025-04-13 | Visit place in BackwardIncompatibleDropHint statement | Michael Goulet | -15/+2 |
| 2025-04-13 | Rollup merge of #139674 - yotamofek:pr/mir_transform/index-iterators, r=compi... | Jacob Pratt | -53/+39 |
| 2025-04-13 | Rollup merge of #139644 - yotamofek:pr/mir_transform/instsimplify/simplify_pr... | Jacob Pratt | -17/+8 |
| 2025-04-13 | Rollup merge of #139379 - matthewjasper:drop-elab-normalization, r=compiler-e... | Jacob Pratt | -7/+4 |
| 2025-04-13 | JumpThreading: Bail out on interp errors | clubby789 | -67/+91 |
| 2025-04-13 | JumpThreading: Re-enable and fix Not ops on non-booleans | clubby789 | -18/+11 |
| 2025-04-12 | Proactively update coroutine drop shim's phase to account for later passes ap... | Michael Goulet | -0/+7 |
| 2025-04-12 | In `rustc_mir_tranform`, iterate over index newtypes instead of ints | Yotam Ofek | -53/+39 |
| 2025-04-11 | Use delayed bug for normalization errors in drop elaboration | Matthew Jasper | -7/+4 |
| 2025-04-10 | Cleanup the `InstSimplify` MIR transformation | Yotam Ofek | -106/+86 |