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
/
windows
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-11
Changed patch wording
Joshua Landau
-3
/
+5
2015-06-11
Comment for #26196.
Joshua Landau
-0
/
+3
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-1
/
+1
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-27
/
+5
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23907: alexcrichton/impl-exit
Alex Crichton
-0
/
+4
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-6
/
+7
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-6
/
+7
2015-03-31
std: Add a process::exit function
Alex Crichton
-0
/
+4
2015-03-26
std: Stabilize parts of std::os::platform::io
Alex Crichton
-2
/
+2
2015-03-25
Bug fixes
Nick Cameron
-1
/
+1
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-4
/
+1
2015-03-15
std: Stabilize portions of `std::os::$platform`
Alex Crichton
-1
/
+2
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-3
/
+5
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-17
/
+19
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-5
/
+5
2015-02-17
fix windows
Manish Goregaokar
-2
/
+2
2015-02-16
Implement ExactSizeIterator for Args and ArgsOs
Simonas Kazlauskas
-0
/
+4
2015-02-10
Auto merge of #21936 - alexcrichton:fsv2, r=aturon
bors
-1
/
+1
2015-02-09
std: Add a new `fs` module
Alex Crichton
-1
/
+1
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-2
/
+2
2015-02-01
std: Add a new `env` module
Alex Crichton
-207
/
+246
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-2
/
+2
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-19
Fix HMODULE
Peter Atashian
-1
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
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-02
std: Stabilize the prelude module
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-31
std: unbox closures used in function arguments
Jorge Aparicio
-1
/
+3
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-0
/
+1
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-2
/
+3
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+2
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-3
/
+1
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-5
/
+6
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+2
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-1
/
+38
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-4
/
+2
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1
/
+4
2014-12-18
Refactor std::os to use sys::os
Aaron Turon
-3
/
+195
2014-11-18
Windows and OS X fallout
Nick Cameron
-1
/
+1
2014-11-08
Runtime removal: add private sys, sys_common modules
Aaron Turon
-0
/
+103