| Age | Commit message (Expand) | Author | Lines |
| 2025-05-26 | mir-opt: Do not transform non-int type in match_branches | dianqk | -2/+4 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -0/+1 |
| 2025-05-25 | Make UNNECESSARY_TRANSMUTES into a HIR lint | Michael Goulet | -158/+0 |
| 2025-05-25 | Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lint | Michael Goulet | -86/+0 |
| 2025-05-24 | mir-opt: Do not create storage marks for temporary locals | dianqk | -43/+5 |
| 2025-05-24 | mir-opt: Create an indirect BB to add `StorageDead` | dianqk | -4/+16 |
| 2025-05-23 | Rollup merge of #140967 - azhogin:azhogin/async-drop-poll-shim-for-error-drop... | Matthias Krüger | -3/+4 |
| 2025-05-23 | Emit dummy open drop for unsafe binder | Michael Goulet | -0/+17 |
| 2025-05-23 | Async drop poll shim for error dropee generates noop body (fixes #140930) | Andrew Zhogin | -3/+4 |
| 2025-05-22 | use uX::from instead of _ as uX in non - const contexts | bendn | -3/+16 |
| 2025-05-22 | Rollup merge of #140431 - bend-n:dont_handle_bool_transmute, r=Nadrieril | Matthias Krüger | -2/+1 |
| 2025-05-21 | Rollup merge of #141328 - azhogin:azhogin/async-drop-ice-for-empty-impl-fix, ... | Matthias Krüger | -1/+23 |
| 2025-05-21 | Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later p... | Andrew Zhogin | -8/+13 |
| 2025-05-21 | When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974) | Andrew Zhogin | -1/+23 |
| 2025-05-19 | gvn: bail out unavoidable non-ssa locals in repeat | dianqk | -1/+7 |
| 2025-05-19 | Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLii | Stuart Cook | -2/+36 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -4/+4 |
| 2025-05-18 | Rollup merge of #141218 - dianqk:gvn-overlapping, r=oli-obk | León Orell Valerian Liehr | -6/+13 |
| 2025-05-18 | Rollup merge of #140926 - azhogin:azhogin/async-drop-coroutine-layout-returns... | León Orell Valerian Liehr | -2/+2 |
| 2025-05-18 | gvn: avoid creating overlapping assignments | dianqk | -6/+13 |
| 2025-05-17 | Rollup merge of #141051 - compiler-errors:less-erase, r=nnethercote | Matthias Krüger | -1/+1 |
| 2025-05-15 | dont handle bool transmute | bendn | -2/+1 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-11 | Return value of coroutine_layout fn changed to Result with LayoutError | Andrew Zhogin | -2/+2 |
| 2025-05-09 | don't depend on rustc_attr_parsing if rustc_data_structures will do | mejrs | -4/+4 |
| 2025-05-10 | coverage: Enlarge empty spans during MIR instrumentation, not codegen | Zalathar | -2/+36 |
| 2025-05-08 | Remove some unnecessary erases | Michael Goulet | -1/+1 |
| 2025-05-08 | add signed integers to unnecessary_lints to ensure feature parity with clippy | bendn | -0/+27 |
| 2025-05-07 | Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco | Guillaume Gomez | -46/+55 |
| 2025-05-06 | coverage: Handle hole spans without dividing spans into buckets | Zalathar | -59/+33 |
| 2025-05-06 | coverage: Only merge adjacent coverage spans | Zalathar | -34/+26 |
| 2025-05-05 | Rollup merge of #140115 - dianqk:gvn-matchbr, r=oli-obk | Guillaume Gomez | -2/+1 |
| 2025-05-05 | Rollup merge of #140080 - dianqk:one-mirpatch, r=oli-obk | Guillaume Gomez | -23/+14 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -2/+10 |
| 2025-05-04 | Add comment on creation of `SyntheticCoroutineBody` | John Kåre Alsaker | -0/+2 |
| 2025-05-03 | Auto merge of #140464 - oli-obk:successors-mut-perf, r=petrochenkov | bors | -21/+13 |
| 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 | Use a closure instead of three chained iterators | Oli Scherer | -17/+10 |
| 2025-04-29 | Fix for async drop ice with partly dropped tuple | Andrew Zhogin | -9/+15 |
| 2025-04-29 | Some style nits | Oli Scherer | -4/+3 |
| 2025-04-29 | Remove global `next_disambiguator` state and handle it with a `DisambiguatorS... | John Kåre Alsaker | -2/+8 |
| 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 |