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-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-06
Fixed iOS build (statics name lint)
Valerii Hiora
-0
/
+1
2014-09-30
Fix libstd
Steven Fackler
-1
/
+1
2014-09-26
Disable runtime split stack support on Windows
Brian Anderson
-39
/
+1
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-08-25
Adopting FFI changes for iOS
Valerii Hiora
-0
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-2
/
+2
2014-08-04
Fix crash in OsRng when compiling with -O.
Vadim Chugunov
-2
/
+3
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+3
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+2
2014-06-12
Basic iOS support
Valerii Hiora
-2
/
+67
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-1
/
+1
2014-05-30
windows: Allow snake_case errors for now.
Kevin Butler
-1
/
+2
2014-05-30
Rename OSRng to OsRng
Piotr Jawniak
-17
/
+17
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-0
/
+248
2014-03-12
std: Move rand to librand.
Huon Wilson
-188
/
+0
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
[prev]