about summary refs log tree commit diff
path: root/library/alloc/tests
AgeCommit message (Expand)AuthorLines
2021-05-19remove InPlaceIterable marker from Peekable due to unsoundnessThe8472-1/+0
2021-04-28Stabilize vec_extend_from_withinAmanieu d'Antras-1/+0
2021-04-22Add better test for BinaryHeap::retain.Mara Bos-3/+16
2021-04-15VecDeque: Add partition_point() #78021Vojtech Kral-0/+18
2021-04-04Rollup merge of #83827 - the8472:fix-inplace-panic-on-drop, r=RalfJungDylan DPC-1/+10
2021-04-04Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472Dylan DPC-2/+2
2021-04-04suggestion from reviewthe8472-1/+1
2021-04-04cleanup leak after test to make miri happyThe8472-1/+10
2021-04-02Rollup merge of #83629 - the8472:fix-inplace-panic-on-drop, r=m-ou-seDylan DPC-1/+37
2021-03-30Rollup merge of #82331 - frol:feat/std-binary-heap-as-slice, r=AmanieuDylan DPC-0/+1
2021-03-29add testcase for double-drop during Vec in-place collectionThe8472-1/+37
2021-03-28Auto merge of #81728 - Qwaz:fix-80335, r=joshtriplettbors-0/+30
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-2/+1
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-4/+1
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-1/+0
2021-03-22Preserve signed zero on roundtripJubilee Young-2/+1
2021-03-19Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplettbors-0/+28
2021-03-16Vec::dedup optimization - add benchesSoveu-1/+1
2021-03-15Merge branch 'master' into dedupSoveu-3/+48
2021-03-15Vec::dedup optimization - add test for panicSoveu-0/+54
2021-03-15Vec::dedup optimization - add testsSoveu-0/+74
2021-03-05Implement String::remove_matchesJosh Cotton-0/+28
2021-03-04Add regression test for `Vec::extend_from_within` leakWaffle-0/+42
2021-03-04Rollup merge of #82564 - WaffleLapkin:revert_spare_mut, r=RalfJungYuki Okushi-0/+5
2021-03-03Add test that Vec::spare_capacity_mut doesn't invalidate pointersWaffle-0/+5
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-1/+0
2021-02-20Update the bootstrap compilerJoshua Nelson-1/+1
2021-02-20alloc: Added `as_slice` method to `BinaryHeap` collectionVlad Frolov-0/+1
2021-02-13Added tests to drain an empty vecHanif Bin Ariffin-0/+11
2021-02-11Auto merge of #81126 - oxalica:retain-early-drop, r=m-ou-sebors-0/+61
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-03Fixes #80335Yechan Bae-0/+30
2021-02-03Revert stabilizing integer::BITS.Mara Bos-0/+1
2021-02-03Update test to collect item with a different type than the original vecGiacomo Stevanato-1/+1
2021-02-02Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAusbors-0/+71
2021-02-01Move testGiacomo Stevanato-2/+2
2021-01-31add `Vec::extend_from_within` methodWaffle-0/+71
2021-01-31stabilize int_bits_constAshley Mannix-1/+0
2021-01-24Simplify and fix testsoxalica-51/+40
2021-01-18Fix soundness issue for `replace_range` and `range`dylni-0/+50
2021-01-18Optimize Vec::retainoxalica-0/+72
2021-01-04Stabilize split_inclusiveIan Jackson-1/+0
2020-12-31Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-sebors-0/+59
2020-12-26Auto merge of #79022 - SpyrosRoum:stabilize-deque_range, r=m-ou-sebors-1/+0
2020-12-13replace assert! with assert_eq!Justus K-1/+1
2020-12-13fix panic if converting ZST Vec to VecDequeJustus K-0/+7
2020-12-10Update the slice GroupBy/Mut testClément Renault-4/+16
2020-12-10Implement it with only safe codeClément Renault-10/+29
2020-12-10Introduce the GroupBy and GroupByMut IteratorsClément Renault-0/+28
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-4/+4