about summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+9
2014-12-21Fallout of std::str stabilizationAlex Crichton-8/+14
2014-12-21std: Stabilize the std::str moduleAlex Crichton-34/+40
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-21/+0
2014-12-21rollup merge of #20079: SimonSapin/string_push_ascii_fast_pathAlex Crichton-0/+40
2014-12-21rollup merge of #19965: japaric/remove-wrong-addAlex Crichton-8/+0
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+2
2014-12-20Merge String::push_with_ascii_fast_path into String::push.Simon Sapin-40/+0
2014-12-20Add String::push_with_ascii_fast_path, bench it against String::pushSimon Sapin-0/+80
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-5/+2
2014-12-19Register new snapshotsAlex Crichton-22/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-3/+3
2014-12-17Remove wrong `&str + String` and `&[T] + Vec<T>` implementationsJorge Aparicio-8/+0
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+1
2014-12-17rollup merge of #19895: jbranchaud/add-string-add-doctestAlex Crichton-0/+10
2014-12-15Move hash module from collections to coreSteven Fackler-1/+1
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+1
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-2/+2
2014-12-15Add a doctest for the string Add function.jbranchaud-0/+10
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-2/+2
2014-12-13libcollections: add commutative version of `Vec`/`String` additionJorge Aparicio-0/+8
2014-12-13libcollections: fix unit testsJorge Aparicio-1/+1
2014-12-13libcollections: String + &strJorge Aparicio-0/+10
2014-12-11auto merge of #19672 : alexcrichton/rust/snapshots, r=brsonbors-17/+18
2014-12-11Register new snapshotsAlex Crichton-17/+18
2014-12-10auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...bors-25/+26
2014-12-10auto merge of #19628 : jbranchaud/rust/add-string-as-string-doctest, r=stevek...bors-0/+13
2014-12-09rollup merge of #19626: bluss/string-extend-strAlex Crichton-0/+44
2014-12-09Add a doctest for the std::string::as_string method.jbranchaud-0/+13
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-25/+26
2014-12-07string: Add test for FromIterator<&str> and Extend<&str>bluss-2/+9
2014-12-07string: Add test for FromIterator<char> and Extend<char>bluss-0/+14
2014-12-07string: Implement FromIterator<&str> and Extend<&str> for Stringbluss-0/+21
2014-12-07string: Use the iterator size_hint() in .extend()bluss-0/+2
2014-12-06libcollections: remove unnecessary `to_string()` callsJorge Aparicio-12/+12
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-23/+23
2014-12-03Deprecate EquivJorge Aparicio-1/+2
2014-12-03Fix falloutJorge Aparicio-2/+4
2014-12-03Overload the `==` operatorJorge Aparicio-1/+44
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-18/+30
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-20/+56
2014-11-18rollup merge of #19008: alex/collections-typosJakub Bukaj-2/+2
2014-11-17Fix fallout from coercion removalNick Cameron-16/+16
2014-11-16Fixed several typos in libcollectionsAlex Gaynor-2/+2
2014-11-16Move ToString to collections::stringBrendan Zabarauskas-1/+37
2014-11-16Move IntoString to collections::stringBrendan Zabarauskas-0/+6
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+8
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-2/+2
2014-11-08Renamed Extendable to Extendgamazeps-2/+2
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-25/+33