about summary refs log tree commit diff
path: root/src/liballoc/tests/vec.rs
AgeCommit message (Expand)AuthorLines
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-2/+5
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-5/+2
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-2/+5
2019-09-29Fix `vec![x; n]` with null raw fat pointer zeroing the pointer metadataSimon Sapin-0/+48
2019-08-16Add the Layout of the failed allocation to TryReserveError::AllocErrorSimon Sapin-8/+8
2019-08-16Rename CollectionAllocError to TryReserveErrorSimon Sapin-1/+1
2019-07-08Auto merge of #61224 - aloucks:drain_filter, r=Gankrobors-0/+109
2019-07-03enable a few more tests in Miri and update the comment for othersRalf Jung-1/+0
2019-05-27Disable drain_filter tests that require catch_unwind on miriAaron Loucks-0/+2
2019-05-27Add drain_filter_unconsumed testAaron Loucks-0/+8
2019-05-26Prevent Vec::drain_filter from double dropping on panicAaron Loucks-0/+99
2019-05-25add test checking that Vec push/pop does not invalidate pointersRalf Jung-0/+21
2019-05-23fix dangling reference in Vec::appendRalf Jung-2/+3
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-12/+0
2019-02-13review failures in heap, slice, vecRalf Jung-0/+12
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-7/+5
2019-02-02liballoc: elide some lifetimes.Mazdak Farrokhzad-1/+1
2019-02-02liballoc: adjust abolute imports + more import fixes.Mazdak Farrokhzad-1/+1
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-5/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11Test capacity of ZST vectorKonrad Borowski-0/+5
2018-04-12Remove the now-unit-struct AllocErr field inside CollectionAllocErrSimon Sapin-8/+8
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-19/+1
2018-03-15setting ABORTING_MALLOC for asmjs backendsnf-6/+1
2018-03-14try_reserve: disabling tests for asmjs, blocked by #48968snf-1/+6
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-1/+208
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-3/+0
2017-09-22Add support for `..=` syntaxAlex Burka-14/+14
2017-07-19Add Vec::drain_filterAlexis Beingessner-0/+167
2017-07-03Document unintuitive argument order for Vec::dedup_by relationAnders Kaseorg-0/+5
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+798