about summary refs log tree commit diff
path: root/src/libstd/net/parser.rs
AgeCommit message (Expand)AuthorLines
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-08Fallout from fixing Issue 25199.Felix S. Klock II-1/+1
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-1/+1
2015-03-26impl `FromStr` for `IpAddr`Murarth-6/+12
2015-03-18std: Stabilize FromStr implementations in std::netAlex Crichton-11/+16
2015-03-13std: Stabilize the `net` moduleAlex Crichton-13/+13
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-5/+5
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+330