| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -352/+0 | |
| 2022-07-31 | reorder fields in Laout debug output | Ralf Jung | -163/+163 | |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -5/+5 | |
| 2022-05-06 | make Size and Align debug-printing a bit more compact | Ralf Jung | -120/+40 | |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially ↵ | Oli Scherer | -45/+35 | |
| initialized scalars can special case them. | ||||
| 2021-11-20 | Align multiline messages to their label (add left margin) | Esteban Kuber | -410/+410 | |
| 2021-02-22 | Test hexagon-enum only when llvm target is present | Simonas Kazlauskas | -5/+5 | |
| See https://github.com/rust-lang/rust/pull/82379#issuecomment-783439754 | ||||
| 2021-02-22 | Fix sizes of repr(C) enums on hexagon | Simonas Kazlauskas | -0/+442 | |
| Enums on hexagon use a smallest size (but at least 1 byte) that fits all the enumeration values. This is unlike many other ABIs where enums are at least 32 bits. | ||||
