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.rs
Age
Commit message (
Expand
)
Author
Lines
2013-07-22
new snapshot
Daniel Micay
-3
/
+0
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-7
/
+8
2013-07-20
auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson
bors
-1
/
+1
2013-07-18
librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.
Patrick Walton
-1
/
+1
2013-07-18
Fix warnings in libstd and librusti tests
blake2-ppc
-1
/
+0
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-6
/
+6
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-16
/
+17
2013-07-14
Make TLS keys actually take up space
Alex Crichton
-1
/
+1
2013-07-14
Purge the last remnants of the old TLS api
Alex Crichton
-9
/
+7
2013-07-12
Remove the global 'vec::to_owned' function
Alex Crichton
-1
/
+1
2013-07-11
auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton
bors
-2
/
+2
2013-07-11
Remove all external requirements of `@` from TLS
Alex Crichton
-1
/
+1
2013-07-10
Fixed examples
korenchkin
-19
/
+31
2013-07-09
Rename local_data methods/types for less keystrokes
Alex Crichton
-2
/
+2
2013-07-08
Replaces the free-standing functions in f32, &c.
Jens Nockert
-1
/
+2
2013-07-04
Convert vec::{as_imm_buf, as_mut_buf} to methods.
Huon Wilson
-2
/
+2
2013-07-01
rustc: add a lint to enforce uppercase statics.
Huon Wilson
-5
/
+5
2013-06-30
Convert vec::{reverse, swap} to methods.
Huon Wilson
-1
/
+1
2013-06-28
Rewrite each_path to allow performance improvements in the future.
Patrick Walton
-0
/
+1
2013-06-28
librustc: Disallow "mut" from distributing over bindings.
Patrick Walton
-1
/
+2
2013-06-26
auto merge of #7216 : kballard/rust/task_rng, r=brson
bors
-10
/
+6
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-4
/
+5
2013-06-20
Make task_rng() return @mut R instead of @@mut R
Kevin Ballard
-10
/
+6
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-3
/
+3
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-3
/
+3
2013-06-13
Revert "std: convert {vec,str}::to_owned to methods."
Brian Anderson
-1
/
+1
2013-06-12
std: convert {vec,str}::to_owned to methods.
Huon Wilson
-1
/
+1
2013-06-09
std: remove each_char* fns and methods from str, replaced by iterators.
Huon Wilson
-1
/
+2
2013-06-05
rand example fixup
John Clements
-1
/
+1
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-9
/
+10
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-11
/
+11
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+5
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+4
2013-05-27
syntax highlight code examples in docstrings
Daniel Micay
-20
/
+21
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-9
/
+9
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+1092
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-113
/
+0
2012-03-09
std: Convert to rustdoc
Brian Anderson
-39
/
+7
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-3
/
+3
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-3
/
+3
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-3
/
+3
2012-02-01
Remove native types from stdlib
Marijn Haverbeke
-5
/
+7
2012-01-17
libstd: Move std tests into libstd
Brian Anderson
-0
/
+40
2012-01-11
Convert std::sha1 and std::rand over to ifaces
Marijn Haverbeke
-10
/
+10
2011-12-28
libstd: add a method to generate random bytestrings.
Erick Tryzelaar
-0
/
+17
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+86