summary refs log tree commit diff
path: root/src/libstd/io/net/ip.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-25libstd: Document the following modules:Patrick Walton-0/+5
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+2
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-1/+0
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-24std: minor whitespace cleanupErick Tryzelaar-1/+0
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-13/+14
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-14/+2
2014-02-10IterBytes for IpAddr and SocketAddrTom Lee-2/+13
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-2/+1
2014-01-07std: Fill in all missing importsAlex Crichton-1/+3
2014-01-06Remove some unnecessary type castsFlorian Hahn-3/+3
2013-12-11Make 'self lifetime illegal.Erik Price-4/+4
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