about summary refs log tree commit diff
path: root/src/liballoc/tests/string.rs
AgeCommit message (Expand)AuthorLines
2018-04-12Remove the now-unit-struct AllocErr field inside CollectionAllocErrSimon Sapin-6/+6
2018-04-12Reexport from core::unicode::char in core::char rather than vice versaSimon Sapin-1/+1
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+1
2018-04-01Stabilize String::replace_rangeThayne McCombs-15/+15
2018-03-15setting ABORTING_MALLOC for asmjs backendsnf-5/+0
2018-03-14try_reserve: disabling tests for asmjs, blocked by #48968snf-0/+5
2018-03-14implementing fallible allocation API (try_reserve) for Vec, String and HashMapsnf-0/+163
2017-09-22Add support for `..=` syntaxAlex Burka-3/+3
2017-08-26Remove Splice struct return value from String::spliceMatt Ickstadt-17/+5
2017-08-14Add method `String::retain`Murarth-0/+20
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+498