summary refs log tree commit diff
path: root/src/libstd/io/net/ip.rs
AgeCommit message (Collapse)AuthorLines
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-2/+1
2014-01-07std: Fill in all missing importsAlex Crichton-1/+3
Fallout from the previous commits
2014-01-06Remove some unnecessary type castsFlorian Hahn-3/+3
Conflicts: src/librustc/middle/lint.rs
2013-12-11Make 'self lifetime illegal.Erik Price-4/+4
Also remove all instances of 'self within the codebase. This fixes #10889.
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-28/+16
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-9/+14
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+449