8000 Comparing 1.0.28...1.0.30 · rust-lang/flate2-rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: rust-lang/flate2-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.28
Choose a base ref
...
head repository: rust-lang/flate2-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.30
Choose a head ref
  • 20 commits
  • 10 files changed
  • 7 contributors

Commits on Dec 17, 2023

  1. Fix build for beta and nightly

    Unused import is considered as hard fail for current beta and nightly
    JakubOnderka authored Dec 17, 2023
    Configuration menu
    < 10000 clipboard-copy id="copy-commit-8ef8ae64cb184053c7065197eee5da45d62fc418" aria-label="Copy the full SHA" type="button" value="8ef8ae64cb184053c7065197eee5da45d62fc418" data-view-component="true" class="Button--secondary Button--small Button px-2 py-2">
    Copy the full SHA
    8ef8ae6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #388 from JakubOnderka/patch-1

    Fix build for beta and nightly.
    
    Since it's truly unused, I wonder if it rather should be removed then allowed, but the comment on the module makes me think there is some deeper purpose. So better play it safe.
    Byron authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f0463d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Switched to storing mz_stream as a raw pointer to fix tree borrows vi…

    …olation.
    
    Removed Deref and DerefMut implementations for StreamWrapper.
    icmccorm committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8386651 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Merge pull request #394 from icmccorm/main

    Store `StreamWrapper::inner` as a raw pointer
    Byron authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    0a584f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Avoid redudant imports

    `cargo check` of nightly flags it, which is used for testing in
    `libz-sys`.
    Byron committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    20bbd74 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Merge pull request #398 from rust-lang/fix-imports

    Avoid redudant imports
    joshtriplett authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ae78497 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. Test that BufRead and Write can be used after decoding

    Copy the trailing data tests from `gzip::bufread` and `gzip::write` to
    demonstrate that they also work for `zlib` and `deflate`.
    jongiddy committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6a26c0c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge pull request #400 from folkertdev/zlib-rs-c-api

    add `zlib-rs` support via the `libz-rs-sys` C api for `zlib-rs`
    joshtriplett authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    320e7c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge pull request #402 from jongiddy/bufread-tests

    Add tests to show BufRead can be used after decoding
    Byron authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8a502a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    e9c87c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #403 from folkertdev/bump-version-zlib-rs

    release version 1.0.29: support for zlib-rs
    Byron authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9a25bc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ce4154 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc1b3e9 View commit details
    Browse the repository at this point in the history
  5. prepare bugfix release to make docs work again

    This might also fix other errors that people were seeing in their pipelines.
    Byron committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1126a4a View commit details
    Browse the repository at this point in the history
  6. Fix typos

    striezel committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    563f1c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7b99e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    42c86ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #407 from striezel-stash/actions-checkout-v4

    Update actions/checkout in GitHub Actions workflows to v4
    Byron authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    5048843 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge pull request #405 from Byron/fix-CI

    fix CI - `--all-features` wasn't tested and didn't work with arrival of `zlib-rs`
    Byron authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d3bea90 View commit details
    Browse the repository at this point in the history
Loading
0