| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -28/+0 | |
| This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561. | ||||
| 2015-08-31 | Implement `FixedSizeArray` for all fixed size arrays | Tobias Bucher | -0/+28 | |
| Do so by using the fact that fixed size arrays (like `[u8; 8]` can be coerced to slices `&[u8]`, this is expressed through the trait `Unsize<[T]>` that all fixed size arrays implement. | ||||
