Sourced from anyhow's releases.
1.0.89
- Make anyhow::Error's
UnwindSafeandRefUnwindSafeimpl consistently available between versions of Rust newer and older than 1.72 (#386)1.0.88
- Documentation improvements
1.0.87
- Support more APIs, including
Error::newandError::chain, in no-std mode on Rust 1.81+ (#383)
9d3fb6d
Release 1.0.89830c399
Merge pull request #386
from dtolnay/unwindsafe8454be3
Ensure UnwindSafe even with "backtrace" feature enabled and
old Rusta85e414
Add more autotraits tests139f266
Release 1.0.88aa3ab2b
Merge pull request #385
from dtolnay/docnostd44c3767
Update documentation on no-std error type conversionsafe93e7
Release 1.0.87d58fa4b
Fix outdated html_root_urlc18d807
Disable unused doc_cfg featureSourced from clap's releases.
v4.5.18
[4.5.18] - 2024-09-20
Features
- (builder) Expose
Arg::get_display_orderandCommand::get_display_orderv4.5.17
[4.5.17] - 2024-09-04
Fixes
- (help) Style required argument groups
- (derive) Improve error messages when unsupported fields are used
Sourced from clap's changelog.
[4.5.18] - 2024-09-20
Features
- (builder) Expose
Arg::get_display_orderandCommand::get_display_order[4.5.17] - 2024-09-04
Fixes
- (help) Style required argument groups
- (derive) Improve error messages when unsupported fields are used
d811585
chore: Releaseab948b3
docs: Update changelog82e599e
Merge pull request #5602
from shannmu/delimiter_values59bf26d
feat(clap_complete): Support delimiter values in native completionsccecab3
test(clap_complete): Add test cases for delimiter_values supporta3a4764
docs(derive): Specify Parser::update_from semanticsdf165a2
docs(derive): Flatten isn't just for update5488bcf
docs(derive): Connect more dots for Args/Subcommand6013ad4
chore: Releasef98e3ee
docs: Update changelogSourced from const_format's changelog.
0.2.33
Fixed Rust Analyzer style warning for assertion macros.
Sourced from serde's releases.
v1.0.210
- Support serializing and deserializing
IpAddrandSocketAddrin no-std mode on Rust 1.77+ (#2816, thanks@MathiasKoch)- Make
serde::ser::StdErrorandserde::de::StdErrorequivalent tocore::error::Erroron Rust 1.81+ (#2818)v1.0.209
89c4b02
Release 1.0.210eeb8e44
Merge pull request #2818
from dtolnay/coreerror785c2d9
Stabilize no-std StdError traitd549f04
Reformat parse_ip_impl definition and calls4c0dd63
Delete attr support from core::net deserialization macros26fb134
Relocate cfg attrs out of parse_ip_impl and parse_socket_impl07e614b
Merge pull request #2817
from dtolnay/corenetb1f899f
Delete doc(cfg) attribute from impls that are supported in no-stdb4f860e
Merge pull request #2816
from MathiasKoch/chore/core-netd940fe1
Reuse existing Buf wrapper as replacement for std::io::WriteSourced from serde_json's releases.
1.0.128
- Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks
@Mrreadiness)1.0.127
1.0.126
d96b1d9
Release 1.0.128599228d
Merge pull request #1188
from Mrreadiness/feat/add-hashmap-key-128-serializer5416cee
feat: add support for 128 bit HashMap key serialization27a4ca9
Upload CI Cargo.lock for reproducing failures5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request #1184
from serde-rs/fastarithmeticffc4a43
Improve cfg names for fast arithmetic4b1048d
Merge pull request #1183
from serde-rs/arithmeticSourced from libc's releases.
0.2.159
Added
- Android: add more
AT_*constants in rust-lang/libc#3779- Apple: add missing
NOTE_*constants in rust-lang/libc#3883- Hermit: add missing error numbers in rust-lang/libc#3858
- Hurd: add
__timevalfor 64-bit support in rust-lang/libc#3786- Linux: add
epoll_pwait2in rust-lang/libc#3868- Linux: add
mq_notifyin rust-lang/libc#3849- Linux: add missing
NFT_CT_*constants in rust-lang/libc#3844- Linux: add the
fchmodat2syscall in rust-lang/libc#3588- Linux: add the
msealsyscall in rust-lang/libc#3798- OpenBSD: add
sendmmsgandrecvmmsgin rust-lang/libc#3831- Unix: add
IN6ADDR_ANY_INITandIN6ADDR_LOOPBACK_INITin rust-lang/libc#3693- VxWorks: add
S_ISVTXin rust-lang/libc#3768- VxWorks: add
vxCpuLibandtaskLibfunctions rust-lang/libc#3861- WASIp2: add definitions for
std::netsupport in rust-lang/libc#3892Fixed
- Correctly handle version checks when
clippy-driveris used rust-lang/libc#3893Changed
- EspIdf: change signal constants to c_int in rust-lang/libc#3895
- HorizonOS: update network definitions in rust-lang/libc#3863
- Linux: combine
ioctlAPIs in rust-lang/libc#3722- WASI: enable CI testing in rust-lang/libc#3869
- WASIp2: enable CI testing in rust-lang/libc#3870
Sourced from libc's changelog.
0.2.159 - 2024-09-24
Added
- Android: add more
AT_*constants in rust-lang/libc#3779- Apple: add missing
NOTE_*constants in rust-lang/libc#3883- Hermit: add missing error numbers in rust-lang/libc#3858
- Hurd: add
__timevalfor 64-bit support in rust-lang/libc#3786- Linux: add
epoll_pwait2in rust-lang/libc#3868- Linux: add
mq_notifyin rust-lang/libc#3849- Linux: add missing
NFT_CT_*constants in rust-lang/libc#3844- Linux: add the
fchmodat2syscall in rust-lang/libc#3588- Linux: add the
msealsyscall in rust-lang/libc#3798- OpenBSD: add
sendmmsgandrecvmmsgin rust-lang/libc#3831- Unix: add
IN6ADDR_ANY_INITandIN6ADDR_LOOPBACK_INITin rust-lang/libc#3693- VxWorks: add
S_ISVTXin rust-lang/libc#3768- VxWorks: add
vxCpuLibandtaskLibfunctions rust-lang/libc#3861- WASIp2: add definitions for
std::netsupport in rust-lang/libc#3892Fixed
- Correctly handle version checks when
clippy-driveris used rust-lang/libc#3893Changed
- EspIdf: change signal constants to c_int in rust-lang/libc#3895
- HorizonOS: update network definitions in rust-lang/libc#3863
- Linux: combine
ioctlAPIs in rust-lang/libc#3722- WASI: enable CI testing in rust-lang/libc#3869
- WASIp2: enable CI testing in rust-lang/libc#3870
7373a1a
chore: release (#3862)48668be
Merge pull request #3931
from tgross35/backport-remove-tmp-file28bb64b
Remove temporary file that was added by accidenta515d07
Merge pull request #3904
from tgross35/backport-buildrs-fixabcb8f8
Simplify the RUSTC_WRAPPER check5078335
Fix rustc version when clippy-driver is used57a7d46
Merge pull request #3902
from tgross35/backport-horizon-networka3e8869
Revise network definitions for HorizonOSfdd3a26
Merge pull request #3900
from tgross35/espid-cherry-pick35060e8
Merge pull request #3901
from tgross35/backport-epoll_pwait2cfe9912
Bump to version 1.0.3d6fcf2f
Remove old test about README.md being in sync with module docs95f27a6
Remove old CIe70c103
Update badges in README61d2e9b
Add github actions001b334
Bump to version 1.0.2fab168c
Merge pull request #14
from lucieleblanc/master82f9c68
replace is_file() --> exists() because symlinks are ok441c1c7
add file existence check before reading extensionea10f6b
Merge pull request #11
from davide125/exclude6626d8f
Update compiletest1e024dd
cargo update, etc.3389ef2
Fix doc testsbd4486d
implement into and into_itera9230ac
fix tests77cb828
Merge pull request #67 from
Paragit-Solutions/implement-new-method-visibilitycacbada
Merge pull request #66 from
shellixyz/patch-1d11f631
Add documentation3311408
Add visibility to test struct to test compilation and correct macro
expansion61853b7
Make the default visibility publicSourced from async-trait's releases.
0.1.83
- Prevent needless_arbitrary_self_type lint being produced in generated code (#278)
0.1.82
- Prevent elided_named_lifetimes lint being produced in generated code (#276)
e6b4d47
Release 0.1.83bfe8d61
Merge pull request #278
from dtolnay/arbself7bd974b
Ignore needless_arbitrary_self_type clippy lint in generated codeb53b4e7
Add regression test for issue 277f8e5bb4
Release 0.1.828fbf118
Merge pull request #276
from dtolnay/elidednamed6fa246a
Ignore nightly's new elided_named_lifetimes lint in generated coded542a0d
Upload CI Cargo.lock for reproducing failures8828c35
Sort dependency features in Cargo.tomlba9793a
Update ui test suite to nightly-2024-08-11d07df66
Merge pull request #73
from cuviper/release-1.4.0f6066f0
Release 1.4.08af60ec
Merge pull request #70
from Techcable/feature/rustc-check-cfg52a995b
Apply suggestions from code reviewa8703c1
Attempt rust 1.0 compat for ci/verify-check-cfgac78be8
Add ci test crate for check-cfg0b4a761
Have emit_has methods delegate wherever possible546f7c6
Fix minor doc issuese0e0f18
Automatically emit rustc-check-cfg directives for
AutoCfg1953a17
Merge pull request #72
from cuviper/pretty-waySourced from backtrace's releases.
0.3.74
What's Changed
- QNX Neutrino 7.0 support, thanks to
@nyurikin rust-lang/backtrace-rs#648- Cleaned up our Android support. This should massively improve backtraces for ones with the API level sufficient to ship with libunwind, etc. Unfortunately, it comes at the cost of dropping support for older ones! Thanks to
@fengysin rust-lang/backtrace-rs#656- Made PrintFmt, which was using the
Enum::__NonExhaustiveVariantpattern, use#[non_exhaustive]for real. Don't @ me if you were matching on that! Thanks to@nyurikin rust-lang/backtrace-rs#651- Massively cleaned up the windows code! We moved from winapi to windows-sys with windows-targets thanks to
@CraftSpiderand@ChrisDentonin
- Don't cast HANDLE to usize and back by
@CraftSpiderin rust-lang/backtrace-rs#635- Switch from
winapitowindows-sysby@CraftSpiderin rust-lang/backtrace-rs#641- Update windows bindings and use windows-targets by
@ChrisDentonin rust-lang/backtrace-rs#653- A bunch of updated dependencies. Thanks
@djcand@khuey!- Sorry if you were testing this code in miri! It started yelling about sussy casts. A lot. We did a bunch of internal cleanups that should make it quiet down, thanks to
@workingjubileein rust-lang/backtrace-rs#641- Uhhh we had to tweak
dl_iterate_phdrin rust-lang/backtrace-rs#660 after Android revealed it was... kind of unsound actually and not doing things like checking for null pointers before making slices! WHOOPS! Thanks to@saethlinfor implementing detection for precisely that in rustc! It's really hard to find soundness issues in inherited codebases like this one...New Contributors
@CraftSpidermade their first contribution in rust-lang/backtrace-rs#635@fengys1996made their first contribution in rust-lang/backtrace-rs#656@djcmade their first contribution in rust-lang/backtrace-rs#657Full Changelog: https://github.com/rust-lang/backtrace-rs/compare/0.3.73...0.3.74
38d49aa
Merge pull request #658
from workingjubilee/cut-0.3.74c1749ce
Cut backtrace 0.3.74230570f
Merge pull request #660
from workingjubilee/dont-unsoundly-iterate-phdr153f510
Do not destructure maybe-uninit fields3858946
Revise dl_iterate_phdr callback to be sound-ish7d062c6rust-lang/backtrace-rs#653fc37b22rust-lang/backtrace-rs#657600beaarust-lang/backtrace-rs#64884b6c1drust-lang/backtrace-rs#65295c3bac
Make enum
print::PrintFmtrust-lang/backtrace-rs#651Sourced from bytes's releases.
Bytes 1.7.2
1.7.2 (September 17, 2024)
Fixed
- Fix default impl of
Buf::{get_int, get_int_le}(#732)Documented
- Fix double spaces in comments and doc comments (#731)
Internal changes
- Ensure BytesMut::advance reduces capacity (#728)
Sourced from bytes's changelog.
1.7.2 (September 17, 2024)
Fixed
- Fix default impl of
Buf::{get_int, get_int_le}(#732)Documented
- Fix double spaces in comments and doc comments (#731)
Internal changes
- Ensure BytesMut::advance reduces capacity (#728)
d7c1d65
chore: prepare bytes v1.7.2 (#736)ac46ebd
ci: update nightly to nightly-2024-09-15 (#734)79fb853
fix: apply sign extension when decoding int (#732)291df5a
Fix double spaces in comments and doc comments (#731)ed7d5ff
test: ensure BytesMut::advance reduces capacity (#728)Sourced from cc's releases.
cc-v1.1.22
Other
- Don't rerun if PATH changes (#1215)
cc-v1.1.21
Other
- disable pic for targets that end in
-none(#1212)cc-v1.1.20
Other
- Add buildcache as known Rust and C/C++ compiler wrapper (#1209)
cc-v1.1.19
Other
- Add support arm64e-apple-darwin (#1207)
cc-v1.1.18
Other
- Fixed unsoundness in
StderrForwarder::forward_available(#1203)cc-v1.1.17
Fixed
- fix finding toolchains when invoked by msbuild (#1201)
cc-v1.1.16
Other
- Treat VxWorks wr-cc as a Gnu compiler (#1198)
cc-v1.1.15
Other
- Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabihf target (#1194)
Sourced from cc's changelog.
1.1.22 - 2024-09-27
Other
- Don't rerun if PATH changes (#1215)
1.1.21 - 2024-09-18
Other
- disable pic for targets that end in
-none(#1212)1.1.20 - 2024-09-17
Other
- Add buildcache as known Rust and C/C++ compiler wrapper (#1209)
1.1.19 - 2024-09-15
Other
- Add support arm64e-apple-darwin (#1207)
1.1.18 - 2024-09-07
Other
- Fixed unsoundness in
StderrForwarder::forward_available(#1203)1.1.17 - 2024-09-06
Fixed
- fix finding toolchains when invoked by msbuild (#1201)
1.1.16 - 2024-09-04
Other
- Treat VxWorks wr-cc as a Gnu compiler (#1198)
1.1.15 - 2024-08-26
Other
- Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabihf target (#1194)
5f5e1c8
chore: release (#1216)71c672b
Don't rerun if PATH changes (#1215)748b777
chore: release (#1213)270ec65
disable pic for targets that end in -none (#1212)92a5e28
chore: release (#1210)dab5d7a
Add buildcache as known Rust and C/C++ compiler wrapper (#1209)c0b3eae
chore: release (#1208)278a606
Add support arm64e-apple-darwin (#1207)668facd
chore: release (#1204)5e161c6
Fixed unsoundness in StderrForwarder::forward_available (#1203)Sourced from clap_builder's releases.
v4.5.18
[4.5.18] - 2024-09-20
Features
- (builder) Expose
Arg::get_display_orderandCommand::get_display_orderv4.5.17
[4.5.17] - 2024-09-04
Fixes
- (help) Style required argument groups
- (derive) Improve error messages when unsupported fields are used
v4.5.16
[4.5.16] - 2024-08-15
Fixes
- (derive) Improve error messages when
derivefeature is missing
Sourced from clap_builder's changelog.
[4.5.18] - 2024-09-20
Features
- (builder) Expose
Arg::get_display_orderandCommand::get_display_order[4.5.17] - 2024-09-04
Fixes
- (help) Style required argument groups
- (derive) Improve error messages when unsupported fields are used
[4.5.16] - 2024-08-15
Fixes
- (derive) Improve error messages when
derivefeature is missing
0d142f6
chore: Release0facf1f
docs: Update changelogee6af99
Merge pull request #5743
from epage/sort232ee10
fix(complete): Use existing display order for Arg/Commandc6b5d62
feat(builder): Expose get_display_order67d9fef
feat(complete): Give control over display order59a61e1
refactor(complete): Pull out common candidate code1448791
fix(complete): Specify tags for built-in candiatesa4aa5df
feat(complete): Group by taga126149
refactor(complete): Remove redundant dedupSourced from clap_derive's releases.
v4.5.18
[4.5.18] - 2024-09-20
Features
- (builder) Expose
Arg::get_display_orderandCommand::get_display_orderv4.5.17
[4.5.17] - 2024-09-04
Fixes
- (help) Style required argument groups
- (derive) Improve error messages when unsupported fields are used
v4.5.16
[4.5.16] - 2024-08-15
Fixes
- (derive) Improve error messages when
derivefeature is missingv4.5.15
[4.5.15] - 2024-08-10
Compatiblity
- (unstable-ext)
Arg::removechanged return typesFixes
- (unstable-ext) Make
Arg::removereturn the removed itemv4.5.14
[4.5.14] - 2024-08-08
Features
- (unstable-ext) Added
Arg::addfor attaching arbitrary state, like completion hints, toArgwithoutArgknowing about it
Sourced from clap_derive's changelog.
[4.5.18] - 2024-09-20
Features
- (builder) Expose
Arg::get_display_orderandCommand::get_display_order[4.5.17] - 2024-09-04
Fixes
- (help) Style required argument groups
- (derive) Improve error messages when unsupported fields are used
[4.5.16] - 2024-08-15
Fixes
- (derive) Improve error messages when
derivefeature is missing[4.5.15] - 2024-08-10
Compatiblity
- (unstable-ext)
Arg::removechanged return typesFixes
- (unstable-ext) Make
Arg::removereturn the removed item[4.5.14] - 2024-08-08
Features
- (unstable-ext) Added
Arg::addfor attaching arbitrary state, like completion hints, toArgwithoutArgknowing about it
0d142f6
chore: Release0facf1f
docs: Update changelogee6af99
Merge pull request #5743
from epage/sort232ee10
fix(complete): Use existing display order for Arg/Commandc6b5d62
feat(builder): Expose get_display_order67d9fef
feat(complete): Give control over display order59a61e1
refactor(complete): Pull out common candidate code1448791
fix(complete): Specify tags for built-in candiatesa4aa5df
feat(complete): Group by taga126149
refactor(complete): Remove redundant dedupSourced from const_format_proc_macros's changelog.
0.2.33
Fixed Rust Analyzer style warning for assertion macros.
6a87dce
cpufeatures v0.2.14 (#1104)4be6789
aarch64-dit: initial crate (#1102)1417560
README.md(s): use img.shields.io crate version badgescfa21ea
cpufeatures: add DIT support for AArch64 Linux targets (#1101)1ad4078
cpufeatures: add support for DIT detection on Apple silicon (#1100)5d46aba
block-buffer: release v0.11.0-rc.1 (#1098)Sourced from fastrand's releases.
v2.1.1
- Remove support for 128-bit targets, as they are not supported by rustc yet. (#87)
Sourced from fastrand's changelog.
Version 2.1.1
- Remove support for 128-bit targets, as they are not supported by rustc yet. (#87)
9d1a66f
v2.1.1d05504d
bugfix: Remove 128-bit value generator7e60c7f
chore: Forgot to bump the versionSourced from flate2's releases.
1.0.34
What's Changed
- Add minimum build test back in to CI by
@jongiddyin rust-lang/flate2-rs#426- docs: fix compression level range from 0-9 to 0-10 by
@ByteBakerin rust-lang/flate2-rs#427- Document backend differences in compression levels by
@Shnatselin rust-lang/flate2-rs#430- Upgrade zlib-rs to 0.3.0 to get multiple bugfixes by
@Shnatselin rust-lang/flate2-rs#428- Better wording in compression level docs by
@Shnatselin rust-lang/flate2-rs#431New Contributors
@ByteBakermade their first contribution in rust-lang/flate2-rs#427@Shnatselmade their first contribution in rust-lang/flate2-rs#430Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.33...1.0.34
1.0.33 - fix minimal manifest versions
What's Changed
- Fix msrv: Run msrv checks with minimal versions by
@NobodyXuin rust-lang/flate2-rs#425New Contributors
@NobodyXumade their first contribution in rust-lang/flate2-rs#425Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.32...1.0.33
1a28821
Merge pull request #431
from Shnatsel/better-wording2c29780
Merge pull request #428
from Shnatsel/upgrade-zlib-rs423981a
Better wording in compression level docsda5c8cf
Bump versioneeee4c6
Merge pull request #430
from Shnatsel/detailed-level-docs731df32
Update Cargo.toml8210288
Document backend differences1f78c5c
Upgrade zlib-rs to 0.3.0 to get multiple bugfixes:6fbd6d2
Merge pull request #427
from ByteBaker/main936aa35
docs: correctly mention compression levelSourced from gimli's changelog.
0.31.0
Released 2024/07/16.
Breaking changes