about summary refs log tree commit diff
path: root/src/libstd/path
AgeCommit message (Expand)AuthorLines
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-138/+113
2015-01-07falloutNick Cameron-4/+8
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-138/+113
2015-01-07Replace full slice notation with index callsNick Cameron-77/+80
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-72/+72
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-2/+2
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-1/+1
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-72/+72
2015-01-06FalloutNick Cameron-2/+2
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-71/+8
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-1/+1
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