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
/
common
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-20
Remove IPV6_V6ONLY functionality
Steven Fackler
-18
/
+0
2016-03-22
fix alignment
Jorge Aparicio
-6
/
+6
2016-03-22
try! -> ?
Jorge Aparicio
-39
/
+39
2016-03-20
Add unix socket support to the standard library
Steven Fackler
-18
/
+3
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-33
/
+3
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-0
/
+4
2016-03-03
Fix netbsd
Steven Fackler
-4
/
+4
2016-03-03
Fix android build
Steven Fackler
-3
/
+3
2016-03-02
Fix comments and OSX build
Steven Fackler
-3
/
+21
2016-02-28
Fix windows
Steven Fackler
-16
/
+7
2016-02-28
Add UDP functionality from net2
Steven Fackler
-3
/
+135
2016-02-28
Add TCP functionality from net2
Steven Fackler
-0
/
+79
2016-02-24
std: Cap read/write limits on Windows networking
Alex Crichton
-3
/
+7
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-0
/
+2
2015-11-09
std: Migrate to the new libc
Alex Crichton
-86
/
+63
2015-09-08
some more clippy-based improvements
Andre Bogus
-1
/
+1
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-3
/
+4
2015-08-23
Add Send/Sync traits on LookupHost struct
Guillaume Gomez
-0
/
+3
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-95
/
+0
2015-07-20
std: Add IntoRaw{Fd,Handle,Socket} traits
Alex Crichton
-0
/
+6
2015-05-28
Implement RFC 1047 - socket timeouts
Steven Fackler
-7
/
+39
2015-05-17
Make debug builders take &mut self, add entries method
Steven Fackler
-10
/
+10
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-0
/
+494
2015-04-21
Remove unused files
Tamir Duberstein
-971
/
+0
2015-04-02
Tweak relese notes + rebase fixes
Alex Crichton
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-29
/
+29
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-1
/
+5
2015-03-06
std: Deprecate the std::old_io::net primitives
Alex Crichton
-0
/
+2
2015-02-23
Hide unnecessary error checking from the user
Tobias Bucher
-13
/
+8
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-1
/
+2
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-6
/
+11
2015-02-11
bitrig integration
Dave Huseby
-1
/
+2
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-7
/
+7
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-01
openbsd support
Sébastien Marie
-2
/
+8
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-6
/
+6
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-5
/
+7
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-4
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-6
/
+6
2015-01-02
More fallout
Nick Cameron
-1
/
+1
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-5
/
+1
2014-12-30
rollup merge of #20286: murarth/get-address-name
Alex Crichton
-0
/
+38
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-1
/
+5
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
[next]