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