summary refs log tree commit diff
path: root/library/alloc/tests
AgeCommit message (Expand)AuthorLines
2021-04-26add testcase for double-drop during Vec in-place collectionThe8472-1/+37
2021-04-26Fixes #80335Yechan Bae-0/+30
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-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-03Revert stabilizing integer::BITS.Mara Bos-0/+1
2021-02-02Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAusbors-0/+71
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
2020-12-02break formatting so rustfmt is happyRalf Jung-1/+2
2020-12-02disable a ptr equality test on MiriRalf Jung-1/+5
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-1/+95
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-3/+3
2020-11-15stabilize deque_rangeSpyros Roum-1/+0
2020-11-05Rollup merge of #76718 - poliorcetics:vec-ui-to-unit-test, r=jyn514Mara Bos-1/+193
2020-10-29Added test for issue #78498Giacomo Stevanato-0/+15
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-0/+29
2020-10-17Move subslice pattern tests to alloc/tests/slice.rsAlexis Bourget-0/+120
2020-10-17Move vec swap testAlexis Bourget-1/+13
2020-10-17Move vec-macro-repeat testAlexis Bourget-0/+13
2020-10-17Rebase conflictsAlexis Bourget-0/+30
2020-10-17Move zero-sized-vec-push testAlexis Bourget-0/+17
2020-10-09liballoc: VecDeque: Add binary search functionsVojtech Kral-0/+40
2020-10-07Auto merge of #74194 - mbrubeck:slice-eq, r=sfacklerbors-1/+2
2020-09-28Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matkladRalf Jung-1/+409
2020-09-25review: fix nits and move panic safety tests to the correct placeAlexis Bourget-13/+11
2020-09-23Rollup merge of #76993 - blitzerr:alloc-ref, r=AmanieuDylan DPC-1/+1