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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
libstd => 2018
Taiki Endo
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-06
Refactor net::each_addr/lookup_host to forward error from resolve
Jethro Beekman
-3
/
+7
2018-05-03
Remove the deprecated std::net::{lookup_host,LookupHost}
Josh Stone
-65
/
+0
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-5
/
+5
2018-01-24
Add missing micro version number component in stability attributes.
Simon Sapin
-4
/
+4
2018-01-17
Deprecate std::net::lookup_host
Steven Fackler
-0
/
+7
2017-03-27
Addressed requested changes for PR #40838
lukaramu
-2
/
+2
2017-03-26
Expanded std::net module docs
lukaramu
-0
/
+26
2017-03-26
Added links to std::net::Shutdown docs and made them more consistent
lukaramu
-6
/
+19
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-1
/
+4
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-1
/
+1
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+8
2016-10-02
Add a platform-abstraction tidy script
Brian Anderson
-1
/
+1
2016-09-30
Ignore entire test modules on emscripten instead of individual tests
Brian Anderson
-1
/
+2
2016-09-18
Add missing Eq implementations
Guillaume Gomez
-1
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-08-01
Link to relevant method/struct for `std::net::Shutdown` docs.
Corey Farwell
-1
/
+5
2016-06-29
Update documentation to reflect ignoring of unknown addresses
Tobias Bucher
-1
/
+4
2016-06-29
Ignore unknown address types when looking up hosts
Tobias Bucher
-2
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-30
/
+0
2016-02-09
Revert deprecation of IpAddr, stabilizing for 1.7
Aaron Turon
-1
/
+0
2015-12-07
Auto merge of #30188 - tshepang:lookup_addr-example, r=alexcrichton
bors
-0
/
+16
2015-12-06
doc: add example for std::net::lookup_addr
Tshepang Lekhonkhobe
-0
/
+16
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-0
/
+4
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+5
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-4
/
+8
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+2
2015-06-21
Auto merge of #26457 - meqif:master, r=alexcrichton
bors
-2
/
+1
2015-06-20
Remove mention of `UdpSocket` in `Shutdown` docs.
Ricardo Martins
-2
/
+1
2015-05-16
std: Reexport std::net::tcp::Incoming
Alex Crichton
-1
/
+1
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-1
/
+1
2015-05-03
Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}
Nick Hamann
-1
/
+1
2015-04-28
remove stability note from std::net
Steve Klabnik
-4
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-6
/
+15
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-1
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+3
2015-03-26
Add `std::net::lookup_addr` for reverse DNS lookup
Murarth
-0
/
+10
2015-03-25
std: Add net::IpAddr, destabilize lookup_host
Alex Crichton
-5
/
+11
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-18
std: Stabilize FromStr implementations in std::net
Alex Crichton
-0
/
+1
2015-03-17
Auto merge of #23352 - alexcrichton:stabilize-net, r=aturon
bors
-5
/
+12
2015-03-15
Removed old_io note from std::net
Trent Nadeau
-2
/
+1
2015-03-13
std: Stabilize the `net` module
Alex Crichton
-5
/
+12
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+99