| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-22 | Move tests | Michael Goulet | -50/+0 | |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -1/+6 | |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -2/+2 | |
| 2023-09-30 | Validate `~const` trait bounds on associated fns. | Raekye | -4/+16 | |
| 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 | -8/+18 | |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -1/+10 | |
| 2023-06-05 | Better group RFC ui tests together | Maybe Waffle | -0/+14 | |
