about summary refs log tree commit diff
path: root/library/alloc/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2021-10-04Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplettJubilee-1/+0
2021-10-04Stabilize try_reserveKornel-1/+0
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-0/+1
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-1/+0
2021-08-17Constified `Default` implementationsDeadbeef-0/+1
2021-08-14Assign FIXMEs to me and remove obsolete onesDeadbeef-2/+0
2021-08-13allow incomplete features for nowDeadbeef-0/+2
2021-08-13Moved ui testDeadbeef-0/+3
2021-08-07Use assert_matches! instead of if let {} elseKornel-0/+1
2021-07-24Hide allocator details from TryReserveErrorKornel-0/+1
2021-06-02Stabilize `vecdeque_binary_search`SOFe-1/+0
2021-04-28Stabilize vec_extend_from_withinAmanieu d'Antras-1/+0
2021-03-30Rollup merge of #82331 - frol:feat/std-binary-heap-as-slice, r=AmanieuDylan DPC-0/+1
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
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-20alloc: Added `as_slice` method to `BinaryHeap` collectionVlad Frolov-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