| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-10 | Improve `core::array` coverage | Christian Poveda | -0/+7 | |
| 2025-05-13 | Add `#[must_use]` to Array::map | Julian Knodt | -1/+1 | |
| The output of Array::map is intended to be an array of the same size, and does not modify the original in place nor is it intended for side-effects. Thus, under normal circumstances it should be consumed. See [discussion](https://internals.rust-lang.org/t/array-map-annotate-with-must-use/22813/26). Attaching to tracking issue #75243 | ||||
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -0/+719 | |
