| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-16 | Replace ad hoc implementations with `slice::check_range` | dylni | -0/+1 | |
| 2020-08-14 | Move btree unit test to their native, privileged location | Stein Somers | -0/+3 | |
| 2020-08-14 | BTreeMap: refactor splitpoint and move testing over to unit test | Stein Somers | -0/+1 | |
| 2020-08-14 | fix duplicated feature gate | DPC | -1/+0 | |
| 2020-08-13 | Add Arc::new_cyclic | DPC | -1/+1 | |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -0/+3 | |
| 2020-08-01 | Auto merge of #74373 - lcnr:array_chunks, r=withoutboats | bors | -0/+1 | |
| add `slice::array_chunks` to std Now that #74113 has landed, these methods are suddenly usable. A rebirth of #72334 Tests are directly copied from `chunks_exact` and some additional tests for type inference. r? @withoutboats as you are both part of t-libs and working on const generics. closes #60735 | ||||
| 2020-07-30 | Remove deny for intra doc link failures from library code, it's no longer ↵ | Manish Goregaokar | -1/+0 | |
| necessary | ||||
| 2020-07-30 | Rename in library | Manish Goregaokar | -1/+1 | |
| 2020-07-30 | liballoc export ArrayChunks | Bastian Kauschke | -0/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+186 | |
