This repository was archived by the owner on Jul 3, 2023. It is now read-only.
Closed
Conversation
81adb7c to
e4159d1
Compare
e4159d1 to
3191806
Compare
3191806 to
b16b2c0
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update (1.67.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.64.0->1.67.11.70.0(+4)Release Notes
rust-lang/rust
v1.67.1Compare Source
===========================
clippy::uninlined_format_argsto pedantic.v1.67.0Compare Source
==========================
Language
Sizedpredicates coinductive, allowing cycles.#[must_use]annotations onasync fnalso affect theFuture::Output.cfg(FALSE).Compiler
Corcdecl.verbatim.Added, updated, and removed targets:
powerpc64-ibm-aix.mipsel-sony-psx.no_stdtargets for the QNX Neutrino RTOS,aarch64-unknown-nto-qnx710andx86_64-pc-nto-qnx710.aarch64-unknown-uefi,i686-unknown-uefi, andx86_64-unknown-uefi.linuxkerneltargets (not used by the actual kernel).Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.
Libraries
crossbeam-channelintostd::sync::mpsc.EqandHashforControlFlow.compiler_builtinswith-C panic=abort.Stabilized APIs
{integer}::checked_ilog{integer}::checked_ilog2{integer}::checked_ilog10{integer}::ilog{integer}::ilog2{integer}::ilog10NonZeroU*::ilog2NonZeroU*::ilog10NonZero*::BITSThese APIs are now stable in const contexts:
char::from_u32char::from_digitchar::to_digitcore::char::from_u32core::char::from_digitCompatibility Notes
repr(Rust)types now groups m*2^n-sized fields withequivalently aligned ones.
This is intended to be an optimization, but it is also known to increase type
sizes in a few cases for the placement of enum tags. As a reminder, the layout
of
repr(Rust)types is an implementation detail, subject to change.This makes it consistent with the rest of floating point formatting that
rounds ties toward even digits.
&&and||will now drop temporaries from their sub-expressions inevaluation order, left-to-right.
Previously, it was "twisted" such that the first expression dropped its
temporaries last, after all of the other expressions dropped in order.
This has been a future-compatibility warning since 1.20.0.
-export-dynamictowasm-ld.mainis now mangled as__main_voidonwasm32-wasi.with the same index URL.
Internal Changes
These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.
v1.66.1Compare Source
===========================
v1.66.0Compare Source
==========================
Language
repr(Int)enumsmust_useonimpl Traitfor supertraitsThis makes
impl ExactSizeIteratorrespect the existing#[must_use]annotation onIterator...=Xin patternsclippy::for_loops_over_fallibleslint into rustcsymoperands in inline assemblyThis is a soundness fix which may break code that was erroneously relying on this behavior.
Compiler
information on Rust's tiered platform support.
Libraries
#[derive(Default)]on a generic#[default]enum adding unnecessaryDefaultboundsStabilized APIs
proc_macro::Span::source_textuX::{checked_add_signed, overflowing_add_signed, saturating_add_signed, wrapping_add_signed}iX::{checked_add_unsigned, overflowing_add_unsigned, saturating_add_unsigned, wrapping_add_unsigned}iX::{checked_sub_unsigned, overflowing_sub_unsigned, saturating_sub_unsigned, wrapping_sub_unsigned}BTreeSet::{first, last, pop_first, pop_last}BTreeMap::{first_key_value, last_key_value, first_entry, last_entry, pop_first, pop_last}AsFdimplementations for stdio lock types on WASI.impl TryFrom<Vec<T>> for Box<[T; N]>core::hint::black_boxDuration::try_from_secs_{f32,f64}Option::unzipstd::os::fdRustdoc
Cargo
cargo removeto remove dependencies from Cargo.tomlcargo publishnow waits for the new version to be downloadable before exitingSee detailed release notes for more.
Compatibility Notes
ProceduralMasqueradehack to older versions ofrental__heap_baseand__data_endon wasm32-wasi.__wasm_init_memoryon WebAssembly.__tls_*on wasm32-unknown-unknown.libresolvin libstd on Darwinlibstdno longer pull inlibiconv.dylibon Darwin)This is a soundness fix which may break code that was erroneously relying on this behavior.
order_dependent_trait_objectsshow up in future-breakage reportsInternal Changes
These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.
v1.65.0Compare Source
==========================
Language
ascasts of enums with#[non_exhaustive]variantslet elselet_underscore_dropandlet_underscore_lockfrom Clippybreaking from arbitrary labeled blocks ("label-break-value")Usage of
MaybeUninitis the correct way to work with uninitialized memory.Dropimpl on foreign ADTsCompiler
special_module_namelint-C instrument-coverageNew targets:
information on Rust's tiered platform support.
Libraries
PartialEq::nein derive(PartialEq)BCRYPT_RNG_ALG_HANDLEby defaultSystemwith direct system allocator callsstd::layout::Layoutsize must not overflowisize::MAXwhen rounded up toalignThis also changes the safety conditions on
Layout::from_size_align_unchecked.Stabilized APIs
std::backtrace::BacktraceBound::as_refstd::io::read_to_string<*const T>::cast_mut<*mut T>::cast_constThese APIs are now stable in const contexts:
<*const T>::offset_from<*mut T>::offset_fromCargo
This slightly optimizes job scheduling by Cargo, with typically small improvements on larger crate graph builds.
Compatibility Notes
std::layout::Layoutsize must not overflowisize::MAXwhen rounded up toalign.This also changes the safety conditions on
Layout::from_size_align_unchecked.PollFnnow only implementsUnpinif the closure isUnpin.This is a possible breaking change if users were relying on the blanket unpin implementation.
See discussion on the PR for details of why this change was made.
This is a backwards-incompatible change to the standard library's surface
area, but is unlikely to affect real world usage.
This behavior was unintentionally changed in 1.64.0, and this release reverts that change by making this an error again.
#![cfg_attr(..., crate_type = ...)]to set the crate typeThis strengthens the forward compatibility lint deprecated_cfg_attr_crate_type_name to deny.
llvm-has-rust-patchesallows setting the build system to treat the LLVM as having Rust-specific patchesThis option may need to be set for distributions that are building Rust with a patched LLVM via
llvm-config, not the built-in LLVM.lld. For more information, see issue 102754.Internal Changes
These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.
x.shandx.ps1shell scriptsThis provides a 3-10% improvement in compiletimes for real world crates. See perf results.
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.