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-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