about summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
2014-07-21fix string in from_utf8_lossy_100_multibyte benchmarkTed Horst-2/+1
2014-07-15Fix errorsAdolfo Ochagavía-22/+27
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-34/+231
2014-07-15Deprecate `str::from_utf16_lossy`Adolfo Ochagavía-0/+107
2014-07-15Deprecate `str::from_utf16`Adolfo Ochagavía-0/+26
2014-07-15Deprecate str::from_byteAdolfo Ochagavía-1/+18
2014-07-15Deprecate `str::from_chars`Adolfo Ochagavía-0/+14
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-0/+21
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+7
2014-07-06Optimize String::push_byte()Simon Sapin-1/+1
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-1/+1
2014-06-24std: Bring back half of Add on StringAlex Crichton-0/+17
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-0/+2
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+3
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+470