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
/
libstd
/
io
/
net
/
unix.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-16
Rename std::io::net::unix to std::io::net::pipe.
Jonas Hietala
-802
/
+0
2014-08-28
auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brson
bors
-1
/
+1
2014-08-24
native: clone/close_accept for win32 pipes
Alex Crichton
-0
/
+2
2014-08-24
native: Implement clone/close_accept for unix
Alex Crichton
-0
/
+95
2014-08-21
libstd: Limit Duration range to i64 milliseconds.
Ruud van Asseldonk
-7
/
+1
2014-08-20
libstd: Refactor Duration.
Ruud van Asseldonk
-2
/
+8
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-6
/
+1
2014-08-13
std: Fix build errors
Brian Anderson
-1
/
+1
2014-08-13
std: Make connect_timeout return Err on zero duration
Brian Anderson
-8
/
+10
2014-08-13
std: connect_timeout requires a positive Duration
Brian Anderson
-1
/
+19
2014-08-13
std: Make the TCP/UDP connect_timeout methods take Duration
Brian Anderson
-4
/
+5
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-5
/
+5
2014-06-15
Register new snapshots
Alex Crichton
-3
/
+3
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-10
/
+22
2014-05-08
std: Mark timeout methods experimental
Alex Crichton
-0
/
+3
2014-05-07
native: Implement timeouts for windows pipes
Alex Crichton
-1
/
+6
2014-05-07
std: Add I/O timeouts to networking objects
Alex Crichton
-14
/
+139
2014-05-07
std: Add close_{read,write}() methods to I/O
Alex Crichton
-11
/
+91
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-3
/
+4
2014-04-24
std: Add timeouts to unix connect/accept
Alex Crichton
-1
/
+90
2014-04-22
native: Unlink unix socket paths on drop
Alex Crichton
-0
/
+16
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-2
/
+2
2014-04-08
Register new snapshots
Alex Crichton
-1
/
+1
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-3
/
+3
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-6
/
+7
2014-03-25
libstd: Document the following modules:
Patrick Walton
-0
/
+4
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-24
/
+22
2014-02-28
std: Improve some I/O documentation
Alex Crichton
-0
/
+2
2014-02-27
std: Small cleanup and test improvement
Alex Crichton
-6
/
+10
2014-02-24
Correctly ignore some tests on windows
Alex Crichton
-1
/
+1
2014-02-16
Implement named pipes for windows, touch up unix
Alex Crichton
-41
/
+60
2014-02-14
Fix all code examples
Alex Crichton
-5
/
+8
2014-02-11
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-0
/
+96
2014-02-03
std: Fixing all documentation
Alex Crichton
-10
/
+0
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-34
/
+24
2014-02-03
std: Remove io::io_error
Alex Crichton
-34
/
+26
2014-01-30
Remove Times trait
Brendan Zabarauskas
-4
/
+4
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-4
/
+4
2014-01-09
Remove eof() from io::Reader
Alex Crichton
-1
/
+0
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-1
/
+2
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-2
/
+3
2013-12-24
std: Expose that LocalIo may not always be available
Alex Crichton
-16
/
+6
2013-12-24
std: Delete rt::test
Alex Crichton
-55
/
+43
2013-12-17
auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichton
bors
-1
/
+1
2013-12-17
Handle ENOENT
Cadence Marseille
-1
/
+1
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-2
/
+2
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-15
/
+10
[next]