about summary refs log tree commit diff
path: root/src/libstd/path
AgeCommit message (Expand)AuthorLines
2015-01-03Remove deprecated functionalityAlex Crichton-17/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-3/+3
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-4/+4
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-6/+4
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-4/+0
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+5
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-6/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-9/+22
2014-12-30Fallout from stabilizationAaron Turon-3/+3
2014-12-30Libs: Unify concat and concat_vecAaron Turon-4/+4
2014-12-29rollup merge of #20306: alexcrichton/second-pass-stringAlex Crichton-2/+2
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-1/+1
2014-12-29std: Second pass stabilization for `string`Alex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-3/+5
2014-12-29auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichtonbors-2/+2
2014-12-29std: Stabilize the prelude moduleAlex Crichton-9/+7
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-1/+1
2014-12-27auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfacklerbors-15/+13
2014-12-27Rebasing changesNick Cameron-2/+6
2014-12-27Fix falloutNick Cameron-2/+2
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-2/+2
2014-12-25Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString.Simon Sapin-15/+13
2014-12-22Test fixes and rebase conflictsAlex Crichton-2/+6
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-3/+11
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-2/+6
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-3/+11
2014-12-21Fallout of std::str stabilizationAlex Crichton-84/+84
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+2
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-3/+0
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-4/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-6/+6
2014-12-18Fallout from new thread APIAaron Turon-14/+14
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-42/+42
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-5/+5
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-6/+6
2014-12-13libstd: fix falloutJorge Aparicio-1/+1
2014-12-13libstd: fix falloutJorge Aparicio-3/+2
2014-12-13libstd: fix falloutJorge Aparicio-6/+6
2014-12-11Register new snapshotsAlex Crichton-10/+10
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-49/+49
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-47/+47
2014-12-05Utilize fewer reexportsCorey Farwell-3/+6
2014-12-03Remove unused transmutes from testsJorge Aparicio-100/+78
2014-11-26/*! -> //!Steve Klabnik-56/+50
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-4/+6
2014-11-25Fallout from stabilizationAaron Turon-4/+6
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-7/+7