| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-07 | Make `Default` const and add some `const Default` impls | Esteban Küber | -3/+5 | |
| 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> | ||||
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -4/+4 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -1/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+55 | |
