about summary refs log tree commit diff
path: root/src/liballoc/tests
AgeCommit message (Expand)AuthorLines
2017-11-25Implement LinkedList::drain_filterJohn-John Tedro-0/+188
2017-11-25Auto merge of #46117 - SimonSapin:min-align, r=alexcrichtonbors-0/+49
2017-11-21fix some typosMartin Lindhe-3/+3
2017-11-20alloc_jemalloc: don’t assume MIN_ALIGN for small sizesSimon Sapin-0/+5
2017-11-20alloc_system: don’t assume MIN_ALIGN for small sizes, fix #45955Simon Sapin-0/+44
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-1/+3
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-4/+0
2017-09-22Add support for `..=` syntaxAlex Burka-39/+39
2017-09-12Disable the new Hasher tests on Emscripten.kennytm-0/+3
2017-09-12impl Hasher for {&mut Hasher, Box<Hasher>}kennytm-0/+13
2017-08-30Rollup merge of #44044 - mattico:string-splice-return, r=dtolnayAlex Crichton-17/+5
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-5/+0
2017-08-26Remove Splice struct return value from String::spliceMatt Ickstadt-17/+5
2017-08-15Auto merge of #43245 - Gankro:drain-filter, r=sfacklerbors-0/+168
2017-08-15Auto merge of #43500 - murarth:string-retain, r=alexcrichtonbors-0/+21
2017-08-14Add method `String::retain`Murarth-0/+21
2017-07-25std: Stabilize `utf8_error_error_len` featureAlex Crichton-1/+0
2017-07-25std: Stabilize `str_checked_slicing` featureAlex Crichton-1/+0
2017-07-19Add Vec::drain_filterAlexis Beingessner-0/+168
2017-07-04Rollup merge of #43041 - andersk:dedup_by, r=alexcrichtonMark Simulacrum-0/+5
2017-07-03Document unintuitive argument order for Vec::dedup_by relationAnders Kaseorg-0/+5
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-2/+1
2017-06-24Improve sort tests and benchmarksStjepan Glavina-12/+38
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+7074