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-12-09
rollup merge of #19614: steveklabnik/gh19599
Alex Crichton
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+6
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-3
/
+3
2014-12-07
remove usage of notrust from the docs
Steve Klabnik
-1
/
+1
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-3
/
+3
2014-12-05
Utilize fewer reexports
Corey Farwell
-5
/
+5
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-19
/
+12
2014-11-19
iOS: fixed broken build after disallowed coercions
Valerii Hiora
-2
/
+2
2014-11-18
Windows and OS X fallout
Nick Cameron
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-10
/
+10
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-06
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-11-06
rollup merge of #18664 : klutzy/getrandom
Alex Crichton
-12
/
+120
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-3
/
+3
2014-11-06
std::rand::OsRng: Use `getrandom` syscall on Linux
klutzy
-12
/
+120
2014-11-01
collections: Remove all collections traits
Alex Crichton
-5
/
+3
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-11
/
+13
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-13
Clean up rustc warnings.
NODA, Kai
-8
/
+7
2014-10-06
Fixed iOS build (statics name lint)
Valerii Hiora
-0
/
+1
2014-10-03
rollup merge of #17387 : sneves/master
Alex Crichton
-1
/
+1
2014-09-30
Fix libstd
Steven Fackler
-1
/
+1
2014-09-30
Include ChaCha pseudorandom generator
Samuel Neves
-1
/
+1
2014-09-26
Disable runtime split stack support on Windows
Brian Anderson
-39
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-08-26
auto merge of #16742 : vhbit/rust/ios-ffi-fix, r=alexcrichton
bors
-0
/
+1
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-3
/
+6
2014-08-25
Adopting FFI changes for iOS
Valerii Hiora
-0
/
+1
2014-08-21
auto merge of #16362 : nham/rust/std_rand_pi_example, r=huonw
bors
-0
/
+43
2014-08-21
Use unicode pi symbol in pi estimation example. Additional tweaks
nham
-7
/
+7
2014-08-21
Surround formula in a 'notrust' code block
nham
-0
/
+2
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-2
/
+2
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-2
/
+2
2014-08-08
Remove the dist function; it is more efficient to compare squared distances
nham
-5
/
+1
2014-08-08
Add example of estimating pi using Monte Carlo simulation to std::rand
nham
-0
/
+45
2014-08-04
Fix crash in OsRng when compiling with -O.
Vadim Chugunov
-2
/
+3
2014-07-28
doc: use //! instead of /*! ... */ in std::rand
Jonas Hietala
-167
/
+163
2014-07-28
doc: More efficient Monty Hall simulation
Jonas Hietala
-8
/
+8
2014-07-28
doc: Monty Hall simulation for std::rand
Jonas Hietala
-0
/
+103
2014-07-18
Improve documentation for rand::random
Steve Klabnik
-9
/
+14
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-29
rand: Small fix in parameter name
Piotr Jawniak
-5
/
+5
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+3
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-16
/
+16
[prev]
[next]