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
/
librand
/
reseeding.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
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-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-26
Revert hacks and add test for LLVM aborts due to empty aggregates.
Eduard Burtescu
-5
/
+1
2015-02-16
tests: work around #21721 some more by replacing some unit types with [u8; 0].
Eduard Burtescu
-1
/
+5
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-1
/
+1
2015-02-02
More deprecating of i/u suffixes
Alfie John
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-23
grandfathered -> rust1
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-2
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-19
librand: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-3
/
+3
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-10
/
+17
2014-04-02
rand: remove (almost) all ~[]'s from Vec.
Huon Wilson
-2
/
+2
2014-04-01
auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton
bors
-4
/
+6
2014-04-01
rand: bubble up IO messages futher.
Huon Wilson
-4
/
+6
2014-03-31
rand: Switch field privacy as necessary
Alex Crichton
-4
/
+4
2014-03-12
std: Move rand to librand.
Huon Wilson
-0
/
+221