| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -8/+8 | |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -15/+13 | |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -1/+4 | |
| ``` 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. | ||||
| 2024-02-13 | Do not assemble candidates for default impls | Michael Goulet | -5/+17 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+51 | |
