| Age | Commit message (Expand) | Author | Lines |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -25/+127 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -25/+127 |
| 2023-11-13 | Compute layout with spans for better cycle errors in coroutines | Michael Goulet | -2/+2 |
| 2023-11-08 | update mir-opt tests | lcnr | -21/+21 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -1/+1 |
| 2023-11-05 | Auto merge of #117469 - cjgillot:filecheck-mir, r=Mark-Simulacrum | bors | -119/+307 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -1/+1 |
| 2023-11-01 | Auto merge of #117498 - matthiaskrgr:rollup-z7mg4ck, r=matthiaskrgr | bors | -0/+445 |
| 2023-11-01 | Auto merge of #117029 - rmehri01:mir_opt_filecheck_inline_tests, r=cjgillot | bors | -51/+156 |
| 2023-11-01 | Rebase fallout. | Camille GILLOT | -10/+2 |
| 2023-11-01 | Make ui into mir-opt test. | Camille GILLOT | -0/+453 |
| 2023-11-01 | fix spans for inline_couroutine panic-abort | Ryan Mehri | -11/+11 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -32/+229 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-10-31 | Update MIR tests for offset_of | George Bateman | -44/+44 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -16/+213 |
| 2023-10-31 | FileCheck const_prop_miscompile. | Camille GILLOT | -24/+41 |
| 2023-10-31 | FileCheck const_debuginfo. | Camille GILLOT | -42/+66 |
| 2023-10-31 | FileCheck while_storage. | Camille GILLOT | -53/+200 |
| 2023-10-31 | change inline_retag to after.mir | Ryan Mehri | -66/+60 |
| 2023-10-31 | FileCheck uninhabited_enum_branching. | Camille GILLOT | -245/+126 |
| 2023-10-31 | Only emit `!=` assumptions if the otherwise target is reachable. | Camille GILLOT | -51/+142 |
| 2023-10-31 | Refactor UninhabitedEnumBranching to mark targets unreachable. | Camille GILLOT | -6/+37 |
| 2023-10-31 | Simplify assume of a constant. | Camille GILLOT | -84/+62 |
| 2023-10-31 | Replace SwitchInt to unreachable by an assumption. | Camille GILLOT | -38/+93 |
| 2023-10-31 | Reorder passes. | Camille GILLOT | -33/+63 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -2449/+3545 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -22/+71 |
| 2023-10-26 | Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnr | bors | -15/+25 |
| 2023-10-25 | address review comments | Ryan Mehri | -70/+100 |
| 2023-10-25 | FileCheck unwrap_unchecked | Ryan Mehri | -1/+2 |
| 2023-10-25 | FileCheck unsized_argument | Ryan Mehri | -1/+2 |
| 2023-10-25 | FileCheck unchecked_shifts | Ryan Mehri | -1/+8 |
| 2023-10-25 | FileCheck issue_78442 | Ryan Mehri | -1/+5 |
| 2023-10-25 | FileCheck inline_scopes_parenting | Ryan Mehri | -4/+8 |
| 2023-10-25 | FileCheck inline_as_ref_as_mut | Ryan Mehri | -1/+8 |
| 2023-10-25 | FileCheck inline_trait_method | Ryan Mehri | -1/+2 |
| 2023-10-25 | FileCheck inline_trait_method_2 | Ryan Mehri | -1/+3 |
| 2023-10-25 | FileCheck inline_specialization | Ryan Mehri | -1/+2 |
| 2023-10-25 | FileCheck inline_retag | Ryan Mehri | -1/+2 |
| 2023-10-25 | FileCheck inline_options | Ryan Mehri | -1/+3 |
| 2023-10-25 | FileCheck inline_into_box_place | Ryan Mehri | -1/+2 |
| 2023-10-25 | FileCheck inline_instruction_set | Ryan Mehri | -1/+10 |
| 2023-10-25 | FileCheck inline_coroutine | Ryan Mehri | -12/+14 |
| 2023-10-25 | FileCheck inline_diverging | Ryan Mehri | -1/+7 |
| 2023-10-25 | FileCheck inline_closure | Ryan Mehri | -1/+3 |
| 2023-10-25 | FileCheck inline_closure_captures | Ryan Mehri | -1/+3 |
| 2023-10-25 | FileCheck inline_closure_borrows_arg | Ryan Mehri | -1/+3 |
| 2023-10-25 | FileCheck inline_box_fn | Ryan Mehri | -1/+2 |
| 2023-10-25 | FileCheck inline_any_operand | Ryan Mehri | -1/+2 |