Package: rust-ahash / 0.8.12-1

Metadata

Package Version Patches format
rust-ahash 0.8.12-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_bench_overflow.patch | (download)

tests/bench.rs | 24 12 + 12 - 0 !
1 file changed, 12 insertions(+), 12 deletions(-)

 disable seemingly unused overflowing additions in tests
1002_fence_tests.patch | (download)

src/lib.rs | 3 3 + 0 - 0 !
tests/bench.rs | 3 3 + 0 - 0 !
tests/map_tests.rs | 8 4 + 4 - 0 !
3 files changed, 10 insertions(+), 4 deletions(-)

 add feature fencing to test
2001_getrandom.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/random_state.rs | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use older branch of crate getrandom
 This essentially reverts upstream git commit 08a2be6.
2001_pcg mwc.patch | (download)

Cargo.toml | 1 0 + 1 - 0 !
tests/map_tests.rs | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 2 deletions(-)

 avoid test-only not-in-debian crate pcg-mwc
2001_zerocopy.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/hash_quality_test.rs | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 use older branch of crate zerocopy
 This essentially reverts upstream git commit 7dbeb5b.
2002_no_benches.patch | (download)

Cargo.toml | 15 0 + 15 - 0 !
tests/bench.rs | 202 0 + 202 - 0 !
tests/map_tests.rs | 310 0 + 310 - 0 !
tests/nopanic.rs | 81 0 + 81 - 0 !
4 files changed, 608 deletions(-)

 avoid running benchmarks
 Benches are unusually registered as tests,
2002_no_nightly.patch | (download)

Cargo.toml | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 avoid nightly-only feature nightly-arm-aes