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
/
libcore
/
rand.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-06
Move string append to libraries. Closes #2710.
Michael Sullivan
-3
/
+3
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-46
/
+60
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-5
/
+5
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-32
/
+32
2012-06-27
Removed pretty much all the vector+ from core (issue #2719)
Eric Holk
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-30
/
+31
2012-06-21
[NEEDS SNAPSHOT] Port remainder of resources to classes in libcore
Tim Chevalier
-2
/
+6
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-2
/
+2
2012-06-06
miscellaneous pure annotations and other small changes.
Niko Matsakis
-1
/
+1
2012-06-05
rt: Fix iaac_init using wrong type and not seeding correctly
Brian Anderson
-0
/
+11
2012-05-30
Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...
Eric Holk
-0
/
+30
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-21
core: Fix typos in ignore attrs
Brian Anderson
-2
/
+2
2012-05-21
core: Rework some rand functions to be more consistent
Brian Anderson
-27
/
+27
2012-05-21
core: Ignore another should_fail test on win32
Brian Anderson
-0
/
+1
2012-05-21
core: Ignore a should_fail test on win32
Brian Anderson
-0
/
+1
2012-05-21
core: Fix types in rand mod
Brian Anderson
-1
/
+1
2012-05-21
add a seeded random number generator so that sequences of random numbers can ...
Gareth Daniel Smith
-7
/
+39
2012-05-21
add a bunch more rand::rng extension methods - one for each primitive type an...
Gareth Daniel Smith
-38
/
+275
2012-05-21
separate the rand::rng gen_* methods out into an iface-less-impl so that the ...
Gareth Daniel Smith
-43
/
+61
2012-03-15
core: Docs
Brian Anderson
-1
/
+3
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-4
/
+4
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-0
/
+113