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
2014-02-19
Fix getting/setting huge env vars on windows
Alex Crichton
-1
/
+13
2014-02-19
str: add a function for truncating a vector of u16 at NUL.
Huon Wilson
-3
/
+7
2014-02-18
std: make str::from_utf16 return an Option.
Huon Wilson
-5
/
+10
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-2
/
+2
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-6
/
+2
2014-02-14
Use str::from_utf8_lossy() for os::env() and friends
Kevin Ballard
-11
/
+60
2014-02-14
Use str::from_utf8_lossy() in os::args(), add os::args_as_bytes()
Kevin Ballard
-4
/
+27
2014-02-08
std::fmt: convert the formatting traits to a proper self.
Huon Wilson
-2
/
+2
2014-02-07
Removed prelude::* from libstd files.
chromatic
-4
/
+18
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-0
/
+1
2014-02-03
std: Fixing all documentation
Alex Crichton
-3
/
+3
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-3
/
+1
2014-02-03
std: Remove io::io_error
Alex Crichton
-10
/
+6
2014-02-02
std: rename fmt::Default to `Show`.
Huon Wilson
-1
/
+1
2014-01-26
Bring in the line-length police
Alex Crichton
-51
/
+79
2014-01-24
Fix zero-sized memory mapping
Corey Richardson
-2
/
+13
2014-01-24
Use `mmap` to map in task stacks and guard page
Corey Richardson
-22
/
+27
2014-01-24
Add support for arbitrary flags to MemoryMap.
Corey Richardson
-7
/
+15
2014-01-22
Add std::os::self_exe_name()
Ben Noordhuis
-3
/
+21
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-32
/
+32
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-5
/
+5
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-3
/
+1
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-3
/
+5
2013-12-24
std: Stop reexporting the contents of 'mod consts'
Alex Crichton
-3
/
+1
2013-12-24
std: Move management of the exit code to std::os
Alex Crichton
-5
/
+15
2013-12-19
std::str: replace .as_imm_buf with .as_ptr.
Huon Wilson
-6
/
+4
2013-12-19
std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len.
Huon Wilson
-49
/
+36
2013-12-19
std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.
Huon Wilson
-1
/
+1
2013-12-15
std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].
Huon Wilson
-2
/
+2
2013-12-15
Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.
Huon Wilson
-2
/
+2
2013-12-10
librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more
Patrick Walton
-1
/
+3
2013-12-08
Remove dead codes
Kiet Tran
-10
/
+2
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-17
/
+17
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
[next]