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
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-17
/
+17
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-67
/
+61
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-1
/
+1
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-3
/
+3
2013-11-18
Remove the C++ lock_and_signal type
Alex Crichton
-7
/
+5
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-3
/
+3
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-56
/
+4
2013-11-10
Register new snapshots
Alex Crichton
-42
/
+6
2013-11-09
std: os: Document MemoryMap
Corey Richardson
-3
/
+49
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-19
/
+10
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-2
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-546
/
+3
2013-10-24
Test fixes and merge conflicts
Alex Crichton
-1
/
+3
2013-10-24
Remove even more of std::io
Alex Crichton
-59
/
+0
2013-10-24
Remove rt::io::support
Alex Crichton
-2
/
+5
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-34
/
+34
2013-10-21
auto merge of #9936 : madjar/rust/master, r=alexcrichton
bors
-6
/
+0
2013-10-21
Add support for nested comments
Georges Dubus
-6
/
+0
2013-10-20
Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_lo...
LEE Wondong
-1
/
+86
2013-10-16
path2: Update for latest master
Kevin Ballard
-2
/
+2
2013-10-16
path2: Remove some API functions
Kevin Ballard
-2
/
+3
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-5
/
+5
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-31
/
+31
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-137
/
+137
2013-10-14
Remove unused abi attributes.
Steve Klabnik
-2
/
+0
2013-10-11
De-pub some private runtime components
Alex Crichton
-1
/
+1
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-1
/
+1
2013-10-01
Merge fall out of removing fmt!
Alex Crichton
-4
/
+4
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-41
/
+39
2013-09-29
reduce heap allocations for MemoryMap
Jason Toffaletti
-7
/
+7
2013-09-23
std: merge rand::{Rng,RngUtil} with default methods.
Huon Wilson
-2
/
+2
2013-09-18
auto merge of #9296 : alexcrichton/rust/snapshots, r=cmr
bors
-12
/
+0
2013-09-18
Register new snapshots
Alex Crichton
-12
/
+0
2013-09-18
fix compilation errors of mips target
Jyun-Yan You
-1
/
+1
2013-09-17
auto merge of #9235 : olsonjeffery/rust/newrt_file_io_1, r=thestinger
bors
-10
/
+1
2013-09-17
std: fix win32 build issue re: multistring parsing
Jeff Olson
-1
/
+1
2013-09-17
std: fix win32 build error in os::env()
Jeff Olson
-1
/
+1
2013-09-16
std: more work on from_c_multistring.. let it take an optional len param
Jeff Olson
-1
/
+1
2013-09-16
std: win32 os::env() str parsing to str::raw::from_c_multistring + test
Jeff Olson
-10
/
+1
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-2
/
+2
2013-09-16
std::os: Use unicode for last_os_error() on Win32
klutzy
-10
/
+9
2013-09-15
rm some uses of the `advance` iterator method
Daniel Micay
-2
/
+2
2013-09-13
std: Fix another windows problem with the unwrap_or_default rename
Erick Tryzelaar
-1
/
+1
2013-09-13
std: rename Option.chain to Option.and_then on windows
Erick Tryzelaar
-1
/
+1
2013-09-12
std: rename Option::unwrap_or_default() to unwrap_or()
Erick Tryzelaar
-1
/
+1
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-1
/
+1
2013-09-05
Replace os::glob with extra::glob, which is written in rust,
Gareth Smith
-84
/
+0
2013-09-04
libstd/os: set tmp dir to /data/tmp on Android
adridu59
-1
/
+7
2013-08-30
std: Add a file-renaming function to std::os
Tim Chevalier
-0
/
+12
[next]