about summary refs log tree commit diff
path: root/src/libnative/io/file_win32.rs
AgeCommit message (Expand)AuthorLines
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-526/+0
2014-08-07windows: Fix INVALID_HANDLE_VALUEPeter Atashian-3/+3
2014-08-02native: Fix utime() for windowsAlex Crichton-2/+2
2014-07-15Deprecate `str::from_utf16`Adolfo OchagavĂ­a-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-30Add `utf16_units`John Schmidt-1/+1
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-6/+7
2014-06-18Deprecate the bytes!() macro.Simon Sapin-1/+1
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-09Test fixes from rollupAlex Crichton-2/+2
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-52/+62
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-92/+66
2014-06-06rtio: Remove usage of `Path`Alex Crichton-3/+3
2014-05-28Issue #13933: Remove transmute_mut from IOAriel Ben-Yehuda-17/+23
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+3
2014-05-21auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brsonbors-10/+6
2014-05-20core: Stabilize the mem moduleAlex Crichton-2/+2
2014-05-19native: Remove UnsafeArc in favor of just ArcAlex Crichton-10/+6
2014-05-15Make `from_bits` in `bitflags!` safe; add `from_bits_truncate`Aaron Turon-3/+1
2014-05-12Add `stat` method to `std::io::fs::File` to stat without a Path.Yuri Kunde Schlesner-4/+10
2014-05-12auto merge of #13932 : MrAlert/rust/win-compat, r=brsonbors-5/+7
2014-05-11core: Remove the cast moduleAlex Crichton-2/+1
2014-05-10rename `global_heap` -> `libc_heap`Daniel Micay-1/+1
2014-05-08Move slice::raw::from_buf_raw() to vec::raw::from_buf()Kevin Ballard-3/+3
2014-05-07native: Implement timeouts for unix networkingAlex Crichton-0/+3
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-0/+11
2014-05-07Move Windows compatibility layer to libnativeAlan Williams-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-05-06auto merge of #13897 : aturon/rust/issue-6085, r=bjzbors-2/+4
2014-05-05Change std::io::FilePermission to a typesafe representationAaron Turon-2/+4
2014-05-05std: deprecate cast::transmute_mut.Huon Wilson-1/+2
2014-05-04auto merge of #13865 : alexcrichton/rust/issue-13861, r=brsonbors-1/+1
2014-05-04Implement fallbacks for functions unavailable in older versions of WindowsAlan Williams-5/+7
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-30native: Always open a file with Open/Write modesAlex Crichton-1/+1
2014-04-10rustc: Disallow importing through use statementsAlex Crichton-1/+1
2014-04-10std,native,green,rustuv: make readdir return `Vec`.Huon Wilson-3/+3
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+2
2014-03-31native: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-27doc: Update the tutorial about bounds for traitsAlex Crichton-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+2
2014-03-15Test fixes and rebase conflictsAlex Crichton-1/+1
2014-03-12Remove remaining nolink usages.(fixes #12810)lpy-1/+0
2014-02-27rustc: Use libnative for the compilerAlex Crichton-0/+1
2014-02-27native: Improve windows file handlingAlex Crichton-0/+516