| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-10-24 | Add UI tests for `array::IntoIter` impls | Lukas Kalbertodt | -0/+216 | |
| This it to make sure traits are implemented for arrays with length 32 and below, while they are not implemented for >= 33. | ||||
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -2/+2 | |
| 2019-08-05 | Add implementations for converting boxed slices into boxed arrays | Jake Goulding | -0/+101 | |
| This mirrors the implementations of reference slices into arrays. | ||||
| 2019-07-28 | Add tests for Vec(Deque) array PartialEq impls. | Mazdak Farrokhzad | -0/+131 | |
| 2019-07-07 | Use const generics for array impls, restricted to 0..=32 | Scott McMurray | -0/+149 | |
| - 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 | ||||
