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
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-18
/
+13
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+0
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+4
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2015-01-02
More fallout
Nick Cameron
-2
/
+2
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-25
auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichton
bors
-1
/
+11
2014-12-22
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-2
/
+2
2014-12-19
load_self() needs to be public
Michael Neumann
-1
/
+1
2014-12-19
Several fixes for DragonFly (rebase)
Michael Neumann
-1
/
+11
2014-12-18
Refactor std::os to use sys::os
Aaron Turon
-3
/
+132
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-1
/
+1
2014-11-08
Runtime removal: refactor pipes and networking
Aaron Turon
-0
/
+11
2014-11-08
Runtime removal: add private sys, sys_common modules
Aaron Turon
-0
/
+101