about summary refs log tree commit diff
path: root/library/alloc/src/slice.rs
AgeCommit message (Expand)AuthorLines
2021-10-09Add #[must_use] to string/char transformation methodsJohn Kugelman-0/+4
2021-06-23Use HTTPS links where possibleSmitty-1/+1
2021-05-05alloc: Add unstable Cfg feature `no-global_oom_handling`John Ericson-2/+30
2021-04-13Remove slice diagnostic itemCameron Steffen-1/+0
2021-03-27adjust documentation links for slice ascii case functions to use newer rustdo...Violet-2/+2
2021-03-27update links to make_ascii_lowercase for slice to point to methods on the sam...Violet-2/+2
2021-03-09convert slice doc link to intra-doc linksFrançois Mockers-5/+5
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-11/+11
2021-02-23Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwcoDylan DPC-0/+1
2021-02-15requested/proposed changesAndrea Nall-1/+1
2021-02-15add diagnostic itemsAndrea Nall-0/+1
2021-02-12Rename `Range::ensure_subset_of` to `slice::range`dylni-0/+2
2020-12-31Replace the tracking issue for the slice_group_by featureClément Renault-1/+1
2020-12-10Fix the fmt issuesClément Renault-2/+2
2020-12-10Use none as the issue instead of 0Clément Renault-1/+1
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