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
/
tcp.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-26
std: Rename io to old_io
Alex Crichton
-1475
/
+0
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-4
/
+2
2015-01-08
Improvements to feature staging
Brian Anderson
-11
/
+11
2015-01-06
More test fixes
Alex Crichton
-3
/
+3
2015-01-06
Fallout from stabilization
Aaron Turon
-12
/
+14
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-60
/
+67
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-67
/
+69
2015-01-02
More fallout
Nick Cameron
-4
/
+4
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-58
/
+67
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-66
/
+69
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-2
/
+5
2014-12-23
Fix some spelling errors.
Huon Wilson
-1
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-6
/
+9
2014-12-18
Fallout from new thread API
Aaron Turon
-2
/
+2
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-58
/
+58
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+3
2014-11-26
auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton
bors
-1
/
+0
2014-11-26
auto merge of #19169 : aturon/rust/fds, r=alexcrichton
bors
-0
/
+20
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+0
2014-11-24
Don't call drop in tcpstream docs
Steve Klabnik
-6
/
+10
2014-11-21
sys: reveal std::io representation to sys module
Aaron Turon
-0
/
+20
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-77
/
+77
2014-11-15
std: Fix a flaky test on OSX 10.10
Alex Crichton
-24
/
+22
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-66
/
+39
2014-11-05
Added more documentation on ToSocketAddr trait
Vladimir Matveev
-2
/
+5
2014-11-05
Fixed tidy errors
Vladimir Matveev
-2
/
+2
2014-11-05
Fixed other tests to pass make check
Vladimir Matveev
-5
/
+2
2014-11-05
Migrated io::net::udp over to ToSocketAddr
Vladimir Matveev
-3
/
+3
2014-11-05
Switched io::net::tcp to use ToSocketAddr
Vladimir Matveev
-226
/
+104
2014-10-29
Rename fail! to panic!
Steve Klabnik
-13
/
+13
2014-10-13
Clean up rustc warnings.
NODA, Kai
-2
/
+0
2014-10-10
improve the performance of the vec![] macro
Daniel Micay
-1
/
+0
2014-10-01
Remove iotest macro
Aaron Turon
-83
/
+128
2014-09-23
Deprecate `#[ignore(cfg(...))]`
Steven Fackler
-1
/
+1
2014-08-28
auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brson
bors
-2
/
+2
2014-08-24
native: clone/close_accept for win32 pipes
Alex Crichton
-2
/
+1
2014-08-24
native: Implement clone/close_accept for unix
Alex Crichton
-0
/
+132
2014-08-21
libstd: Limit Duration range to i64 milliseconds.
Ruud van Asseldonk
-7
/
+1
2014-08-20
libstd: Refactor Duration.
Ruud van Asseldonk
-3
/
+9
2014-08-14
auto merge of #16332 : brson/rust/slicestab, r=aturon
bors
-1
/
+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
-4
/
+6
2014-08-13
Fix various fallout from timer changes
Brian Anderson
-1
/
+2
2014-08-13
std: connect_timeout requires a positive Duration
Brian Anderson
-8
/
+8
2014-08-13
std: Make the TCP/UDP connect_timeout methods take Duration
Brian Anderson
-2
/
+9
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-07-31
Tweak error reporting in io::net::tcp tests
Kevin Ballard
-4
/
+4
2014-07-23
Remove kludgy imports from vec! macro
Brian Anderson
-0
/
+1
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
[next]