| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-22 | Validate there are no critical call edges in optimized MIR | Tomasz Miąsko | -0/+31 | |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -0/+55 | |
| Cleanup blocks are declared with `bb (cleanup) = { ... }`. `Call` and `Drop` terminators take an additional argument describing the unwind action, which is one of the following: * `UnwindContinue()` * `UnwindUnreachable()` * `UnwindTerminate(reason)`, where reason is `ReasonAbi` or `ReasonInCleanup` * `UnwindCleanup(block)` Also support unwind resume and unwind terminate terminators: * `UnwindResume()` * `UnwindTerminate(reason)` | ||||
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -0/+1 | |
| 2023-04-20 | Give more descriptive names to queries. | Camille GILLOT | -1/+1 | |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -1/+1 | |
| 2023-04-09 | Fix transmute intrinsic mir validation ICE | Jakob Degen | -0/+17 | |
| 2023-02-25 | MIR-Validate StorageLive. | Camille GILLOT | -0/+43 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+62 | |
