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-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-2
/
+2
2013-06-11
option: remove redundant old_iter impls
Daniel Micay
-1
/
+1
2013-06-10
std: remove str::{len, slice, is_empty} in favour of methods.
Huon Wilson
-6
/
+7
2013-06-10
std: replace str::each_split* with an iterator
Huon Wilson
-3
/
+3
2013-06-08
rm some uses of to_mut_unsafe_ptr
Daniel Micay
-1
/
+1
2013-05-30
Remove a bunch of unnecessary allocations and copies
Björn Steinbrink
-3
/
+2
2013-05-30
Require documentation by default for libstd
Alex Crichton
-2
/
+28
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-29
librustc: Redo the unsafe checker and make unsafe methods not callable from s...
Patrick Walton
-13
/
+11
2013-05-28
Silence various warnings throughout test modules
Alex Crichton
-2
/
+2
2013-05-27
Refactor core::run in order to address many of the issues
gareth
-1
/
+1
2013-05-25
testsuite: Add a test for listing the root directory...
Tim Chevalier
-1
/
+15
2013-05-25
core: Fail with a better error message when list_dir gets an empty path
Tim Chevalier
-0
/
+11
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-23
/
+23
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+1670