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
/
librand
/
rand_impls.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-52
/
+0
2015-03-04
Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw
bors
-1
/
+0
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-03-01
remove some compiler warnings
Tshepang Lekhonkhobe
-1
/
+0
2015-03-01
Fix errors, remove unused files
GuillaumeGomez
-12
/
+12
2015-02-02
More deprecating of i/u suffixes
Alfie John
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-3
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-11-02
rand: Add next_f64/f32 to Rng.
Huon Wilson
-14
/
+9
2014-06-29
Impl Rand for tuples of arity 11 and 12
Adolfo OchagavĂa
-0
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2
/
+2
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-14
/
+6
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+2
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-03-12
std: Move rand to librand.
Huon Wilson
-0
/
+277