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
/
sys
/
windows
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2015-11-09
std: Migrate to the new libc
Alex Crichton
-27
/
+45
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-3
/
+2
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-1
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-1
/
+9
2015-06-30
std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT option
Alex Crichton
-16
/
+29
2015-05-28
Implement RFC 1047 - socket timeouts
Steven Fackler
-0
/
+29
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-8
/
+7
2015-04-15
Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturon
bors
-2
/
+8
2015-04-14
std: Set overlap/noinherit flags on windows sockets
Alex Crichton
-2
/
+8
2015-04-08
std: Stabilize io::Error::from_raw_os_error
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23766: alexcrichton/stabilize-raw-fd
Alex Crichton
-2
/
+6
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+3
2015-03-26
std: Stabilize parts of std::os::platform::io
Alex Crichton
-2
/
+6
2015-03-24
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-03-13
std: Stabilize the `net` module
Alex Crichton
-4
/
+4
2015-02-23
Hide unnecessary error checking from the user
Tobias Bucher
-1
/
+12
2015-02-11
More test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+121