| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-18 | HIR ty lowering: Validate relaxed bounds in trait object types | León Orell Valerian Liehr | -2/+27 | |
| Only relevant to the internal feature `more_maybe_bounds`. | ||||
| 2025-06-16 | tests: `PointeeSized` bounds with extern types | David Wood | -3/+3 | |
| These tests necessarily need to change now that `?Sized` is not sufficient to accept extern types and `PointeeSized` is now necessary. In addition, the `size_of_val`/`align_of_val` test can now be changed to expect an error. | ||||
| 2025-06-16 | tests: `{Meta,Pointee}Sized` in non-minicore tests | David Wood | -25/+55 | |
| As before, add `MetaSized` and `PointeeSized` traits to all of the non-minicore `no_core` tests so that they don't fail for lack of language items. | ||||
| 2025-04-08 | UI tests: add missing diagnostic kinds where possible | Vadim Petrochenkov | -1/+1 | |
| 2025-04-03 | Initial support for auto traits with default bounds | Bryanskiy | -0/+450 | |
