about summary refs log tree commit diff
path: root/src/liballoc/tests/btree/map.rs
AgeCommit message (Expand)AuthorLines
2020-04-23liballoc: more compact way to adjust test sizes for MiriRalf Jung-32/+16
2020-04-06Use usize::MAX as assoc const in liballocLinus Färnstrand-1/+1
2020-04-01Rollup merge of #68770 - ssomers:btree_drain_filter, r=AmanieuDylan DPC-1/+258
2020-03-30fix BTreeMap test compilation with MiriRalf Jung-1/+1
2020-03-29BTreeMap/BTreeSet: implement and test drain_filterStein Somers-1/+258
2020-03-28BTreeMap testing: introduce symbolic constants and refer to height consistently.Stein Somers-41/+49
2020-03-20Update test commentary for shared root removalMark Rousskov-9/+2
2020-03-06Fix & test leak of some BTreeMap nodes on panic during `into_iter`Stein Somers-1/+25
2020-02-26Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAusbors-0/+28
2020-02-16Lighten tests, in particular for Miri, yet test and explain moreStein Somers-20/+32
2020-02-04Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first,...Stein Somers-0/+5
2020-01-30Rollup merge of #66648 - crgl:btree-clone-from, r=AmanieuDylan DPC-0/+20
2020-01-28Include empty BTreeMap in clone_from testsCharles Gleason-2/+2
2020-01-19Fix leak in btree_map::IntoIter when drop panicsJonas Schievink-0/+28
2019-12-31More thorough testing of BTreeMap::rangeStein Somers-31/+150
2019-12-26prune ill-conceived BTreeMap iter_mut assertion and test moreStein Somers-1/+113
2019-12-23Add test for BTreeMap::clone_fromCharles Gleason-0/+20
2019-12-22Format the worldMark Rousskov-16/+17
2019-10-23proposal for access to BTreeMap/BTreeSet first/last, #62924Stein Somers-0/+45
2019-08-09reduce some test sizes in MiriRalf Jung-0/+3
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-5/+0
2019-02-13miri: test with slightly larger BTreesRalf Jung-8/+10
2019-02-13review failures in btree, stringRalf Jung-0/+28
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-6/+5
2019-02-02liballoc: adjust abolute imports + more import fixes.Mazdak Farrokhzad-1/+1
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-5/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-2/+2
2018-03-29Move alloc::Bound to {core,std}::opsSimon Sapin-1/+1
2017-09-22Add support for `..=` syntaxAlex Burka-14/+14
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+687