| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-22 | Move tests | Michael Goulet | -37/+0 | |
| 2023-09-30 | Validate `~const` trait bounds on associated fns. | Raekye | -4/+5 | |
| Previously, any associated function could have `~const` trait bounds on generic parameters, which could lead to ICEs when these bounds were used on associated functions of non-`#[const_trait] trait` or non-`impl const` blocks. Includes changes as per @fee1-dead's comments in #116210. | ||||
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -5/+6 | |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -0/+1 | |
| 2023-06-05 | Better group RFC ui tests together | Maybe Waffle | -0/+34 | |
