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-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
2013-12-07
std::rand: implement the log-normal distribution.
Huon Wilson
-2
/
+58
2013-12-07
std::rand: move normal and exponential to their own file.
Huon Wilson
-244
/
+303
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-1
/
+1
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-1
/
+1
2013-11-26
libstd: Fix Win32 and other bustage.
Patrick Walton
-2
/
+2
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-18
/
+18
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-5
/
+5
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-6
/
+8
2013-11-24
auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson
bors
-1
/
+1
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-1
/
+1
2013-11-22
std::rand: move TaskRng off @mut.
Huon Wilson
-30
/
+43
[next]