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
/
rt
/
io
/
net
/
tcp.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-04
auto merge of #8243 : stepancheg/rust/ipv, r=brson
bors
-15
/
+15
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-4
/
+4
2013-08-03
Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr
Stepan Koltsov
-15
/
+15
2013-08-02
replace `range` with an external iterator
Daniel Micay
-5
/
+5
2013-08-01
modified local to include an implementation for try_unsafe_borrow::<Task> so ...
toddaaro
-2
/
+2
2013-08-01
minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi...
toddaaro
-3
/
+3
2013-08-01
A major refactoring that changes the way the runtime uses TLS. In the
toddaaro
-30
/
+30
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-4
/
+4
2013-08-01
make `in` and `foreach` get treated as keywords
Daniel Micay
-4
/
+4
2013-07-26
libstd: Tests for {peer, socket}_name.
Luqman Aden
-0
/
+57
2013-07-25
libstd: Get rid of duplication in {peer, socket}_name and remove extra *.
Luqman Aden
-3
/
+3
2013-07-25
libstd: Implement {peer, socket}_name for new rt tcp & udp.
Luqman Aden
-2
/
+36
2013-07-02
IPv6 support for UDP and TCP.
Eric Reed
-7
/
+200
2013-06-26
converted TCP interface to newtype structs
Eric Reed
-24
/
+9
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-2
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+359