about summary refs log tree commit diff
path: root/src/libstd/path/windows.rs
AgeCommit message (Expand)AuthorLines
2014-12-27Rebasing changesNick Cameron-1/+3
2014-12-27Fix falloutNick Cameron-1/+1
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-2/+8
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-1/+3
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-74/+70
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+2
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-4/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-3/+3
2014-12-18Fallout from new thread APIAaron Turon-7/+7
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-21/+21
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-3/+3
2014-12-13libstd: fix falloutJorge Aparicio-3/+2
2014-12-13libstd: fix falloutJorge Aparicio-4/+4
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-29/+29
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-27/+27
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-12-03Remove unused transmutes from testsJorge Aparicio-48/+37
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-1/+2
2014-11-25Fallout from stabilizationAaron Turon-1/+2
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-2/+2
2014-11-21Fallout from deprecationAaron Turon-12/+12
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17Fix fallout from coercion removalNick Cameron-7/+7
2014-11-16Move FromStr to core::strBrendan Zabarauskas-2/+1
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-6/+6
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-01DSTify BytesContainerJorge Aparicio-18/+1
2014-11-01auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturonbors-1/+0
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-31DSTify ToCStrJorge Aparicio-12/+0
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-3/+3
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-16libstd: Remove all uses of {:?}.Luqman Aden-12/+12
2014-10-09std: Convert statics to constantsAlex Crichton-4/+4
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-10/+10
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-5/+7
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-7/+7
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-26DST coercions and DST structsNick Cameron-37/+48
2014-08-21auto merge of #16443 : steveklabnik/rust/fix_path_docs, r=kballardbors-4/+22
2014-08-20Fix error message for WindowsPath::newSteve Klabnik-4/+22