about summary refs log tree commit diff
path: root/src/libstd/net/parser.rs
AgeCommit message (Expand)AuthorLines
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-22/+22
2019-02-28libstd => 2018Taiki Endo-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-1/+1
2018-07-23libstd: Prefer `Option::map`/etc over `match` where applicableColin Wallace-4/+1
2018-07-10Deny bare trait objects in `src/libstd`.ljedrz-1/+1
2018-03-15Improve `AddrParseError` documentation.Anthony Defranceschi-0/+19
2017-12-11Reject superfluous `::` in IPv6 addressesvarkor-1/+3
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-5/+1
2017-03-26Added links to std::net::AddrParseError's documentationlukaramu-1/+13
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-1/+1
2016-09-18Add missing Eq implementationsGuillaume Gomez-1/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-2/+2
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-3/+2
2016-02-09Revert deprecation of IpAddr, stabilizing for 1.7Aaron Turon-3/+0
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