| Age | Commit message (Expand) | Author | Lines |
| 2024-02-08 | Rollup merge of #120688 - cjgillot:gvn-partial-move, r=oli-obk | Matthias Krüger | -3/+76 |
| 2024-02-08 | Rollup merge of #120214 - Nadrieril:fix-120210, r=pnkfelix | Matthias Krüger | -42/+42 |
| 2024-02-07 | Rollup merge of #120455 - JarlEvanson:sroa-miri-tests, r=cjgillot | Guillaume Boisseau | -9/+131 |
| 2024-02-06 | Fixup async_closure_shims mir-opt test | Ben Kimock | -1/+1 |
| 2024-02-06 | Tweak a few mir-opt tests instead of using -Clink-dead-code | Ben Kimock | -5/+7 |
| 2024-02-06 | Use a better set of targets for blessing mir-opt tests | Ben Kimock | -57/+17 |
| 2024-02-06 | Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure | Michael Goulet | -0/+286 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+2 |
| 2024-02-05 | Also turn moves into copies even if through projections. | Camille GILLOT | -4/+4 |
| 2024-02-05 | Add test. | Camille GILLOT | -0/+73 |
| 2024-02-04 | Rollup merge of #119759 - sfzhu93:master, r=cjgillot | Matthias Krüger | -87/+394 |
| 2024-02-04 | Enable `structs` SROA MIR-opt test | Jarl Evanson | -7/+120 |
| 2024-01-30 | Rollup merge of #120424 - RalfJung:raw-ptr-meta, r=Nilstrieb | Guillaume Gomez | -4/+4 |
| 2024-01-29 | raw pointer metadata API: data address -> data pointer | Ralf Jung | -4/+4 |
| 2024-01-28 | update terminator.rs | sfzhu93 | -1/+1 |
| 2024-01-28 | Enable `lifetimes` SROA MIR-opt test | Jarl Evanson | -1/+4 |
| 2024-01-28 | Enable `simplify` MIR-opt test | Jarl Evanson | -1/+4 |
| 2024-01-28 | Enable `remove_storage_markers` MIR-opt test | Jarl Evanson | -1/+4 |
| 2024-01-27 | Update tests. | Markus Reiter | -2/+2 |
| 2024-01-26 | Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnay | Matthias Krüger | -2/+2 |
| 2024-01-26 | add test for GVN issue; cleanup in dataflow_const_prop | Ralf Jung | -0/+92 |
| 2024-01-25 | Remove coroutine info when building coroutine drop body | Michael Goulet | -42/+0 |
| 2024-01-25 | Put new bindings first in refutable cases too | Nadrieril | -42/+42 |
| 2024-01-22 | update enum.rs | sfzhu93 | -2/+0 |
| 2024-01-23 | Add test for jump-threading assume. | Camille GILLOT | -0/+126 |
| 2024-01-22 | Add Assume custom MIR. | Camille GILLOT | -0/+74 |
| 2024-01-21 | Rollup merge of #119461 - cjgillot:jump-threading-interp, r=tmiasko | Nadrieril | -0/+122 |
| 2024-01-20 | finish a pattern in `enum.rs` | sfzhu93 | -1/+1 |
| 2024-01-20 | update misuse of check-label | sfzhu93 | -8/+8 |
| 2024-01-19 | Remove feature(offset_of) from tests | George Bateman | -2/+2 |
| 2024-01-18 | Use an interpreter in jump threading. | Camille GILLOT | -0/+122 |
| 2024-01-16 | Do not read a scalar on a non-scalar layout. | Camille GILLOT | -0/+795 |
| 2024-01-16 | Simplify Len. | Camille GILLOT | -48/+62 |
| 2024-01-16 | Simplify unary operations. | Camille GILLOT | -18/+351 |
| 2024-01-16 | Simplify binary ops. | Camille GILLOT | -429/+699 |
| 2024-01-16 | Rename `pointer` field on `Pin` | LegionMammal978 | -2/+2 |
| 2024-01-16 | Auto merge of #119954 - scottmcm:option-unwrap-failed, r=WaffleLapkin | bors | -6/+6 |
| 2024-01-16 | Auto merge of #119672 - cjgillot:dse-sandwich, r=oli-obk | bors | -282/+532 |
| 2024-01-16 | Auto merge of #119439 - cjgillot:gvn-faster, r=oli-obk | bors | -194/+122 |
| 2024-01-14 | add FIXME for default_boxed_slice.rs | sfzhu93 | -3/+6 |
| 2024-01-14 | Split out `option::unwrap_failed` like we have `result::unwrap_failed` | Scott McMurray | -6/+6 |
| 2024-01-12 | update enum.rs for code review | sfzhu93 | -1/+10 |
| 2024-01-11 | resolve code reviews | sfzhu93 | -3/+8 |
| 2024-01-11 | resolve code reviews | sfzhu93 | -96/+118 |
| 2024-01-11 | Rollup merge of #119842 - Zalathar:kind, r=oli-obk | Matthias Krüger | -6/+6 |
| 2024-01-11 | Do not run simplify_locals inside DSE. | Camille GILLOT | -5/+9 |
| 2024-01-11 | Sandwich MIR optimizations between DSE. | Camille GILLOT | -277/+523 |
| 2024-01-11 | coverage: Add enums to accommodate other kinds of coverage mappings | Zalathar | -6/+6 |
| 2024-01-11 | Auto merge of #119677 - cjgillot:early-cfg-opt, r=oli-obk | bors | -38/+10 |
| 2024-01-09 | Rollup merge of #119699 - cjgillot:simplify-unreachable, r=oli-obk | Guillaume Gomez | -91/+77 |