summary refs log tree commit diff
path: root/src/libnative/io/file_unix.rs
AgeCommit message (Expand)AuthorLines
2014-06-18Deprecate the bytes!() macro.Simon Sapin-3/+3
2014-06-16std: Improve pipe() functionalityAlex Crichton-3/+3
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-2/+2
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-12Basic iOS supportValerii Hiora-1/+2
2014-06-06native: Deal with the rtio changesAlex Crichton-102/+79
2014-06-06rtio: Remove usage of `Path`Alex Crichton-5/+5
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-3/+3
2014-05-19native: Remove UnsafeArc in favor of just ArcAlex Crichton-8/+4
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-6/+15
2014-05-07native: Implement timeouts for unix networkingAlex Crichton-0/+3
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-1/+12
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+4
2014-05-05Change std::io::FilePermission to a typesafe representationAaron Turon-3/+5
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-2/+1
2014-04-10std,native,green,rustuv: make readdir return `Vec`.Huon Wilson-4/+3
2014-04-04Fix fallout from std::libc separationCorey Richardson-5/+5
2014-03-31native: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+2
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-18/+16
2014-03-05native: Stop using readdir()Alex Crichton-5/+11
2014-02-27native: Improve windows file handlingAlex Crichton-0/+573