about summary refs log tree commit diff
path: root/src/libstd/str.rs
AgeCommit message (Expand)AuthorLines
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-113/+115
2014-05-27std: Rename strbuf operations to stringRicho Healey-28/+28
2014-05-27std: Remove String's to_ownedRicho Healey-81/+84
2014-05-26std: Remove String::from_owned_str as it's redundantRicho Healey-4/+3
2014-05-26Minor fixes to `std::str` docsP1start-11/+12
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-96/+96
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-81/+65
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-164/+121
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-10/+12
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-2/+2
2014-05-16auto merge of #14135 : gereeter/rust/two-way-search, r=brsonbors-0/+74
2014-05-15auto merge of #14213 : kballard/rust/str_from_utf8_result, r=cmrbors-7/+10
2014-05-15Add `IntoMaybeOwned` impl for `StrBuf` to ease conversion to `MaybeOwned`.Felix S. Klock II-0/+5
2014-05-14Change str::from_utf8_owned() to return ResultKevin Ballard-7/+10
2014-05-14Added substring searching benchmarks.Jonathan S-0/+74
2014-05-13std: Rename str::Normalizations to str::DecompositionsFlorian Zeitz-16/+16
2014-05-11core: Remove the cast moduleAlex Crichton-16/+16
2014-05-08Handle breakage after libcore splitKevin Ballard-4/+5
2014-05-08Clean up unused importsKevin Ballard-6/+5
2014-05-08Even more fallout, this time in std::strKevin Ballard-92/+85
2014-05-07core: Inherit possible string functionalityAlex Crichton-1929/+90
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-3/+3
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+3
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-1/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-50/+50
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-10/+10
2014-05-01remove leftover obsolete string literalsDaniel Micay-10/+10
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-43/+41
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-50/+60
2014-04-23std: Change CharEq to take `&mut self`Alex Crichton-50/+60
2014-04-22auto merge of #13674 : pcwalton/rust/more-str-inlines, r=alexcrichtonbors-0/+4
2014-04-21str: Inline `only_ascii` in string iterators.Patrick Walton-0/+4
2014-04-21Fix misspellings in comments.Joseph Crail-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-130/+134
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-62/+31
2014-04-11Implement Char::encode_utf16Keegan McAllister-16/+3
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-39/+39
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-477/+82
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-3/+3
2014-03-31std: Switch field privacy as necessaryAlex Crichton-24/+24
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-1/+1
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28std and green: fix some warningsErick Tryzelaar-1/+1
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-4/+4
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-22/+5
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-22/+5