about summary refs log tree commit diff
path: root/src/libstd/net/parser.rs
AgeCommit message (Expand)AuthorLines
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-0/+3
2015-10-20std: Implement FromStr for SocketAddrV{4,6}Alex Crichton-17/+51
2015-09-08some more clippy-based improvementsAndre Bogus-2/+2
2015-08-24Add stability markers for new implsSteven Fackler-0/+2
2015-08-23Implement Error for AddrParseErrorSteven Fackler-1/+15
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