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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
net
Age
Commit message (
Expand
)
Author
Lines
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
2019-04-22
std::net: add Ipv4Addr::is_shared()
Corentin Henry
-0
/
+22
2019-04-22
std::net: add Ipv4Addr::is_ietf_protocol_assignment()
Corentin Henry
-0
/
+34
2019-04-22
std::net: add Ipv4Addr::is_benchmarking()
Corentin Henry
-0
/
+25
2019-04-22
std::net: add Ipv4Addr::is_reserved()
Corentin Henry
-0
/
+28
2019-04-20
std::net: fix doc markdown in Ipv6Addr::is_unique_local()
Corentin Henry
-1
/
+1
2019-04-20
std::net: add Ipv6Addr::is_unicast_link_local_strict()
Corentin Henry
-6
/
+96
2019-04-20
std::net: improve Ipv6Addr::is_unicast_site_local() doc
Corentin Henry
-2
/
+11
2019-04-20
std::net: site-local ipv6 prefixes are global
Corentin Henry
-4
/
+14
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-37
/
+37
2019-03-26
Auto merge of #59136 - jethrogb:jb/sgx-std-test, r=sanxiyn
bors
-19
/
+61
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-19
/
+61
2019-03-16
Fix test names regarding ip version
Linus Unnebäck
-2
/
+2
2019-03-16
Add test for UdpSocket peer_addr
Linus Unnebäck
-0
/
+10
2019-03-16
Document UdpSocket peer_addr NotConnected error
Linus Unnebäck
-0
/
+13
2019-03-16
Mark UdpSocket peer_addr unstable w/ tracking issue
Linus Unnebäck
-1
/
+2
2019-03-16
Add peer_addr function to UdpSocket
Linus Unnebäck
-0
/
+17
2019-03-08
std: Delete a by-definition spuriously failing test
Alex Crichton
-15
/
+0
2019-02-28
libstd => 2018
Taiki Endo
-59
/
+59
2019-02-26
Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton
bors
-2
/
+67
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-4
/
+4
2019-02-20
Rollup merge of #58551 - ssomers:master, r=oli-obk
kennytm
-2
/
+6
2019-02-20
Rollup merge of #58392 - scottmcm:less-shifting-in-net-ip, r=oli-obk
kennytm
-25
/
+58
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-4
/
+4
2019-02-18
Merge remote-tracking branch 'upstream/master'
Stein Somers
-19
/
+18
2019-02-18
Explain a panic in test case net::tcp::tests::double_bind
Stein Somers
-2
/
+6
2019-02-13
Add vectored read and write support
Steven Fackler
-2
/
+67
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-17
/
+17
2019-02-11
Use less explicit shifting in std::net::ip
Scott McMurray
-25
/
+58
2019-02-10
libs: doc comments
Alexander Regueiro
-16
/
+16
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-02-10
Rollup merge of #57740 - JakubOnderka:ipv4addr-to_ne_bytes, r=scottmcm
Guillaume Gomez
-2
/
+1
2019-01-26
Bump bootstrap compiler to 1.33 beta
Mark Rousskov
-1
/
+0
2019-01-18
Use `to_ne_bytes` for converting IPv4Address to octets
Jakub Onderka
-2
/
+1
[next]