| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -424/+0 | |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -1/+1 | |
| This is in anticipation of a new enum layout, in which the niche optimization may be applied even when multiple variants have data. | ||||
| 2022-07-31 | reorder fields in Laout debug output | Ralf Jung | -152/+152 | |
| 2022-07-30 | Test another enum niche with multiple ZST alignments | Josh Stone | -3/+124 | |
| 2022-07-30 | Fix the size of niche enums with ZST alignment | Josh Stone | -0/+303 | |
| For enums with an aligned ZST variant, like `[T; 0]`, the niche layout was not computing a sufficient size to be consistent with alignment. Now we pad that size up to the alignment, and also make sure to only use the niche variant's ABI when the size and alignment still match. | ||||
