about summary refs log tree commit diff
path: root/library/alloc/src/slice.rs
AgeCommit message (Expand)AuthorLines
2020-12-10Introduce the GroupBy and GroupByMut IteratorsClément Renault-0/+2
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-12/+12
2020-11-22Change slice::to_vec to not use extend_from_slicekadmin-7/+59
2020-11-18Add support for custom allocators in `Vec`Tim Diekmann-8/+33
2020-10-23Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-seYuki Okushi-7/+7
2020-10-15Made slice sort documentation consistent between stable and unstable versionsRyan Scott-7/+7
2020-09-18Move `slice::check_range` to `RangeBounds`dylni-2/+0
2020-09-16Rollup merge of #75026 - JulianKnodt:array_windows, r=AmanieuTyler Mandry-0/+2
2020-09-16Add array window fnkadmin-0/+2
2020-09-15fix slice::check_range aliasing problemsRalf Jung-0/+2
2020-09-04Re-export ArrayChunksMut in allocJosh Stone-0/+2
2020-08-21Use intra-doc-links in `alloc`LeSeulArtichaut-7/+3
2020-08-01add tracking issueBastian Kauschke-1/+1
2020-07-30liballoc export ArrayChunksBastian Kauschke-0/+2
2020-07-27mv std libs to library/mark-0/+1069