summary refs log tree commit diff
path: root/src/liballoc/tests/btree
AgeCommit message (Expand)AuthorLines
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