9c0f2d2
Release 2.0.72deec96
Merge pull request 397 from zertosh/from_allow_expect100d916
Avoid associating #[from] with lint allow485c2b7
Reword spurious errors commentad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868
from dtolnay/automaticallyderived9497463
Mark all generated trait impls as #[automatically_derived]46e9ecf
Merge pull request #2866
from tdittr/mark-visitors-as-generatede9c399c
Mark generated impl de::Visitor
blocks as
#[automatically_derived]
b9dbfcb
Switch out fnv in favor of foldhash in testc270e27
Use BuildHasher instead of Hasher in collection macros0307f60
Resolve question_mark clippy lint in build script6f4069d
Release 1.0.24d03aba3
Touch up PR 328238757d
Merge pull request #328
from Eh2406/master75856ef
faster Ord when Eq89504eb
Prevent upload-artifact step from causing CI failured1b17a9
Upload CI Cargo.lock for reproducing failures4ea60ae
Resolve doc_lazy_continuation clippy lintf96f9d8
Merge pull request #319
from dtolnay/docsrsfc5c98d
Rely on docs.rs to define --cfg=docsrs by defaultSourced from subst's changelog.
Version 0.3.7 - 2024-12-13
- [fix][minor] Fix violation of aliasing rules in
TemplateBuf
andByteTemplateBuf
.Version 0.3.6 - 2024-12-13
- [fix][minor] Fix unsound
Clone
andDrop
implementation ofTemplateBuf
andByteTemplateBuf
.
ba5fd8d
Bump version to 0.3.7.f973c98
Update CHANGELOG.6f823fa
Replace manual transmute with transmute_lifetime()
.200c432
Merge pull request #28 from
sebschrader/feature/fix-self-referential-ub0b7314c
Merge branch 'main' into feature/fix-self-referential-ub07bccd5
Revert "Ensure references remain valid after source is
moved"2ba38d8
Merge pull request #30 from
fizyr/no-aliasing28b2e9f
Store the wrapped template of TemplateBuf in MaybeUninit.1aadd38
Add more test for possible undefined behaviour in TemplateBuf.7d0a5fe
Run miri in CI.b4628c7
rustls-post-quantum: revert version to 0.2.024d08f3
rustls-post-quantum: adjust head doc179592f
verifybench.rs: nightly fmtef3fc21
nit: remove trailing space from doc comments00a3ddb
fix rustls-provider-example hpke no-std support2f74c3d
server: remove ClientHello constructor3ba5167
ci: adjust ech-client daily testsf5aeb39
examples: use inner hostname in HTTPS DNS querye232bca
openssl-tests: install openssl from source43cbebb
unbuffered: add regression tests for fragmented handshakesSourced from tokio's releases.
Tokio v1.42.0
1.42.0 (Dec 3rd, 2024)
Added
- io: add
AsyncFd::{try_io, try_io_mut}
(#6967)Fixed
- io: avoid
ptr->ref->ptr
roundtrip in RegistrationSet (#6929)- runtime: do not defer
yield_now
insideblock_in_place
(#6999)Changes
- io: simplify io readiness logic (#6966)
Documented
- net: fix docs for
tokio::net::unix::{pid_t, gid_t, uid_t}
(#6791)- time: fix a typo in
Instant
docs (#6982)#6791: tokio-rs/tokio#6791 #6929: tokio-rs/tokio#6929 #6966: tokio-rs/tokio#6966 #6967: tokio-rs/tokio#6967 #6982: tokio-rs/tokio#6982 #6999: tokio-rs/tokio#6999
bb9d570
chore: prepare Tokio v1.42.0 (#7005)af9c683
tests: fix typo in build test instructions (#7004)4bc5a1a
ci: allow Unicode-3.0 license for unicode-ident (#7006)f8948ea
runtime: do not defer yield_now
inside
block_in_place
(#6999)bce9780
time: use array::from_fn
instead of manually creating array
(#7000)38151f3
readme: unlist 1.32.x as LTS release (#6997)5dda72d
ci: pin valgrind to rustc 1.82 (#6998)c07257f
io: simplify io readiness logic (#6966)d08578f
time: fix a typo in Instant
docs (#6982)4047d79
miri: add annotations for tests with miri ignore (#6981)b438af3
Release deadpool-postgres 0.14.12aed3a4
Add missing re-export of LoadBalanceHostsac5d03d
Allow configuring Redis connections via AsyncConnectionConfigeadd120
replaced private sentinel_connection_info field with public
node_connection_i...9862d3f
Update Cargo.tomlecdaea2
Fix links in CHANGELOG3881487
Release deadpool-sqlite 0.9.0ed5b13b
Release deadpool-redis 0.18.03f7dcbe
Update itertools to version 0.13.08556502
Update Redis to 0.27.Sourced from thiserror's releases.
2.0.8
- Improve support for macro-generated
derive(Error)
call sites (#399)