about summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-29Fix a whitespace typoErick Tryzelaar-1/+1
2014-07-28doc: Method examples for StringJonas Hietala-25/+261
2014-07-24Add `string::raw::from_buf`Adolfo Ochagavía-12/+36
2014-07-24Deprecated `String::from_raw_parts`Adolfo Ochagavía-8/+19
2014-07-24Deprecated `str::raw::from_buf_len`Adolfo Ochagavía-0/+25
2014-07-24Deprecated `str::raw::from_utf8_owned`Adolfo Ochagavía-0/+13
2014-07-23Just land alreadyBrian Anderson-1/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
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