about summary refs log tree commit diff
path: root/src/liballoc/tests/lib.rs
AgeCommit message (Expand)AuthorLines
2018-04-30Make the fields of RangeInclusive private.kennytm-1/+1
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+0
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-2/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-1/+0
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-2/+0
2018-03-27Rollup merge of #48639 - varkor:sort_by_key-cached, r=blusskennytm-0/+1
2018-03-17Fix use of unstable feature in testvarkor-0/+1
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-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-0/+1
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-13Add unit tests for exact_chunks/exact_chunks_mutSebastian Dröge-0/+1
2017-11-20alloc_system: don’t assume MIN_ALIGN for small sizes, fix #45955Simon Sapin-0/+4
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-0/+1
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-27Move unused-extern-crate to late passTatsuyuki Ishi-5/+0
2017-08-15Auto merge of #43245 - Gankro:drain-filter, r=sfacklerbors-0/+1
2017-08-15Auto merge of #43500 - murarth:string-retain, r=alexcrichtonbors-0/+1
2017-08-14Add method `String::retain`Murarth-0/+1
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/+1
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+57