-
-
Notifications
You must be signed in to change notification settings - Fork 828
Comparing changes
Open a pull request
base repository: rustls/rustls
base: v/0.21.10
head repository: rustls/rustls
compare: v/0.21.11
- 17 commits
- 32 files changed
- 3 contributors
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ad7a96 - Browse repository at this point
Copy the full SHA 3ad7a96View commit details -
API tests: ignore warnings in ClientStorage mock
This is a complete mock for `rustls::client::ClientSessionStore`, but we don't have tests that use 100% of its abilities.
Configuration menu - View commit details
-
Copy full SHA for 8309f4f - Browse repository at this point
Copy the full SHA 8309f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07082c5 - Browse repository at this point
Copy the full SHA 07082c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dec5b8 - Browse repository at this point
Copy the full SHA 2dec5b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 221577f - Browse repository at this point
Copy the full SHA 221577fView commit details -
tests: fix implied_bounds_in_impls clippy warn
``` error: this bound is already specified as the supertrait of `DerefMut` --> rustls/tests/./common/mod.rs:596:35 | 596 | client: &mut (impl DerefMut + Deref<Target = ConnectionCommon<impl SideData>>), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#implied_bounds_in_impls help: try removing this bound | 596 - client: &mut (impl DerefMut + Deref<Target = ConnectionCommon<impl SideData>>), 596 + client: &mut (impl DerefMut<Target = ConnectionCommon<impl SideData>>), ```Configuration menu - View commit details
-
Copy full SHA for 3f40e18 - Browse repository at this point
Copy the full SHA 3f40e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for e03556f - Browse repository at this point
Copy the full SHA e03556fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e7a06c - Browse repository at this point
Copy the full SHA 5e7a06cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d082e83 - Browse repository at this point
Copy the full SHA d082e83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3587d98 - Browse repository at this point
Copy the full SHA 3587d98View commit details -
Correct assorted clippy warnings in test code
Subset of 96a7249 from main.
Configuration menu - View commit details
-
Copy full SHA for 7e0e8ab - Browse repository at this point
Copy the full SHA 7e0e8abView commit details -
server::handy: fix new nightly clippy lint
"warning: you are explicitly cloning with `.map()`"
Configuration menu - View commit details
-
Copy full SHA for 9f86487 - Browse repository at this point
Copy the full SHA 9f86487View commit details -
Don't deny warnings from nightly clippy
Since these can be added at any time.
Configuration menu - View commit details
-
Copy full SHA for e163587 - Browse repository at this point
Copy the full SHA e163587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f2aae1 - Browse repository at this point
Copy the full SHA 2f2aae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f35df - Browse repository at this point
Copy the full SHA 20f35dfView commit details -
complete_io: bail out if progress is impossible
Have a test that demonstrates another route to reaching this state: a fully & cleanly closed connection.
Configuration menu - View commit details
-
Copy full SHA for ebcb478 - Browse repository at this point
Copy the full SHA ebcb478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8d1db - Browse repository at this point
Copy the full SHA 7b8d1dbView 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 v/0.21.10...v/0.21.11