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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
io
/
net
/
ip.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-25
libstd: Document the following modules:
Patrick Walton
-0
/
+5
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-02-28
std: Improve some I/O documentation
Alex Crichton
-0
/
+2
2014-02-25
auto merge of #12522 : erickt/rust/hash, r=alexcrichton
bors
-1
/
+0
2014-02-24
Remove std::from_str::FromStr from the prelude
Brendan Zabarauskas
-0
/
+1
2014-02-24
std: minor whitespace cleanup
Erick Tryzelaar
-1
/
+0
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-13
/
+14
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-14
/
+2
2014-02-10
IterBytes for IpAddr and SocketAddr
Tom Lee
-2
/
+13
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-2
/
+1
2014-01-07
std: Fill in all missing imports
Alex Crichton
-1
/
+3
2014-01-06
Remove some unnecessary type casts
Florian Hahn
-3
/
+3
2013-12-11
Make 'self lifetime illegal.
Erik Price
-4
/
+4
2013-11-28
Register new snapshots
Alex Crichton
-2
/
+2
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-28
/
+16
2013-11-25
std: IPv6 addresses are represented as eight groups of four HEXADECIMAL digits
Andreas Ots
-1
/
+2
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-9
/
+14
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-0
/
+449