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-02-26
path -> PathBuf for openbsd/bitrig
Sébastien Marie
-1
/
+2
2015-02-25
path -> PathBuf for osx/dragonfly (fixup #22727)
Manish Goregaokar
-11
/
+11
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-25
/
+32
2015-02-22
Rollup merge of #22568 - semarie:openbsd-rfc592, r=huonw
Manish Goregaokar
-1
/
+1
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-2
/
+12
2015-02-20
unbreak openbsd build after 1860ee52
Sébastien Marie
-1
/
+1
2015-02-19
Round 5 test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-2
/
+2
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-14
/
+14
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-2
/
+2
2015-02-16
Implement ExactSizeIterator for Args and ArgsOs
Simonas Kazlauskas
-0
/
+4
2015-02-13
Add std::process
Aaron Turon
-6
/
+8
2015-02-11
bitrig integration
Dave Huseby
-2
/
+12
2015-02-05
complete openbsd support for `std::env`
Sébastien Marie
-7
/
+3
2015-02-05
unbreak tree for openbsd after #21787
Sébastien Marie
-6
/
+7
2015-02-03
iOS: fixed build
Valerii Hiora
-14
/
+16
2015-02-02
Test fixes and rebase conflicts
Alex Crichton
-6
/
+12
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-122
/
+319
2015-02-01
std: Add a new `env` module
Alex Crichton
-121
/
+319
2015-02-01
openbsd: incoporate remarks
Sébastien Marie
-2
/
+9
2015-02-01
openbsd support
Sébastien Marie
-2
/
+28
2015-01-29
Fix wrong use std::io -> old_io
Michael Neumann
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-4
/
+4
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