| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-25 | Extend the alignment check to borrows | Bastian Kersting | -16/+0 | |
| The current alignment check does not include checks for creating misaligned references from raw pointers, which is now added in this patch. When inserting the check we need to be careful with references to field projections (e.g. `&(*ptr).a`), in which case the resulting reference must be aligned according to the field type and not the type of the pointer. | ||||
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2023-11-04 | Check alignment of pointers only when read/written through | Ben Kimock | -0/+16 | |
