about summary refs log tree commit diff
path: root/src/libstd/path/windows.rs
AgeCommit message (Expand)AuthorLines
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
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-06Use byte literals in libstdnham-4/+4
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-1/+1
2014-07-10std: Add some implementation of common traitsAlex Crichton-1/+13
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-2/+3
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-07-07Add libunicode; move unicode functions from corekwantam-2/+3
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-21/+25
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-64/+43
2014-06-15Register new snapshotsAlex Crichton-6/+0
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-0/+6
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+6
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1