-
Notifications
You must be signed in to change notification settings - Fork 180
Comparing changes
Open a pull request
base repository: rust-lang/flate2-rs
base: 1.0.28
head repository: rust-lang/flate2-rs
compare: 1.0.30
- 20 commits
- 10 files changed
- 7 contributors
Commits on Dec 17, 2023
-
Fix build for beta and nightly
Unused import is considered as hard fail for current beta and nightly
Configuration menu - View commit details
-
Copy full SHA for 8ef8ae6 - Browse repository at this point
< 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 8ef8ae6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f0463d5 - Browse repository at this point
Copy the full SHA f0463d5View commit details
Commits on Jan 25, 2024
-
Switched to storing mz_stream as a raw pointer to fix tree borrows vi…
…olation. Removed Deref and DerefMut implementations for StreamWrapper.
Configuration menu - View commit details
-
Copy full SHA for 8386651 - Browse repository at this point
Copy the full SHA 8386651View commit details
Commits on Jan 27, 2024
-
Merge pull request #394 from icmccorm/main
Store `StreamWrapper::inner` as a raw pointer
Configuration menu - View commit details
-
Copy full SHA for 0a584f4 - Browse repository at this point
Copy the full SHA 0a584f4View commit details
Commits on Mar 14, 2024
-
`cargo check` of nightly flags it, which is used for testing in `libz-sys`.
Configuration menu - View commit details
-
Copy full SHA for 20bbd74 - Browse repository at this point
Copy the full SHA 20bbd74View commit details
Commits on Mar 19, 2024
-
Merge pull request #398 from rust-lang/fix-imports
Avoid redudant imports
Configuration menu - View commit details
-
Copy full SHA for ae78497 - Browse repository at this point
Copy the full SHA ae78497View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e6429a - Browse repository at this point
Copy the full SHA 7e6429aView commit details
Commits on Apr 23, 2024
-
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`.
Configuration menu - View commit details
-
Copy full SHA for 6a26c0c - Browse repository at this point
Copy the full SHA 6a26c0cView commit details
Commits on Apr 24, 2024
-
Merge pull request #400 from folkertdev/zlib-rs-c-api
add `zlib-rs` support via the `libz-rs-sys` C api for `zlib-rs`
Configuration menu - View commit details
-
Copy full SHA for 320e7c7 - Browse repository at this point
Copy the full SHA 320e7c7View commit details
Commits on Apr 25, 2024
-
Merge pull request #402 from jongiddy/bufread-tests
Add tests to show BufRead can be used after decoding
Configuration menu - View commit details
-
Copy full SHA for 8a502a7 - Browse repository at this point
Copy the full SHA 8a502a7View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9c87c0 - Browse repository at this point
Copy the full SHA e9c87c0View commit details -
Merge pull request #403 from folkertdev/bump-version-zlib-rs
release version 1.0.29: support for zlib-rs
Configuration menu - View commit details
-
Copy full SHA for 9a25bc0 - Browse repository at this point
Copy the full SHA 9a25bc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce4154 - Browse repository at this point
Copy the full SHA 5ce4154View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc1b3e9 - Browse repository at this point
Copy the full SHA bc1b3e9View commit details -
prepare bugfix release to make docs work again
This might also fix other errors that people were seeing in their pipelines.
Configuration menu - View commit details
-
Copy full SHA for 1126a4a - Browse repository at this point
Copy the full SHA 1126a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 563f1c4 - Browse repository at this point
Copy the full SHA 563f1c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b99e9 - Browse repository at this point
Copy the full SHA f7b99e9View commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42c86ce - Browse repository at this point
Copy the full SHA 42c86ceView commit details -
Merge pull request #407 from striezel-stash/actions-checkout-v4
Update actions/checkout in GitHub Actions workflows to v4
Configuration menu - View commit details
-
Copy full SHA for 5048843 - Browse repository at this point
Copy the full SHA 5048843View commit details
Commits on Apr 29, 2024
-
Merge pull request #405 from Byron/fix-CI
fix CI - `--all-features` wasn't tested and didn't work with arrival of `zlib-rs`
Configuration menu - View commit details
-
Copy full SHA for d3bea90 - Browse repository at this point
Copy the full SHA d3bea90View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.28...1.0.30