This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
11e568c886
rust
/
src
/
libstd
/
rand
History
Brian Anderson
3b1862a82f
Don't allow newtype structs to be dereferenced.
#6246
2014-01-04 14:44:12 -08:00
..
distributions
Don't allow newtype structs to be dereferenced.
#6246
2014-01-04 14:44:12 -08:00
isaac.rs
std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].
2013-12-15 23:37:41 +11:00
mod.rs
Don't allow newtype structs to be dereferenced.
#6246
2014-01-04 14:44:12 -08:00
os.rs
std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len.
2013-12-19 10:18:02 +11:00
rand_impls.rs
Don't allow newtype structs to be dereferenced.
#6246
2014-01-04 14:44:12 -08:00
reader.rs
std::rand: remove the
fn main()
from the examples.
2013-12-26 23:43:23 +11:00
reseeding.rs
Fix infinite recursion in
fill_bytes()
2013-10-31 21:19:47 -05:00