about summary refs log tree commit diff
path: root/src/liballoc/tests
AgeCommit message (Expand)AuthorLines
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-18/+2
2018-03-15setting ABORTING_MALLOC for asmjs backendsnf-18/+2
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-1/+2
2018-03-15Keep the fields of RangeInclusive unstable.kennytm-0/+1
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-1/+1
2018-03-14try_reserve: disabling tests for asmjs, blocked by #48968snf-2/+18
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-1/+580
2018-03-11Update Cargo submoduleAlex Crichton-1/+247
2018-02-22Stabilize [T]::rotate_{left,right}Corey Farwell-1/+0
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-1/+0
2018-01-15Rollup merge of #47126 - sdroege:exact-chunks, r=blusskennytm-2/+59
2018-01-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+57
2018-01-13Use assert_eq!() instead of assert!(a == b) in slice chunks_mut() unit testSebastian Dröge-2/+2
2018-01-09Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichtonCorey Farwell-8/+43
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-1/+1
2017-12-24Deprecate [T]::rotate in favor of [T]::rotate_{left,right}.Corey Farwell-8/+43
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