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
/
library
/
std
/
src
/
net
Age
Commit message (
Expand
)
Author
Lines
2020-10-13
Use is_ok() instead of empty Ok(_)
wcampbell
-10
/
+4
2020-10-06
Parse SocketAddrV6::scope_id
Tamir Duberstein
-4
/
+15
2020-10-06
Avoid unused return
Tamir Duberstein
-9
/
+12
2020-10-06
Rollup merge of #77528 - tamird:avoid-cast-net-parser, r=dtolnay
Yuki Okushi
-36
/
+48
2020-10-04
Inline "eof" methods
Tamir Duberstein
-13
/
+2
2020-10-04
Avoid unchecked casts in net parser
Tamir Duberstein
-23
/
+46
2020-10-04
Include scope id in SocketAddrV6::Display
Tamir Duberstein
-3
/
+19
2020-09-25
Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morse
Jonas Schievink
-5
/
+29
2020-09-23
Make delegation methods of `std::net::IpAddr` unstable const
Christiaan Dirkx
-5
/
+29
2020-09-22
Update library/std/src/net/addr.rs
Imbolc
-1
/
+1
2020-09-22
Update library/std/src/net/addr.rs
Imbolc
-1
/
+1
2020-09-22
Update addr.rs
Imbolc
-1
/
+1
2020-09-03
Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library`
Christiaan Dirkx
-0
/
+109
2020-09-03
Auto merge of #76235 - jyn514:std-intra-links, r=poliorcetics
bors
-46
/
+0
2020-09-03
Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse
Dylan DPC
-18
/
+38
2020-09-02
Convert many files to intra-doc links
Joshua Nelson
-4
/
+0
2020-09-02
add a note for Ipv4Addr::to_ipv6_compatible
南浦月
-0
/
+3
2020-09-01
Remove explicit links to `true` and `false` in ip.rs
Joshua Nelson
-42
/
+0
2020-09-01
Make all remaining methods of `std::net::Ipv4Addr` const
Christiaan Dirkx
-9
/
+20
2020-09-01
Change implementation of `Ipv6Addr::is_unspecified` and `is_loopback` from `m...
CDirkx
-2
/
+2
2020-09-01
Make methods unstable const under `const_ipv4`
CDirkx
-9
/
+9
2020-09-01
Make all methods of `std::net::Ipv6Addr` const
CDirkx
-16
/
+30
2020-08-31
Make more Ipv4Addr methods const
CDirkx
-9
/
+18
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-2478
/
+2430
2020-08-19
Minor changes to Ipv4Addr
Lzu Tao
-7
/
+14
2020-08-16
Fix a link, improve method resolution
Alexis Bourget
-24
/
+27
2020-08-15
Move to intra doc links in std::net
Alexis Bourget
-293
/
+139
2020-08-14
Rollup merge of #74409 - LukasKalbertodt:improve-debug-impl-of-socketaddr-ipa...
Tyler Mandry
-2
/
+16
2020-08-12
Auto merge of #75019 - nanpuyue:to_ipv4_mapped, r=LukasKalbertodt
bors
-0
/
+40
2020-08-11
prefer pattern matching over indexing
Lzu Tao
-13
/
+10
2020-08-11
add Ipv6Addr::to_ipv4_mapped
南浦月
-0
/
+40
2020-08-10
Transmute between big endian `s6_addr` and `[u16; 8]`.
Lzu Tao
-27
/
+27
2020-08-07
Rollup merge of #75179 - lzutao:unsed-ipv4-frominner, r=alexcrichton
Yuki Okushi
-5
/
+0
2020-08-07
Rollup merge of #75175 - lzutao:doctest-ipv4-fromu32, r=cuviper
Yuki Okushi
-4
/
+4
2020-08-05
Remove unused FromInner impl for Ipv4Addr
Lzu Tao
-5
/
+0
2020-08-05
Make doctests of Ipv4Addr::from(u32) easier to read
Lzu Tao
-4
/
+4
2020-08-05
Use u32::from_ne_bytes to fix a FIXME
Lzu Tao
-9
/
+3
2020-07-28
Add note to clearly mark the RFC as rejected
Alexis Bourget
-0
/
+6
2020-07-28
Remove links to rejected errata 4406 for RFC 4291
Alexis Bourget
-6
/
+0
2020-07-28
Change Debug impl of SocketAddr and IpAddr to match their Display output
Lukas Kalbertodt
-2
/
+16
2020-07-27
mv std libs to library/
mark
-0
/
+7686
[prev]