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
/
librand
/
distributions
/
range.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-1
/
+0
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-6
/
+4
2015-04-14
rand: Delete all doc tests
Alex Crichton
-17
/
+0
2015-03-30
Fallout where types must be specified.
Niko Matsakis
-1
/
+1
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-4
/
+4
2015-03-27
Change the trivial cast lints to allow by default
Nick Cameron
-2
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-03-25
Change lint names to plurals
Nick Cameron
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+2
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-2
/
+2
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-2
/
+2
2015-03-03
Accommodate arith-overflow in `rand` and `std::rand`.
Felix S. Klock II
-1
/
+1
2015-03-03
Add `core::num::wrapping` and fix overflow errors.
James Miller
-1
/
+2
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-4
/
+4
2015-02-02
More deprecating of i/u suffixes
Alfie John
-4
/
+4
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
2015-01-07
fallout
Nick Cameron
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-4
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-1
/
+1
2014-11-20
Rename remaining Failures to Panic
Subhash Bhushan
-1
/
+1
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-7
/
+7
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+2
2014-11-13
Deprecate Bounded trait
Brendan Zabarauskas
-4
/
+2
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-2
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-5
/
+5
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-5
/
+8
2014-03-31
rand: Switch field privacy as necessary
Alex Crichton
-3
/
+3
2014-03-12
std: Move rand to librand.
Huon Wilson
-0
/
+231