| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -510/+0 | |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -0/+510 | |
| This patch merges IterBytes and Hash traits, which clears up the confusion of using `#[deriving(IterBytes)]` to support hashing. Instead, it now is much easier to use the new `#[deriving(Hash)]` for making a type hashable with a stream hash. Furthermore, it supports custom non-stream-based hashers, such as if a value's hash was cached in a database. This does not yet replace the old IterBytes-hash with this new version. | ||||
