21 Commits

Author SHA1 Message Date
Chojan Shang e1ec9e63f9 Use seed_from_u64
Signed-off-by: Chojan Shang <psiace@outlook.com>
2021-08-23 21:25:38 +08:00
Chojan Shang 92b12f5d29 Merge branch 'master' into update-deps 2021-08-23 19:12:56 +08:00
Frank Steffahn 4065223865 Fix new pedantic clippy warnings 2021-08-13 22:28:51 +02:00
Frank Steffahn 05222be5f6 Fix a pedantic clippy lint 2021-08-13 20:47:19 +02:00
Frank Steffahn 5509bb1f22 Improve code readability of a test 2021-08-13 20:42:17 +02:00
Frank Steffahn 50275753de Fix clippy lints in tests 2021-08-13 20:38:13 +02:00
Chojan Shang 61cc0589a1 Upgrade to rand 0.8.3
Signed-off-by: Chojan Shang <psiace@outlook.com>
2021-05-04 12:30:04 +08:00
Tom Kaitchuck 6649ebc4f3 Switch serde test to fnv to advoid 32bit issues 2020-11-25 00:22:29 -08:00
Josh Stone 704f030d74 Upgrade to rand 0.7.3 2020-01-27 16:47:37 -08:00
Amanieu d'Antras 7d4185f7d4 Rustfmt 2019-08-01 14:20:50 +02:00
Amanieu d'Antras 303c3de201 Use FxHash for serde test 2019-08-01 14:20:50 +02:00
Josh Stone 1f1436141e Exclude miri from tests/hasher.rs 2019-04-13 18:13:49 -07:00
Josh Stone 136cc1ab72 Add sanity checks with alternate hashers 2019-04-13 18:13:49 -07:00
Amanieu d'Antras b11f8cd9ab Upgrade to 2018 edition 2019-03-30 14:02:40 +00:00
gnzlbg ff335ec199 Test miri on CI 2019-03-07 22:00:14 +01:00
Amanieu d'Antras 24d71b57ca Address some feedback from rust-lang PR 2018-12-11 20:43:38 +00:00
Amanieu d'Antras cd0cf9967d Misc code cleanup 2018-12-11 20:43:34 +00:00
Amanieu d'Antras 43cdec0a5e Rustfmt 2018-12-08 23:10:03 +00:00
hcpl b69131afd3 Add Rayon support
The code is adapted from `rayon-hash`.
2018-12-08 23:07:49 +00:00
Sathish Ambley dbf63ddfc0 Insertion and removal tests 2018-11-04 14:44:01 -08:00
hcpl 588d0f124e Add Serde support
The code is taken as is from upstream Serde impls for
`std::collections::{HashMap, HashSet}` barring few syntactic sugar
changes.
2018-10-31 05:15:29 +02:00