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-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
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
[next]