summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2015-01-07use slicing sugarJorge Aparicio-49/+49
2015-01-06Test fixes and rebase conflictsAlex Crichton-0/+6
2015-01-07falloutNick Cameron-10/+4
2015-01-07Replace full slice notation with index callsNick Cameron-53/+53
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+6
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-2/+1
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-0/+3
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+6
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+6
2015-01-05remove unused `Sized` importsJorge Aparicio-1/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-04std: Fixup some missing stabilization on strAlex Crichton-0/+3
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-561/+75
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-5/+5
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-1/+1
2015-01-03collections: fix falloutJorge Aparicio-3/+9
2015-01-02More falloutNick Cameron-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-31collections: fix falloutJorge Aparicio-1/+1
2014-12-30Fallout from stabilizationAaron Turon-60/+28
2014-12-30Libs: Unify concat and concat_vecAaron Turon-40/+5
2014-12-29Test fixes and rebase conflictsAlex Crichton-8/+2
2014-12-29rollup merge of #20306: alexcrichton/second-pass-stringAlex Crichton-2/+0
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-1/+1
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-12/+5
2014-12-29std: Second pass stabilization for `string`Alex Crichton-2/+0
2014-12-29auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichtonbors-78/+101
2014-12-29Marked find and rfind as stableMarvin Löbel-2/+2
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-1/+1
2014-12-27Rebasing changesNick Cameron-1/+1
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-78/+101
2014-12-21Fallout of std::str stabilizationAlex Crichton-47/+76
2014-12-21std: Stabilize the std::str moduleAlex Crichton-139/+983
2014-12-21Remove a ton of public reexportsCorey Farwell-2/+2
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-25/+10
2014-12-20Fix more import_shadowing fallout in collections.Eduard Burtescu-4/+7
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-4/+4
2014-12-17rollup merge of #19885: alexcrichton/char-escapeAlex Crichton-13/+23
2014-12-16std: Change escape_unicode to use new escapesAlex Crichton-13/+23
2014-12-15Move hash module from collections to coreSteven Fackler-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-8/+6
2014-12-13libcollections: use tuple indexingJorge Aparicio-3/+3
2014-12-13libcollections: fix fallout in unit testsJorge Aparicio-12/+12
2014-12-11auto merge of #19672 : alexcrichton/rust/snapshots, r=brsonbors-291/+414
2014-12-11Register new snapshotsAlex Crichton-291/+414
2014-12-10auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...bors-9/+9
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-9/+9
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-13/+21