rust/src/libstd/rand
Keegan McAllister 73806ddd0f Use $crate and macro reexport to reduce duplicated code
Many of libstd's macros are now re-exported from libcore and libcollections.
Their libstd definitions have moved to a macros_stage0 module and can disappear
after the next snapshot.

Where the two crates had already diverged, I took the libstd versions as
they're generally newer and better-tested. See e.g. d3c831b, which was a fix to
libstd's assert_eq!() that didn't make it into libcore's.

Fixes #16806.
2015-01-05 12:00:56 -08:00
..
mod.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
os.rs Use $crate and macro reexport to reduce duplicated code 2015-01-05 12:00:56 -08:00
reader.rs std: Stabilize the prelude module 2015-01-02 08:54:06 -08:00