| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -37/+0 | |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -4/+4 | |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -2/+2 | |
| Use verbose suggestions and add additional labels/notes. Add more test cases for stable/nightly and feature enabled/disabled. | ||||
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -2/+2 | |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -4/+4 | |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -1/+18 | |
| 2024-10-24 | Add next-solver to more effects tests | Michael Goulet | -7/+2 | |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -1/+6 | |
| 2024-06-28 | bless tests part 1 | Deadbeef | -29/+12 | |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -2/+8 | |
| ``` error: `S2<'_>` is forbidden as the type of a const generic parameter --> $DIR/lifetime-in-const-param.rs:5:23 | LL | struct S<'a, const N: S2>(&'a ()); | ^^ | = note: the only supported types are integers, `bool` and `char` help: add `#![feature(adt_const_params)]` to the crate attributes to enable more complex and user defined types | LL + #![feature(adt_const_params)] | ``` Fix #55941. | ||||
| 2023-12-19 | bless ui tests | Deadbeef | -0/+2 | |
| 2023-08-06 | bless tests | Deadbeef | -12/+21 | |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -0/+20 | |
