summary refs log tree commit diff
path: root/src/libstd/io/net
AgeCommit message (Expand)AuthorLines
2013-11-25std: IPv6 addresses are represented as eight groups of four HEXADECIMAL digitsAndreas Ots-1/+2
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-10/+17
2013-11-18libstd: Change all `~fn()`s to `proc`s in the standard library.Patrick Walton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+1936