index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
net
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-22
/
+22
2019-02-28
libstd => 2018
Taiki Endo
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-07-27
Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum
bors
-1
/
+1
2018-07-23
libstd: Prefer `Option::map`/etc over `match` where applicable
Colin Wallace
-4
/
+1
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-1
/
+1
2018-03-15
Improve `AddrParseError` documentation.
Anthony Defranceschi
-0
/
+19
2017-12-11
Reject superfluous `::` in IPv6 addresses
varkor
-1
/
+3
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-5
/
+1
2017-03-26
Added links to std::net::AddrParseError's documentation
lukaramu
-1
/
+13
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-1
/
+1
2016-09-18
Add missing Eq implementations
Guillaume Gomez
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-02-26
Use .copy_from_slice() where applicable
Ulrik Sverdrup
-2
/
+2
2016-02-23
#31820 - Utilize `if..let` instead of single `match` branch
dileepb
-3
/
+2
2016-02-09
Revert deprecation of IpAddr, stabilizing for 1.7
Aaron Turon
-3
/
+0
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-0
/
+3
2015-10-20
std: Implement FromStr for SocketAddrV{4,6}
Alex Crichton
-17
/
+51
2015-09-08
some more clippy-based improvements
Andre Bogus
-2
/
+2
2015-08-24
Add stability markers for new impls
Steven Fackler
-0
/
+2
2015-08-23
Implement Error for AddrParseError
Steven Fackler
-1
/
+15
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-05-08
Fallout from fixing Issue 25199.
Felix S. Klock II
-1
/
+1
2015-05-01
std: Remove index notation on slice iterators
Alex Crichton
-1
/
+1
2015-03-26
impl `FromStr` for `IpAddr`
Murarth
-6
/
+12
2015-03-18
std: Stabilize FromStr implementations in std::net
Alex Crichton
-11
/
+16
2015-03-13
std: Stabilize the `net` module
Alex Crichton
-13
/
+13
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-5
/
+5
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+330