| Age | Commit message (Expand) | Author | Lines |
| 2023-12-02 | FileCheck inherit_overflow. | Camille GILLOT | -3/+6 |
| 2023-12-02 | FileCheck indirect. | Camille GILLOT | -1/+3 |
| 2023-12-02 | FileCheck discriminant. | Camille GILLOT | -2/+13 |
| 2023-12-02 | FileCheck and rename const_prop_fails_gracefully. | Camille GILLOT | -12/+18 |
| 2023-12-02 | FileCheck checked_add. | Camille GILLOT | -1/+4 |
| 2023-12-02 | FileCheck cast. | Camille GILLOT | -2/+5 |
| 2023-12-02 | FileCheck boxes. | Camille GILLOT | -1/+5 |
| 2023-12-02 | FileCheck boolean_identities. | Camille GILLOT | -8/+36 |
| 2023-12-02 | FileCheck bad_op_unsafe_oob_for_slices. | Camille GILLOT | -1/+4 |
| 2023-12-02 | FileCheck bad_op_mod_by_zero. | Camille GILLOT | -1/+8 |
| 2023-12-02 | FileCheck bad_op_div_by_zero. | Camille GILLOT | -2/+8 |
| 2023-12-02 | FileCheck array_index. | Camille GILLOT | -2/+4 |
| 2023-12-02 | FileCheck aggregate. | Camille GILLOT | -174/+14 |
| 2023-12-02 | FileCheck address_of_pair. | Camille GILLOT | -1/+14 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -114/+114 |
| 2023-11-29 | Rollup merge of #118426 - aDotInTheVoid:const-wat, r=compiler-errors,cjgillot | Matthias Krüger | -0/+46 |
| 2023-11-29 | Auto merge of #114841 - bvanjoi:fix-114814, r=cuviper | bors | -4/+4 |
| 2023-11-28 | Rename and add another test | Alona Enraght-Moony | -2/+8 |
| 2023-11-28 | ConstProp: Remove const when rvalue check fails. | Alona Enraght-Moony | -2/+1 |
| 2023-11-28 | Precommit test for https://github.com/rust-lang/rust/issues/118328. | Alona Enraght-Moony | -0/+41 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -114/+114 |
| 2023-11-26 | Bless MIR tests | Gary Guo | -128/+120 |
| 2023-11-24 | add track_caller for arith ops | bohan | -4/+4 |
| 2023-11-20 | Fix insertion of statements to be executed along return edge in inlining | Tomasz Miąsko | -591/+193 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -108/+0 |
| 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 |