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
/
reader.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-7
/
+6
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-9
/
+8
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-33
/
+23
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-18
Register new snapshots
Alex Crichton
-2
/
+0
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-1
/
+1
2015-03-16
impl<T> [T]
Jorge Aparicio
-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
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-11
/
+11
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2015-01-02
More fallout
Nick Cameron
-2
/
+2
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+1
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-2
/
+2
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+4
2014-10-13
Clean up rustc warnings.
NODA, Kai
-8
/
+7
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-14
/
+12
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-1
/
+1
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-0
/
+123
2014-03-12
std: Move rand to librand.
Huon Wilson
-124
/
+0
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-1
/
+1
2014-02-03
std: Remove io::io_error
Alex Crichton
-9
/
+9
2014-01-17
Tweak the interface of std::io
Alex Crichton
-3
/
+3
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-0
/
+2
2014-01-07
std: Fill in all missing imports
Alex Crichton
-0
/
+1
2013-12-26
std::rand: remove the `fn main()` from the examples.
Huon Wilson
-4
/
+2
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-3
/
+3
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-5
/
+4
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-10-09
std::rand::reader: describe cfg!(endianness).
Huon Wilson
-0
/
+4
2013-10-09
std::rand: documentation additions & fixes.
Huon Wilson
-2
/
+4
2013-10-09
std::rand: make the windows OSRng more correct, remove some C++.
Huon Wilson
-7
/
+31
2013-10-09
std::rand: Add OSRng, ReaderRng wrappers around the OS RNG & generic Readers ...
Huon Wilson
-0
/
+94