about summary refs log tree commit diff
path: root/src/libstd/path/windows.rs
AgeCommit message (Expand)AuthorLines
2015-02-03Rename std::path to std::old_pathAaron Turon-2329/+0
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-2/+2
2015-02-02register snapshotsJorge Aparicio-2/+0
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-2/+2
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-2/+11
2015-01-30std: Stabilize FromStr and parseAlex Crichton-2/+11
2015-01-30fix falloutJorge Aparicio-1/+1
2015-01-30Rename FullRange to RangeFullNick Cameron-0/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-9/+10
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-2/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+3
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-7/+7
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-17/+17
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-64/+63
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-1/+1
2015-01-07std: Tweak String implementationsAlex Crichton-1/+1
2015-01-07use slicing sugarJorge Aparicio-64/+63
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+1
2015-01-06More test fixesAlex Crichton-6/+5
2015-01-06Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-3/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-72/+47
2015-01-07falloutNick Cameron-3/+7
2015-01-06Fallout from stabilizationAaron Turon-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-72/+47
2015-01-07Replace full slice notation with index callsNick Cameron-61/+62
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-38/+38
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-38/+38
2015-01-05std: Redesign c_str and c_vecAlex Crichton-24/+2
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-2/+2
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+1
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-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+9
2014-12-30Fallout from stabilizationAaron Turon-2/+2
2014-12-30Libs: Unify concat and concat_vecAaron Turon-2/+2
2014-12-29rollup merge of #20306: alexcrichton/second-pass-stringAlex Crichton-2/+2
2014-12-29std: Second pass stabilization for `string`Alex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-2/+5
2014-12-29auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichtonbors-2/+2
2014-12-29std: Stabilize the prelude moduleAlex Crichton-3/+1
2014-12-27auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfacklerbors-15/+13