File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
- - Rename ` StableHasherResult ` to ` FromStableHash ` ( # 8 )
4
- - Use new-type for returned-hash of ` SipHasher128 ` (` Hash ` ) ( # 8 )
5
- - Introduce multi hasher support ( # 8 )
6
- - ` StableHasher::finish ` now returns a small hash instead of being fatal ( # 6 )
7
- - Remove ` StableHasher::finalize ` ( # 4 )
3
+ - Rename ` StableHasherResult ` to ` FromStableHash ` [ # 8 ] [ pr8 ]
4
+ - Use new-type for returned-hash of ` SipHasher128 ` (` Hash ` ) [ # 8 ] [ pr8 ]
5
+ - Introduce multi hasher support [ # 8 ] [ pr8 ]
6
+ - ` StableHasher::finish ` now returns a small hash instead of being fatal [ # 6 ] [ pr6 ]
7
+ - Remove ` StableHasher::finalize ` [ # 4 ] [ pr4 ]
8
8
- Import stable hasher implementation from rustc ([ db8aca48129] ( https://github.com/rust-lang/rust/blob/db8aca48129d86b2623e3ac8cbcf2902d4d313ad/compiler/rustc_data_structures/src/ ) )
9
+
10
+ [ pr8 ] : https://github.com/rust-lang/rustc-stable-hash/pull/8
11
+ [ pr6 ] : https://github.com/rust-lang/rustc-stable-hash/pull/6
12
+ [ pr4 ] : https://github.com/rust-lang/rustc-stable-hash/pull/4
You can’t perform that action at this time.
0 commit comments