summary refs log tree commit diff
path: root/src/libcollections/string.rs
AgeCommit message (Expand)AuthorLines
2015-01-06More test fixesAlex Crichton-1/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-4/+36
2015-01-07falloutNick Cameron-12/+14
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+36
2015-01-07Replace full slice notation with index callsNick Cameron-19/+19
2015-01-07Impls using the new scheme for slicingNick Cameron-9/+15
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+2
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-4/+4
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-4/+4
2015-01-05std: Redesign c_str and c_vecAlex Crichton-42/+0
2015-01-03Remove deprecated functionalityAlex Crichton-142/+8
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03use assoc types in binop traitsJorge Aparicio-1/+3
2015-01-03collections: fix falloutJorge Aparicio-4/+4
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-4/+7
2015-01-02rollup merge of #20391: daramos/utf8_lossyAlex Crichton-3/+7
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-2/+6
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-3/+12
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-2/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+3
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-3/+12
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2015-01-01Reimplement a minor optimization in String::from_utf8_lossy that avoids havin...dan@daramos.com-3/+7
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-1/+1
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-9/+0
2014-12-30Register new snapshotsAlex Crichton-9/+0
2014-12-30Stabilize cmpAaron Turon-0/+5
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-29std: Second pass stabilization for `string`Alex Crichton-64/+107
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