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