about summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
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
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-34/+33
2014-12-06libcollections: remove unnecessary `to_string()` callsJorge Aparicio-4/+4
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-30/+29
2014-12-05Utilize fewer reexportsCorey Farwell-2/+4
2014-12-03Deprecate EquivJorge Aparicio-0/+1
2014-11-27impl Str for CowStringSean McArthur-0/+7
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-9/+12
2014-11-25Fallout from stabilizationAaron Turon-9/+12
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-10/+44
2014-11-23libcollection: generalize StrVector to AsSlice<Str>.NODA, Kai-36/+75
2014-11-23auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichtonbors-2/+7
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-12/+4
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-12/+4