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
Age
Commit message (
Expand
)
Author
Lines
2020-04-26
Update name
Steven Fackler
-8
/
+8
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+20
2020-03-20
For issue 53957: revise unit tests to focus on underlying bug of 23076.
Felix S. Klock II
-4
/
+19
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-03-02
Don't convert Results to Options just for matching.
Matthias Krüger
-1
/
+1
2020-02-29
simplify boolean expressions
Matthias Krüger
-1
/
+1
2020-01-29
Document remaining undocumented `From` implementations for IPs
LeSeulArtichaut
-0
/
+72
2020-01-09
Rollup merge of #67966 - popzxc:core-std-matches, r=Centril
Mazdak Farrokhzad
-16
/
+4
2020-01-08
Use matches macro in libcore and libstd
Igor Aleksanov
-16
/
+4
2020-01-06
Removed module usage.
Strømberg
-1
/
+0
2020-01-06
Missing module std in example.
Strømberg
-1
/
+1
2019-12-26
Implement padding for IpAddr without heap alloc
Dario Gonzalez
-13
/
+80
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+2
2019-12-22
Format the world
Mark Rousskov
-215
/
+278
2019-12-19
Rollup merge of #67321 - lzutao:htons, r=dtolnay
Mazdak Farrokhzad
-22
/
+11
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-4
/
+4
2019-12-15
make htons const fn
Lzu Tao
-22
/
+11
2019-12-14
Delete flaky test net::tcp::tests::fast_rebind
David Tolnay
-15
/
+0
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+4
2019-12-06
Remove boxed closures in address parser.
Markus Reiter
-19
/
+4
2019-11-29
Format libstd with rustfmt
David Tolnay
-212
/
+294
2019-11-13
Fix broken links in Ipv4Addr::is_benchmarking docs
Benjamin Sago
-2
/
+2
2019-11-10
Rollup merge of #66058 - mjptree:patch-2, r=kennytm
Yuki Okushi
-1
/
+1
2019-11-09
Update src/libstd/net/ip.rs
mjptree
-1
/
+1
2019-11-03
Correct deprecated `is_global` IPv6 documentation
mjptree
-1
/
+1
2019-11-02
Correct error in documentation for Ipv4Addr method
mjptree
-1
/
+1
2019-10-20
Remove leading :: from paths in doc examples
Mikko Rantanen
-1
/
+1
2019-10-05
Rollup merge of #64728 - messense:udp-peer-addr, r=dtolnay
Tyler Mandry
-3
/
+1
2019-10-01
Remove unneeded `fn main` blocks from docs
Lzu Tao
-146
/
+108
2019-09-26
Update src/libstd/net/udp.rs
messense
-1
/
+1
2019-09-24
Stabilize UdpSocket::peer_addr
messense
-3
/
+1
2019-08-22
VxWorks ignores the SO_SNDTIMEO socket option (this is long-standing
Salim Nasser
-2
/
+4
2019-07-18
Fix typo in src/libstd/net/udp.rs doc comment
Martin Indra
-2
/
+2
2019-06-01
Auto merge of #60145 - little-dude:ip2, r=alexcrichton
bors
-163
/
+781
2019-05-20
Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC
Mazdak Farrokhzad
-0
/
+13
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-6
/
+6
2019-05-04
Fix intra-doc link resolution failure on re-exporting libstd
Taiki Endo
-0
/
+13
2019-04-27
Stabilized vectored IO
Steven Fackler
-8
/
+8
2019-04-23
std::net: tests for Ipv4addr::is_shared()
Corentin Henry
-0
/
+15
2019-04-23
std::net: add warning in Ipv4addr::is_reserved() documentation
Corentin Henry
-0
/
+7
2019-04-23
std::net: add warning in Ipv6Addr::is_unicast_site_local() doc
Corentin Henry
-0
/
+8
2019-04-22
std::net: tests for Ipv4addr::is_reserved()
Corentin Henry
-0
/
+15
2019-04-22
std::net: tests for Ipv4addr::is_ietf_protocol_assignment()
Corentin Henry
-0
/
+16
2019-04-22
std::net: tests for Ipv4addr::is_benchmarking()
Corentin Henry
-16
/
+30
2019-04-22
std::net: tests for Ipv6addr::is_unicast_link_local{_strict}()
Corentin Henry
-20
/
+49
2019-04-22
std::net: fix tests for site-local ipv6 addresses
Corentin Henry
-2
/
+2
2019-04-22
std::net: fix Ipv4addr::is_global() tests
Corentin Henry
-4
/
+4
2019-04-22
std::net: use macros to test ip properties
Corentin Henry
-143
/
+381
2019-04-22
std::net: fix documentation markdown
Corentin Henry
-3
/
+5
2019-04-22
std::net: fix Ipv4Addr::is_global()
Corentin Henry
-8
/
+64
[next]