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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-0
/
+4
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-05-08
Add a reason to the libc & rand instability.
Huon Wilson
-1
/
+2
2015-04-14
More test fixes
Alex Crichton
-3
/
+3
2015-04-14
rand: Delete all doc tests
Alex Crichton
-139
/
+0
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-10
/
+6
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-5
/
+3
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-3
/
+3
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-3
/
+3
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-9
/
+8
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+12
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-10
/
+11
2015-03-11
Example -> Examples
Steve Klabnik
-12
/
+12
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
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-20
try to reduce bajillion warnings
Alexis
-0
/
+2
2015-02-18
Fallout: add phantom data to librand
Niko Matsakis
-1
/
+3
2015-02-17
Register new snapshots
Alex Crichton
-11
/
+0
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+1
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-1
/
+2
2015-02-06
Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
Manish Goregaokar
-1
/
+0
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-0
/
+1
2015-02-04
Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
bors
-0
/
+4
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
2015-02-04
Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.
Huon Wilson
-0
/
+4
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-5
/
+5
2015-02-02
More deprecating of i/u suffixes
Alfie John
-5
/
+5
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-3
/
+3
2015-01-30
fix fallout
Jorge Aparicio
-0
/
+2
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-3
/
+3
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-1
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-1
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-1
/
+1
[next]