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
/
unix
/
c.rs
Age
Commit message (
Expand
)
Author
Lines
2015-11-09
std: Migrate to the new libc
Alex Crichton
-452
/
+0
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-3
/
+45
2015-09-21
Various fixes for NetBSD/amd64
Sebastian Wicki
-3
/
+9
2015-07-01
Add netbsd amd64 support
Alex Newman
-3
/
+7
2015-06-22
Fix build on Android API levels below 21
Geoffrey Thomas
-0
/
+10
2015-06-22
sys/unix/process: Reset signal behavior before exec
Geoffrey Thomas
-2
/
+11
2015-06-22
sys/unix: Consolidate signal-handling FFI bindings
Geoffrey Thomas
-132
/
+194
2015-06-22
sys/unix/c.rs: Remove unused code
Geoffrey Thomas
-75
/
+5
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-0
/
+2
2015-04-09
std: Clean up process spawn impl on unix
Alex Crichton
-0
/
+2
2015-04-09
std: Set CLOEXEC for all fds opened on unix
Alex Crichton
-23
/
+19
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-3
/
+3
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-2
/
+2
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-5
/
+47
2015-02-11
rollup merge of #22015: alexcrichton/netv2
Alex Crichton
-0
/
+1
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+1
2015-02-11
fixing PR review comments
Dave Huseby
-5
/
+3
2015-02-11
bitrig integration
Dave Huseby
-1
/
+45
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-4
/
+4
2015-02-10
Auto merge of #21936 - alexcrichton:fsv2, r=aturon
bors
-0
/
+3
2015-02-09
std: Add a new `fs` module
Alex Crichton
-0
/
+3
2015-02-07
Fix struct passwd and _SC_GETPW_R_SIZE_MAX for DragonFly
Michael Neumann
-1
/
+3
2015-02-05
unbreak tree for openbsd after #21787
Sébastien Marie
-1
/
+4
2015-02-03
iOS: fixed build
Valerii Hiora
-0
/
+1
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-0
/
+53
2015-02-01
std: Add a new `env` module
Alex Crichton
-0
/
+53
2015-02-01
openbsd support
Sébastien Marie
-5
/
+12
2015-01-17
Register new snapshots.
Eduard Burtescu
-2
/
+2
2015-01-11
powerpc: add cdefs for linux
Richo Healey
-3
/
+9
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-2
/
+2
2015-01-07
markers -> marker
Nick Cameron
-4
/
+4
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-4
/
+4
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-4
/
+7
2015-01-02
More fallout
Nick Cameron
-2
/
+2
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-5
/
+5
2014-12-29
Fix impl of Send and Sync for mips
Eric Allen
-2
/
+2
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-2
/
+2
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+6
2014-11-08
Runtime removal: add private sys, sys_common modules
Aaron Turon
-0
/
+262