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
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
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-28
Added `get_address_name`, an interface to `getnameinfo`
Murarth
-0
/
+38
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-4
/
+4
2014-12-21
Remove a ton of public reexports
Corey Farwell
-2
/
+2
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-17
/
+20
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-6
/
+6
2014-11-20
Make most of std::rt private
Aaron Turon
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-2
/
+2
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-08
Runtime removal: refactor helper threads
Aaron Turon
-0
/
+2
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-0
/
+909