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
/
ip.rs
Age
Commit message (
Expand
)
Author
Lines
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-449
/
+0
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-5
/
+5
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-24
/
+8
2013-09-26
Visibility fixes
Steven Fackler
-1
/
+1
2013-09-12
std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}
Erick Tryzelaar
-1
/
+1
2013-09-04
stop treating char as an integer type
Daniel Micay
-6
/
+7
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-17
/
+34
2013-08-19
Derive Clone for IpAddr and SocketAddr
Eric Reed
-2
/
+2
2013-08-09
Fix Ipv6Addr to_str for ::1:x.x.x.x addresses
Stepan Koltsov
-1
/
+8
2013-08-06
Implement FromStr for IpAddr and SocketAddr
Stepan Koltsov
-0
/
+365
2013-08-03
Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr
Stepan Koltsov
-12
/
+28
2013-07-25
libstd: Add ToStr impl for IpAddr.
Luqman Aden
-0
/
+42
2013-06-25
IPv6 struct
Eric Reed
-2
/
+4
2013-06-19
derived instances of Eq and TotalEq for IpAddr rather than implement them man...
Eric Reed
-21
/
+1
2013-06-19
Wrote the Eq instance of IpAddr in a slightly different way.
Eric Reed
-3
/
+3
2013-06-17
added Eq and TotalEq instances for IpAddr
Eric Reed
-0
/
+21
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+14