summary refs log tree commit diff
path: root/src/liballoc/tests/btree
AgeCommit message (Expand)AuthorLines
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-11/+21
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/+122
2019-12-23Add test for BTreeMap::clone_fromCharles Gleason-0/+20
2019-12-22Format the worldMark Rousskov-55/+53
2019-11-29Format liballoc with rustfmtDavid Tolnay-6/+1
2019-10-23proposal for access to BTreeMap/BTreeSet first/last, #62924Stein Somers-0/+73
2019-10-18BTreeSet symmetric_difference & union optimized, cleanedStein Somers-1/+25
2019-10-01BTreeSet intersection, difference & is_subnet optimizationsStein Somers-18/+92
2019-09-16Improve BTreeSet::Intersection::size_hintpcpthm-0/+11
2019-08-09Rollup merge of #63407 - RalfJung:miri-test-sizes, r=CentrilMazdak Farrokhzad-0/+27
2019-08-09reduce some test sizes in MiriRalf Jung-0/+27
2019-08-09Merge pull request #1 from rust-lang/masterSayan Nandan-5/+61
2019-08-09Improve tests for liballoc/btree/setSayan Nandan-2/+2
2019-05-17Use iter() for iterating arrays by sliceJosh Stone-2/+2
2019-03-29improve worst-case performance of BTreeSet difference and intersectionStein Somers-0/+61
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-2/+28
2019-02-09Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-SimulacrumMazdak Farrokhzad-0/+2
2019-02-07disable tests in MiriRalf Jung-0/+2
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-10/+8
2019-02-02liballoc: adjust abolute imports + more import fixes.Mazdak Farrokhzad-1/+1
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-9/+13
2018-12-25Remove licensesMark Rousskov-30/+0
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-2/+2
2018-07-25Add missing dynTatsuyuki Ishi-1/+1
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/+1060