| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -13/+0 | |
| 2020-12-26 | update tests | Bastian Kauschke | -1/+0 | |
| 2020-08-12 | Add missing tests in root const-gen dir | kadmin | -2/+5 | |
| 2020-07-05 | Remove the usage of the LengthAtMost32 trait | Roman Proskuryakov | -1/+3 | |
| 2020-05-09 | adjust tests | Ralf Jung | -1/+1 | |
| 2019-07-07 | Use const generics for array impls, restricted to 0..=32 | Scott McMurray | -1/+1 | |
| - uses a never-stable core::array::LengthAtMost32 to bound the impls - includes a custom error message to avoid mentioning LengthAtMost32 too often - doesn't use macros for the slice implementations to avoid #62433 | ||||
| 2019-06-07 | Add test for deriving Debug for const generics | varkor | -0/+9 | |
