index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libnative
/
io
/
file_unix.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-3
/
+3
2014-06-16
std: Improve pipe() functionality
Alex Crichton
-3
/
+3
2014-06-16
auto merge of #14900 : alexcrichton/rust/snapshots, r=huonw
bors
-2
/
+2
2014-06-15
Register new snapshots
Alex Crichton
-2
/
+2
2014-06-12
Basic iOS support
Valerii Hiora
-1
/
+2
2014-06-06
native: Deal with the rtio changes
Alex Crichton
-102
/
+79
2014-06-06
rtio: Remove usage of `Path`
Alex Crichton
-5
/
+5
2014-05-23
core: Finish stabilizing the `mem` module.
Alex Crichton
-3
/
+3
2014-05-19
native: Remove UnsafeArc in favor of just Arc
Alex Crichton
-8
/
+4
2014-05-15
Make `from_bits` in `bitflags!` safe; add `from_bits_truncate`
Aaron Turon
-3
/
+1
2014-05-12
Add `stat` method to `std::io::fs::File` to stat without a Path.
Yuri Kunde Schlesner
-6
/
+15
2014-05-07
native: Implement timeouts for unix networking
Alex Crichton
-0
/
+3
2014-05-07
std: Add close_{read,write}() methods to I/O
Alex Crichton
-1
/
+12
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-4
/
+4
2014-05-05
Change std::io::FilePermission to a typesafe representation
Aaron Turon
-3
/
+5
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-2
/
+1
2014-04-10
std,native,green,rustuv: make readdir return `Vec`.
Huon Wilson
-4
/
+3
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-5
/
+5
2014-03-31
native: Switch field privacy as necessary
Alex Crichton
-3
/
+3
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-2
/
+2
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-4
/
+2
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-18
/
+16
2014-03-05
native: Stop using readdir()
Alex Crichton
-5
/
+11
2014-02-27
native: Improve windows file handling
Alex Crichton
-0
/
+573