| Age | Commit message (Expand) | Author | Lines |
| 2024-09-16 | Remove semi-nondeterminism of DefPathHash ordering from inliner | Michael Goulet | -62/+4 |
| 2024-09-14 | Simplify the canonical clone method to copy | DianQK | -49/+1501 |
| 2024-09-05 | Rollup merge of #129706 - compiler-errors:scratch, r=estebank | Matthias Krüger | -54/+25 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -1/+1 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-09-04 | Re-parent the by-move body | Michael Goulet | -48/+17 |
| 2024-09-03 | Rename dump of coroutine by-move-body to be more consistent, adjust test | Michael Goulet | -23/+25 |
| 2024-09-01 | Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov | Matthias Krüger | -4/+4 |
| 2024-08-31 | ignore/fix layout-sensitive tests | The 8472 | -0/+1 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -4/+4 |
| 2024-08-31 | Rollup merge of #129757 - saethlin:half-a-recursion, r=compiler-errors | Matthias Krüger | -0/+32 |
| 2024-08-30 | add borrows to NLL MIR dumps | Rémy Rakic | -0/+9 |
| 2024-08-29 | Add a test for trait solver overflow in MIR inliner cycle detection | Ben Kimock | -0/+32 |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -1/+1 |
| 2024-08-23 | document & impl the transmutation modeled by `BikeshedIntrinsicFrom` | Jack Wrenn | -13/+13 |
| 2024-08-19 | Auto merge of #122551 - RayMuir:copy_fmt, r=saethlin | bors | -3923/+3923 |
| 2024-08-18 | Bless *all* the mir-opt tests | Scott McMurray | -3567/+3567 |
| 2024-08-18 | Update mir-opt filechecks | Scott McMurray | -356/+356 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -24/+18 |
| 2024-08-13 | Use the right type when coercing fn items to pointers | Michael Goulet | -1/+1 |
| 2024-08-13 | Test showing previous behavior | Michael Goulet | -0/+30 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -64/+124 |
| 2024-08-10 | Auto merge of #128572 - compiler-errors:fix-elaborate-box-derefs-on-debug, r=... | bors | -0/+33 |
| 2024-08-10 | Update tests | Nadrieril | -82/+52 |
| 2024-08-09 | Polymorphize RawVec | Ben Kimock | -64/+124 |
| 2024-08-05 | custom MIR: add support for tail calls | Ralf Jung | -0/+23 |
| 2024-08-03 | Re-enable SimplifyToExp in match_branches. | DianQK | -2/+0 |
| 2024-08-03 | Simplify match based on the cast result of `IntToInt`. | DianQK | -470/+1856 |
| 2024-08-02 | Stop doing weird index stuff in ElaborateBoxDerefs | Michael Goulet | -0/+33 |
| 2024-07-31 | Rollup merge of #127159 - Nadrieril:hide-candidate, r=matthewjasper | Matthias Krüger | -659/+675 |
| 2024-07-31 | Do not normalize constants eagerly. | Camille GILLOT | -53/+29 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -3/+1 |
| 2024-07-29 | Perform instsimplify before inline to eliminate some trivial calls | DianQK | -178/+203 |
| 2024-07-29 | Set up false edges in `lower_match_tree` | Nadrieril | -659/+675 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+1 |
| 2024-07-27 | Rollup merge of #128271 - Nilstrieb:jump-into-a-can-of-worms-called-float-equ... | Trevor Gross | -0/+130 |
| 2024-07-27 | Disable jump threading of float equality | Nilstrieb | -0/+130 |
| 2024-07-27 | Delete `SimplifyArmIdentity` and `SimplifyBranchSame` tests | DianQK | -402/+0 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -2/+2 |
| 2024-07-20 | Rollup merge of #127752 - uweigand:s390x-miropt-update, r=Mark-Simulacrum | Matthias Krüger | -4/+3 |
| 2024-07-17 | Rollup merge of #127337 - celinval:intrinsics-fallback, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -2/+2 |
| 2024-07-15 | Ignore allocation bytes in one more mir-opt test | Ulrich Weigand | -4/+3 |
| 2024-07-14 | Auto merge of #127087 - cjgillot:small-map, r=oli-obk | bors | -47/+280 |
| 2024-07-13 | Rollup merge of #122300 - CastilloDel:master, r=cjgillot | Jubilee | -6/+48 |
| 2024-07-13 | Propagate places through assignments. | Camille GILLOT | -23/+64 |
| 2024-07-13 | Add test for copying aggregates. | Camille GILLOT | -0/+221 |
| 2024-07-13 | Create mapped places upon seeing them in the body. | Camille GILLOT | -56/+27 |
| 2024-07-12 | Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebank | Jubilee | -390/+199 |
| 2024-07-09 | Return the `otherwise_block` instead of passing it as argument | Nadrieril | -404/+304 |