| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2024-09-24 | improve errors for invalid pointer casts | Lukas Markeffsky | -27/+14 |
| 2024-08-13 | diagnostics: use `DeepRejectCtxt` for check | Michael Howell | -0/+3 |
| 2024-07-05 | Equate types instead of using `Unsize` | Maybe Lapkin | -22/+23 |
| 2024-07-04 | Actually check that the traits are the same for casting pointers to dyn _ | Waffle Lapkin | -4/+5 |
| 2024-07-04 | test blessing | Waffle Lapkin | -5/+5 |
| 2024-07-04 | Add more checks for pointers with vtable meta | Maybe Waffle | -14/+30 |
| 2024-07-04 | Forbid casts of raw pointers to trait objects with the same trait, but differ... | Maybe Waffle | -1/+25 |
| 2024-07-04 | Add a test for `*const Tr<A>` to `*const Tr<B>` casts | Maybe Waffle | -0/+11 |
