| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -2/+2 | |
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -3/+3 | |
| Full list of `impl const Default` types: - () - bool - char - Cell - std::ascii::Char - usize - u8 - u16 - u32 - u64 - u128 - i8 - i16 - i32 - i64 - i128 - f16 - f32 - f64 - f128 - std::marker::PhantomData<T> - Option<T> - std::iter::Empty<T> - std::ptr::Alignment - &[T] - &mut [T] - &str - &mut str - String - Vec<T> | ||||
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -1/+1 | |
| Use verbose suggestions and add additional labels/notes. Add more test cases for stable/nightly and feature enabled/disabled. | ||||
| 2024-11-03 | Yeet effects feature | Michael Goulet | -1/+1 | |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -11/+2 | |
| 2024-06-28 | bless tests part 1 | Deadbeef | -11/+1 | |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -1/+10 | |
| 2023-08-07 | Fix ICE | Deadbeef | -9/+2 | |
| 2023-08-06 | bless tests | Deadbeef | -1/+18 | |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -0/+11 | |
