这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trifectatechfoundation/zlib-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: trifectatechfoundation/zlib-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 19 files changed
  • 4 contributors

Commits on Sep 18, 2025

  1. remove fn min_max in inftrees.rs

    turns out this function was sort of fully unrolled, emitting ~200 instructions ?!
    folkertdev committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    392088a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865a992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    727a6ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d60dc53 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. zlib-rs: properly guard tests by allocator

    so that both `cargo test --no-default-features --features c-allocator` and
    `cargo test --no-default-features --features rust-allocator` pass.
    
    Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
    Fabian-Gruenbichler authored and folkertdev committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    915a1ee View commit details
    Browse the repository at this point in the history
  2. ci: ensure cargo test doesn't break for allocator features

    Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
    Fabian-Gruenbichler authored and folkertdev committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    67beda3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. work around miri limitation, run more defalte tests with miri

    Folkert de Vries authored and folkertdev committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    bbf2574 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. zlib-rs: adapt neon CPU feature check to avx2 one

    if the "neon" target feature is enabled, skip runtime detection. this allows
    running and passing the "neon" adler32 tests without requiring the "std"
    feature.
    
    Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
    Fabian-Gruenbichler authored and folkertdev committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    f463f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca81aa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Configuration menu
    Copy the full SHA
    d1f50ae View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. pin version of libz-sys

    folkertdev committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    524514e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8442ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7701dd3 View commit details
    Browse the repository at this point in the history
  4. add gz header fuzz test

    folkertdev committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    3945f49 View commit details
    Browse the repository at this point in the history
  5. upgrade to libz-sys 1.1.23, using libz-ng 2.2.4

    This release makes some changes to the medium algorithm, see zlib-ng/zlib-ng#1938
    folkertdev committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    46db403 View commit details
    Browse the repository at this point in the history
Loading