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
/
rand
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-03
std: Remove io::io_error
Alex Crichton
-1
/
+1
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-2
/
+2
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-0
/
+3
2013-12-19
std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len.
Huon Wilson
-3
/
+1
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-7
/
+3
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-1
/
+1
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-1
/
+1
2013-11-26
libstd: Fix Win32 and other bustage.
Patrick Walton
-2
/
+2
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-1
/
+1
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-1
/
+1
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-3
/
+6
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-4
/
+4
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-3
/
+5
2013-10-23
std::rand: documentation & references.
Huon Wilson
-4
/
+12
2013-10-09
std::rand::os: use the externfn! macro for the Windows RNG.
Huon Wilson
-22
/
+16
2013-10-09
std::rand: make the windows OSRng more correct, remove some C++.
Huon Wilson
-27
/
+18
2013-10-09
std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ...
Huon Wilson
-0
/
+193