| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-05-31 | Add a distinct `OperandValue::ZeroSized` variant for ZSTs | Scott McMurray | -4/+71 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -0/+34 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -33/+9 |
| 2023-04-13 | `assume` value ranges in `transmute` | Scott McMurray | -4/+188 |
| 2023-04-09 | Handle not all immediates having `abi::Scalar`s | Scott McMurray | -1/+92 |
| 2023-04-06 | Check `CastKind::Transmute` sizes in a better way | Scott McMurray | -1/+73 |
| 2023-04-04 | Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`s | Scott McMurray | -23/+130 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+196 |
| 2023-01-17 | Add more codegen tests | Nilstrieb | -4/+5 |
| 2023-01-17 | Put `noundef` on all scalars that don't allow uninit | Nilstrieb | -2/+2 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+328 |
