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
2015-06-25
libstd/rand/os.rs: Remove a tiny bit of duplicated code
Cruz Julian Bishop
-3
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-4
/
+4
2015-05-12
Very hacky MSVC hacks.
Ricky Taylor
-0
/
+1
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-19
std::rand::os: Fix race condition of atomics
klutzy
-11
/
+10
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-12
/
+13
2015-04-01
iOS: os::last_os_error() fallout
Valerii Hiora
-2
/
+2
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-17
/
+16
2015-03-18
Register new snapshots
Alex Crichton
-6
/
+0
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+3
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-8
/
+8
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-3
/
+3
2015-02-24
iOS: Sync/Send fallout
Valerii Hiora
-4
/
+1
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-2
/
+2
2015-02-17
Fallout from stabilization
Aaron Turon
-6
/
+6
2015-02-06
Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
Manish Goregaokar
-1
/
+0
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-28
Rollup merge of #21676 - Victory:fix-deprication-in-random, r=alexcrichton
Manish Goregaokar
-4
/
+4
2015-01-26
Don't use if we can avoid it
Victory
-3
/
+3
2015-01-26
cleanup depricated `uint` in rand mod and rand os
Victory
-4
/
+4
2015-01-26
Fallout of io => old_io
Alex Crichton
-3
/
+3
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-11
powerpc: Add libstd utils
Richo Healey
-4
/
+10
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-3
/
+0
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-1
/
+4
2015-01-03
Remove deprecated functionality
Alex Crichton
-5
/
+5
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-6
/
+18
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-3
/
+3
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-3
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+3
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-3
/
+3
2015-01-02
More fallout
Nick Cameron
-6
/
+6
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-5
/
+5
2014-12-30
iOS: fallout of Sync oibit
Valerii Hiora
-0
/
+3
2014-12-30
Fallout from mut slices
Nick Cameron
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-3
/
+3
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-2
/
+3
2014-12-21
rollup merge of #19973: vhbit/ios-no-copy
Alex Crichton
-1
/
+0
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-7
/
+8
[next]