| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-02 | Auto merge of #109008 - clubby789:drop-elaborate-array, r=davidtwco | bors | -0/+16 | |
| Drop array patterns using subslices Fixes #109004 Drops contiguous subslices of an array when moving elements out with a pattern, which improves perf for large arrays r? `@compiler-errors` | ||||
| 2023-03-30 | Disable the ui panic test on wasm32-bare | Ben Kimock | -0/+1 | |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+11 | |
| 2023-03-17 | Drop subslices of arrays | clubby789 | -0/+16 | |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -10/+0 | |
| 2023-03-05 | Add test. | Camille GILLOT | -0/+15 | |
| 2023-02-25 | MIR-Validate StorageLive. | Camille GILLOT | -0/+43 | |
| 2023-02-12 | only require sub type relation on field projection types | b-naber | -0/+134 | |
| 2023-02-05 | yet another ui test | Lukas Markeffsky | -0/+42 | |
| 2023-02-05 | ReErased regions are local | Lukas Markeffsky | -0/+20 | |
| 2023-01-27 | Fix def-use dominance check | Tomasz Miąsko | -0/+19 | |
| A definition does not dominate a use in the same statement. For example in MIR generated for compound assignment x += a (when overflow checks are disabled). | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+4076 | |
