| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-06-12 | properly mark tests that require panic=abort | Pietro Albini | -1/+4 | |
| 2023-06-03 | Only check inlining counter after recusing. | Camille GILLOT | -222/+246 | |
| 2023-06-01 | Rebase fallout. | Camille GILLOT | -272/+334 | |
| 2023-06-01 | Remove brittle test. | Camille GILLOT | -46/+0 | |
| 2023-06-01 | Restrict test to x64. | Camille GILLOT | -3/+4 | |
| 2023-06-01 | Annotate needs-unwind. | Camille GILLOT | -17/+19 | |
| 2023-06-01 | Remove duplication. | Camille GILLOT | -1406/+541 | |
| 2023-06-01 | Remove spurious comments. | Camille GILLOT | -3/+0 | |
| 2023-06-01 | Add chained comparison e2e test. | Camille GILLOT | -0/+400 | |
| 2023-06-01 | Add e2e mir test for checked arithmetic. | Camille GILLOT | -0/+285 | |
| 2023-06-01 | Add loop tests. | Camille GILLOT | -0/+1585 | |
| 2023-06-01 | Make slice_filter a pre-codegen test. | Camille GILLOT | -0/+341 | |
| 2023-05-31 | Enable ScalarReplacementOfAggregates | Ben Kimock | -117/+78 | |
| 2023-05-29 | Make `TrustedStep` require `Copy` | Scott McMurray | -32/+128 | |
| All the implementations of the trait already are `Copy`, and this seems to be enough to simplify the implementations enough to make the MIR inliner willing to inline basics like `Range::next`. | ||||
| 2023-05-21 | Normalize block and local orders in mir-opt tests | Scott McMurray | -458/+458 | |
| Since this only affects `PreCodegen MIR, and it would be nice for that to be resilient to permutations of things that don't affect the actual semantic behaviours. | ||||
| 2023-05-14 | Merge return place with other locals in CopyProp. | Camille GILLOT | -98/+86 | |
| 2023-05-12 | Remove useless `assume`s from `slice::iter(_mut)` | Scott McMurray | -59/+265 | |
| 2023-05-08 | Disable nrvo mir opt | Jakob Degen | -87/+99 | |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -22/+10 | |
| 2023-04-30 | MIR pre-codegen test for `mem::replace` | Scott McMurray | -0/+98 | |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -64/+28 | |
| 2023-04-26 | Add some MIR pre-codegen tests for slice indexing | Scott McMurray | -0/+348 | |
| 2023-04-23 | Add mir-opt tests to track MIR quality. | Camille GILLOT | -0/+1254 | |
