rust/library/alloc
The8472 00a32eb54f fix some in-place-collect edge-cases
- it's an allocation optimization, so don't attempt to do it on ZSTs
- drop the tail of partially exhausted iters
2020-09-03 20:59:17 +02:00
..
benches exercise more of the in-place pipeline in the bench 2020-09-03 20:59:14 +02:00
src fix some in-place-collect edge-cases 2020-09-03 20:59:17 +02:00
tests in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters 2020-09-03 20:59:03 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00