about summary refs log tree commit diff
path: root/src/libstd/path
AgeCommit message (Expand)AuthorLines
2015-02-03Rename std::path to std::old_pathAaron Turon-4600/+0
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-02-02register snapshotsJorge Aparicio-4/+0
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-3/+3
2015-01-30Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-4/+22
2015-01-30std: Stabilize FromStr and parseAlex Crichton-4/+22
2015-01-30fix falloutJorge Aparicio-1/+1
2015-01-30Rename FullRange to RangeFullNick Cameron-0/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-2/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+3
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-20/+24
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-7/+11
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-7/+11
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-13/+13
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-23/+23
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-82/+80
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-2/+2
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-1/+0
2015-01-07std: Tweak String implementationsAlex Crichton-2/+2
2015-01-07use slicing sugarJorge Aparicio-82/+80
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-2/+2
2015-01-07Register new snapshotsAlex Crichton-1/+0
2015-01-06More test fixesAlex Crichton-7/+6
2015-01-06Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-6/+6
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-3/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-138/+113
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07falloutNick Cameron-4/+8
2015-01-06Fallout from stabilizationAaron Turon-6/+6
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-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
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