| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-04-11 | fix Layout struct member naming style | liangyongrui | -2/+2 | |
| 2022-04-08 | Make non-power-of-two alignments a validity error in `Layout` | Scott McMurray | -4/+15 | |
| Inspired by the zulip conversation about how `Layout` should better enforce `size < isize::MAX as usize`, this uses an N-variant enum on N-bit platforms to require at the validity level that the existing invariant of "must be a power of two" is upheld. This was MIRI can catch it, and means there's a more-specific type for `Layout` to store than just `NonZeroUsize`. | ||||
| 2021-06-13 | update tests involving CTFE validation | Rémy Rakic | -1/+1 | |
| 2021-03-31 | Add 32bit.stderr files. | Hameer Abbasi | -0/+14 | |
