rust/src/libstd/collections
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
..
hash Use $crate and macro reexport to reduce duplicated code 2015-01-05 12:00:56 -08:00
mod.rs [breaking change] Update entry API as part of RFC 509. 2015-01-04 15:55:54 -05:00