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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rand
Age
Commit message (
Expand
)
Author
Lines
2016-02-17
std: restructure rand os code into sys modules
Sean McArthur
-441
/
+93
2016-02-11
bootstrap: Add directives to not double-link libs
Alex Crichton
-1
/
+4
2016-02-01
Remove "powerpc64le" and "mipsel" target_arch
Alex Crichton
-10
/
+5
2016-01-15
Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichton
Manish Goregaokar
-5
/
+16
2016-01-13
Incorrect getrandom() system call for PowerPC Linux
Anton Blanchard
-2
/
+4
2016-01-13
Add powerpc64 and powerpc64le support
Anton Blanchard
-5
/
+14
2016-01-12
switch from syscall(2) to getentropy(2)
Sébastien Marie
-1
/
+1
2015-12-30
Auto merge of #30458 - fhahn:fix-warnings-tests-stdlib, r=sanxiyn
bors
-4
/
+0
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-4
/
+0
2015-12-23
Use libc's Linux syscall()
Michael McConville
-5
/
+1
2015-12-21
Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakis
bors
-2
/
+0
2015-12-21
Register new snapshots
Alex Crichton
-2
/
+0
2015-12-21
unbreak openbsd code
Sébastien Marie
-1
/
+1
2015-12-18
Use libc's syscall() and NR_GETENTROPY const
Michael McConville
-7
/
+1
2015-12-18
Fix build by removing needless type prefix
Michael McConville
-1
/
+1
2015-12-18
Simplify logic checking getentropy's return value
Michael McConville
-5
/
+3
2015-12-18
Use a const for getentropy(2)'s syscall number
Michael McConville
-1
/
+5
2015-12-18
Use the correct syscall name in panic message
Michael McConville
-1
/
+1
2015-12-18
Use the getentropy(2) syscall on OpenBSD
Michael McConville
-1
/
+66
2015-12-17
Trivial cleanup
Michael McConville
-3
/
+2
2015-11-09
std: Migrate to the new libc
Alex Crichton
-29
/
+8
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+2
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+1
2015-08-11
rollup merge of #27678: alexcrichton/snapshots
Alex Crichton
-8
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-8
/
+0
2015-08-11
std: Fix imports for ios target
Michael Macias
-2
/
+2
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-2
/
+2
2015-08-05
Better FFI discipline
Tamir Duberstein
-3
/
+1
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-2
/
+4
2015-07-27
Auto merge of #27310 - akiss77:fix-aarch64-getrandom, r=alexcrichton
bors
-1
/
+3
2015-07-26
Fix getrandom syscall number for aarch64-unknown-linux-gnu
Akos Kiss
-1
/
+3
2015-07-24
Fix `improper_ctypes` fallout
Tamir Duberstein
-3
/
+4
2015-06-25
libstd/rand/os.rs: Remove a tiny bit of duplicated code
Cruz Julian Bishop
-3
/
+1
2015-05-28
remove references to IoResult
Steve Klabnik
-1
/
+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
-2
/
+2
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-7
/
+6
2015-04-19
std::rand::os: Fix race condition of atomics
klutzy
-11
/
+10
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
rand: Delete all doc tests
Alex Crichton
-168
/
+0
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-267
/
+8
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-150
/
+43
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-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-25
/
+25
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+8
[next]