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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libnative
/
io
/
pipe_unix.rs
Age
Commit message (
Expand
)
Author
Lines
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-339
/
+0
2014-09-24
liblibc and libnative: send() should use const buffers.
NODA, Kai
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-08-24
native: clone/close_accept for win32 pipes
Alex Crichton
-5
/
+5
2014-08-24
native: Implement clone/close_accept for unix
Alex Crichton
-18
/
+70
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-2
/
+2
2014-08-04
Change everything returning `libc::sockaddr_storage` to use an &mut out-ptr i...
Andrew Poelstra
-10
/
+12
2014-07-24
libsyntax: Remove `~self` and `mut ~self` from the language.
Patrick Walton
-1
/
+2
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-29
c_str: replace .with_ref with .as_ptr throughout the codebase.
Huon Wilson
-1
/
+1
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-4
/
+4
2014-06-15
Register new snapshots
Alex Crichton
-6
/
+6
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-1
/
+4
2014-06-06
native: Deal with the rtio changes
Alex Crichton
-10
/
+11
2014-05-21
std,green: Mark some queue types as NoShare
Alex Crichton
-1
/
+1
2014-05-19
native: Remove UnsafeArc in favor of just Arc
Alex Crichton
-7
/
+7
2014-05-11
core: Remove the cast module
Alex Crichton
-2
/
+1
2014-05-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-05-07
native: Implement timeouts for unix networking
Alex Crichton
-29
/
+70
2014-05-07
std: Add close_{read,write}() methods to I/O
Alex Crichton
-0
/
+7
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-6
/
+10
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-3
/
+3
2014-04-24
std: Add timeouts to unix connect/accept
Alex Crichton
-29
/
+30
2014-04-24
native: Remove unused and untested UnixDatagram
Alex Crichton
-71
/
+0
2014-04-22
native: Unlink unix socket paths on drop
Alex Crichton
-1
/
+15
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-1
/
+1
2014-03-31
native: Switch field privacy as necessary
Alex Crichton
-4
/
+4
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-6
/
+6
2014-02-27
native: Improve windows file handling
Alex Crichton
-2
/
+2
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-1
/
+1
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-5
/
+5
2014-02-16
Implement named pipes for windows, touch up unix
Alex Crichton
-182
/
+167
2014-02-16
Move unix pipes implementation to pipe_unix.rs
Alex Crichton
-0
/
+300