summary refs log tree commit diff
path: root/library/alloc/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2021-03-19Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplettbors-0/+1
2021-03-15Merge branch 'master' into dedupSoveu-2/+2
2021-03-15Vec::dedup optimization - add testsSoveu-0/+1
2021-03-05Implement String::remove_matchesJosh Cotton-0/+1
2021-03-04Rollup merge of #82564 - WaffleLapkin:revert_spare_mut, r=RalfJungYuki Okushi-0/+1
2021-03-03Add test that Vec::spare_capacity_mut doesn't invalidate pointersWaffle-0/+1
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+1
2021-02-02Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAusbors-0/+1
2021-01-31add `Vec::extend_from_within` methodWaffle-0/+1
2021-01-31stabilize int_bits_constAshley Mannix-1/+0
2021-01-04Stabilize split_inclusiveIan Jackson-1/+0
2020-12-31Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-sebors-0/+1
2020-12-10Introduce the GroupBy and GroupByMut IteratorsClément Renault-0/+1
2020-11-15stabilize deque_rangeSpyros Roum-1/+0
2020-10-09liballoc: VecDeque: Add binary search functionsVojtech Kral-0/+1
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+1
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-0/+1
2020-09-16Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-SimulacrumDylan DPC-0/+1
2020-09-04Move various ui const tests to `library`Christiaan Dirkx-0/+1
2020-09-04Add tests for overflow in String / VecDeque operations using rangesTomasz Miąsko-0/+1
2020-09-03support in-place collect for MapWhile adaptersThe8472-0/+1
2020-09-03in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adaptersThe8472-0/+1
2020-08-14Move btree unit test to their native, privileged locationStein Somers-4/+1
2020-08-07Add unit tests for new `BTreeMap::into_{keys,values}` methodsNazım Can Altınova-0/+1
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-0/+1
2020-07-28Add str::[r]split_onceAleksey Kladov-0/+1
2020-07-27mv std libs to library/mark-0/+57