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
Age
Commit message (
Expand
)
Author
Lines
2014-06-16
auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton
bors
-2
/
+67
2014-06-13
auto merge of #14816 : theptrk/rust/unclear-comment, r=huonw
bors
-1
/
+1
2014-06-12
Basic iOS support
Valerii Hiora
-2
/
+67
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-14
/
+12
2014-06-10
Fix unclear wording of comment
theptrk
-1
/
+1
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-2
/
+2
2014-06-06
Rename Iterator::len to count
Aaron Turon
-6
/
+6
2014-05-30
windows: Allow snake_case errors for now.
Kevin Butler
-1
/
+2
2014-05-30
Rename OSRng to OsRng
Piotr Jawniak
-25
/
+25
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-0
/
+896
2014-03-12
std: Move rand to librand.
Huon Wilson
-3886
/
+0
2014-03-04
Rename all variables that have uppercase characters in their names to use onl...
Palmer Cox
-10
/
+10
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-2
/
+2
2014-02-24
Remove std::default::Default from the prelude
Brendan Zabarauskas
-0
/
+1
2014-02-20
move extra::test to libtest
Liigo Zhuang
-4
/
+8
2014-02-17
Remove Real trait and move methods into Float
Brendan Zabarauskas
-3
/
+3
2014-02-14
Fix all code examples
Alex Crichton
-1
/
+1
2014-02-03
std: Remove io::io_error
Alex Crichton
-10
/
+10
2014-01-31
Introduce marker types for indicating variance and for opting out
Niko Matsakis
-4
/
+5
2014-01-30
Remove Times trait
Brendan Zabarauskas
-2
/
+1
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-2
/
+2
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-25
Uppercase numeric constants
Chris Wong
-3
/
+3
2014-01-17
auto merge of #11503 : FlaPer87/rust/master, r=huonw
bors
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-3
/
+3
2014-01-17
Add a generic power function
Flavio Percoco
-1
/
+1
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-2
/
+2
2014-01-09
Merge some numeric traits with Real and don't re-export RealExt
Brendan Zabarauskas
-3
/
+3
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-31
/
+25
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-0
/
+3
2014-01-07
std: Fill in all missing imports
Alex Crichton
-5
/
+14
2014-01-06
Remove some unnecessary type casts
Florian Hahn
-1
/
+1
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-27
/
+28
2013-12-29
auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmr
bors
-1
/
+1
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-26
std::rand: remove the `fn main()` from the examples.
Huon Wilson
-174
/
+113
2013-12-23
std: Fix all code examples
Alex Crichton
-13
/
+14
2013-12-20
std: silence warnings when compiling test.
Huon Wilson
-0
/
+3
2013-12-19
std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len.
Huon Wilson
-3
/
+1
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-7
/
+3
2013-12-15
auto merge of #10984 : huonw/rust/clean-raw, r=cmr
bors
-6
/
+6
2013-12-15
std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].
Huon Wilson
-2
/
+2
2013-12-15
std::vec: move pointless `raw::get` and `unsafe_get` functions.
Huon Wilson
-4
/
+4
2013-12-15
std: fix spelling in docs.
Huon Wilson
-4
/
+4
2013-12-11
Make 'self lifetime illegal.
Erik Price
-9
/
+9
2013-12-09
auto merge of #10859 : huonw/rust/helper-dists, r=cmr
bors
-246
/
+568
2013-12-08
std::rand: implement the student t distribution.
Huon Wilson
-1
/
+52
2013-12-08
std::rand: implement the F distribution.
Huon Wilson
-1
/
+60
2013-12-08
std::rand: implement the chi-squared distribution.
Huon Wilson
-2
/
+99
2013-12-08
Remove dead codes
Kiet Tran
-0
/
+1
[prev]
[next]