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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
Age
Commit message (
Expand
)
Author
Lines
2016-04-27
std: Add compatibility with android-9
Alex Crichton
-34
/
+128
2016-04-26
std: Allow creating ExitStatus from raw values
Alex Crichton
-0
/
+36
2016-04-20
Remove IPV6_V6ONLY functionality
Steven Fackler
-18
/
+0
2016-04-20
rand: add comments about getrandom() fallback
Doug Goldstein
-0
/
+8
2016-04-19
rand: don't block before random pool is initialized
Doug Goldstein
-1
/
+8
2016-04-16
Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton
bors
-1
/
+0
2016-04-13
Auto merge of #32726 - asomers:master, r=alexcrichton
bors
-7
/
+25
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+0
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-10
/
+23
2016-04-07
Rollup merge of #32737 - timonvo:arm-ehabi-backtraces, r=alexcrichton
Manish Goregaokar
-1
/
+6
2016-04-07
Fix libstd on DragonFly
Michael Neumann
-2
/
+17
2016-04-06
Remove accidental comment
Alan Somers
-1
/
+0
2016-04-06
Merge github.com:rust-lang/rust
Alan Somers
-9
/
+37
2016-04-04
std: Fix linking against `signal` on Android
Alex Crichton
-9
/
+37
2016-04-04
Fix backtraces on ARM EHABI.
Timon Van Overveldt
-1
/
+6
2016-04-05
Reduce code duplication in thread.rs
Alan Somers
-42
/
+18
2016-04-04
Fix stack overflow detection on FreeBSD
Alan Somers
-2
/
+45
2016-04-02
Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichton
bors
-1
/
+1
2016-03-31
allow RUST_BACKTRACE=0 to act as if unset
Emanuel Czirai
-1
/
+1
2016-03-31
Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt`
Tobias Bucher
-1
/
+1
2016-03-28
style: Use `iter` for IntoIterator parameter names
Kamal Marhubi
-2
/
+2
2016-03-27
libstd/sys/*/net: very minor clean up of cvt*() utility functions.
NODA, Kai
-10
/
+11
2016-03-26
Fixup #32476
Manish Goregaokar
-0
/
+1
2016-03-25
Fix unsound behaviour with null characters in thread names (issue #32475)
David Henningsson
-17
/
+12
2016-03-22
fix alignment
Jorge Aparicio
-21
/
+21
2016-03-22
std: undo conversion of user defined try!s
Jorge Aparicio
-11
/
+11
2016-03-22
try! -> ?
Jorge Aparicio
-307
/
+307
2016-03-22
std: Change `encode_utf{8,16}` to return iterators
Alex Crichton
-19
/
+12
2016-03-20
Add unix socket support to the standard library
Steven Fackler
-21
/
+1138
2016-03-15
std: Fix overflow when subtracting Instant
Alex Crichton
-4
/
+4
2016-03-13
Auto merge of #32184 - ollie27:win_stdout, r=alexcrichton
bors
-4
/
+19
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-231
/
+172
2016-03-11
std: Remove unstable from ReentrantMutex
Alex Crichton
-3
/
+0
2016-03-12
Further simplify Windows stdout/stderr
Oliver Middleton
-13
/
+8
2016-03-10
Simplify Windows stdout/stderr
Oliver Middleton
-4
/
+2
2016-03-10
Fixup stout/stderr on Windows
Oliver Middleton
-2
/
+24
2016-03-09
std: Don't spawn threads in `wait_with_output`
Alex Crichton
-17
/
+438
2016-03-08
std: Don't always create stdin for children
Alex Crichton
-7
/
+12
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-4
/
+114
2016-03-08
Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichton
bors
-3
/
+7
2016-03-07
Fix building libstd on on emscripten targets.
ashleysommer
-3
/
+7
2016-03-06
rustbuild: fix cross compilation of libstd to i686-unknown-linux-musl
Jorge Aparicio
-2
/
+8
2016-03-04
Auto merge of #31945 - sfackler:net2, r=alexcrichton
bors
-3
/
+286
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-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-2
/
+2
2016-02-28
Fix windows
Steven Fackler
-131
/
+55
2016-02-28
Add UDP functionality from net2
Steven Fackler
-3
/
+135
2016-02-28
Add TCP functionality from net2
Steven Fackler
-0
/
+209
[prev]
[next]