| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-09-24 | improve errors for invalid pointer casts | Lukas Markeffsky | -4/+4 |
| 2024-07-05 | Equate types instead of using `Unsize` | Maybe Lapkin | -4/+4 |
| 2024-07-04 | Actually check that the traits are the same for casting pointers to dyn _ | Waffle Lapkin | -1/+1 |
| 2024-07-04 | test blessing | Waffle Lapkin | -2/+1 |
| 2024-07-04 | blessings | Maybe Waffle | -1/+1 |
| 2024-07-04 | Add more checks for pointers with vtable meta | Maybe Waffle | -5/+5 |
| 2024-07-04 | Add tests for `*const Trait<'a>` -> `*const Trait<'b>` and similar casts | Maybe Waffle | -0/+8 |
| 2024-07-04 | Forbid casts of raw pointers to trait objects with the same trait, but differ... | Maybe Waffle | -3/+3 |
| 2024-07-04 | Add a test for `*const Tr<A>` to `*const Tr<B>` casts | Maybe Waffle | -0/+30 |
