rust/src
Alex Crichton 9774b7e64b rollup merge of #22480: alexcrichton/hashv3
This commit is an implementation of [RFC 823][rfc] which is another pass over
the `std::hash` module for stabilization. The contents of the module were not
entirely marked stable, but some portions which remained quite similar to the
previous incarnation are now marked `#[stable]`. Specifically:

[rfc]: https://github.com/rust-lang/rfcs/blob/master/text/0823-hash-simplification.md

* `std::hash` is now stable (the name)
* `Hash` is now stable
* `Hash::hash` is now stable
* `Hasher` is now stable
* `SipHasher` is now stable
* `SipHasher::new` and `new_with_keys` are now stable
* `Hasher for SipHasher` is now stable
* Many `Hash` implementations are now stable

All other portions of the `hash` module remain `#[unstable]` as they are less
commonly used and were recently redesigned.

This commit is a breaking change due to the modifications to the `std::hash` API
and more details can be found on the [RFC][rfc].

Closes #22467
[breaking-change]
2015-02-18 14:32:03 -08:00
..
compiler-rt@58ab642c30
compiletest rollup merge of #22287: Ryman/purge_carthographers 2015-02-18 14:31:55 -08:00
doc Test fixes and rebase conflicts 2015-02-17 19:42:28 -08:00
driver
etc
grammar
jemalloc@b001609960
liballoc std: Stabilize the hash module 2015-02-18 08:26:20 -08:00
libarena
libbacktrace
libcollections rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
libcore rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
libcoretest rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
libflate
libfmt_macros
libgetopts Test fixes and rebase conflicts 2015-02-17 17:27:46 -08:00
libgraphviz
liblibc Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton 2015-02-18 23:50:21 +11:00
liblog
librand rollup merge of #22287: Ryman/purge_carthographers 2015-02-18 14:31:55 -08:00
librbml
librustc rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
librustc_back rollup merge of #22287: Ryman/purge_carthographers 2015-02-18 14:31:55 -08:00
librustc_bitflags
librustc_borrowck rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
librustc_driver rollup merge of #22287: Ryman/purge_carthographers 2015-02-18 14:31:55 -08:00
librustc_llvm std: Stabilize the hash module 2015-02-18 08:26:20 -08:00
librustc_privacy
librustc_resolve rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
librustc_trans rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
librustc_typeck rollup merge of #22452: nikomatsakis/issue-22040-18956-Self 2015-02-18 14:32:02 -08:00
librustdoc rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
libserialize std: Stabilize the hash module 2015-02-18 08:26:20 -08:00
libstd rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
libsyntax rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
libterm rollup merge of #22287: Ryman/purge_carthographers 2015-02-18 14:31:55 -08:00
libtest std: Stabilize the hash module 2015-02-18 08:26:20 -08:00
libunicode Register new snapshots 2015-02-17 22:04:31 -08:00
llvm@4891e6382e Simplify README by not talking about the source tarball option 2015-02-18 13:46:55 -08:00
rt
rust-installer@60fd8abfca
rustbook rollup merge of #22459: alexcrichton/feature-names 2015-02-17 17:26:59 -08:00
rustllvm
test rollup merge of #22480: alexcrichton/hashv3 2015-02-18 14:32:03 -08:00
snapshots.txt Register new snapshots 2015-02-17 22:04:31 -08:00