-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Rust to v1.75.0 #831
Closed
Closed
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
July 14, 2023 15:16
1dee48a
to
7ac187c
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
July 24, 2023 05:09
7ac187c
to
82a812e
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
August 8, 2023 20:58
82a812e
to
fef253c
Compare
renovate
bot
changed the title
Update Rust to v1.71.0
chore(deps): update rust to v1.71.0
Aug 16, 2023
renovate
bot
changed the title
chore(deps): update rust to v1.71.0
chore(deps): update rust to v1.72.0
Aug 24, 2023
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
3 times, most recently
from
August 25, 2023 17:05
9c035b3
to
1cb9470
Compare
renovate
bot
changed the title
chore(deps): update rust to v1.72.0
chore(deps): update dependency rust to v1.72.0
Aug 28, 2023
renovate
bot
changed the title
chore(deps): update dependency rust to v1.72.0
chore(deps): update rust to v1.72.0
Aug 28, 2023
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
2 times, most recently
from
September 11, 2023 05:56
d068015
to
ca3c53d
Compare
renovate
bot
changed the title
chore(deps): update rust to v1.72.0
chore(deps): update rust to v1.72.1
Sep 20, 2023
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
September 20, 2023 10:17
ca3c53d
to
ad83dcd
Compare
renovate
bot
changed the title
chore(deps): update rust to v1.72.1
Update Rust to v1.72.1
Sep 24, 2023
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
September 25, 2023 11:16
ad83dcd
to
144ad4a
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
October 2, 2023 19:32
144ad4a
to
0d5370d
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
October 6, 2023 03:31
0d5370d
to
e136196
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
October 14, 2023 16:45
e136196
to
371b6d0
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
November 15, 2023 05:24
371b6d0
to
280e8d5
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
2 times, most recently
from
November 22, 2023 05:32
09fedbd
to
6683807
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
December 10, 2023 18:22
6683807
to
1b7cca3
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
December 19, 2023 07:34
1b7cca3
to
71ef7e8
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
December 29, 2023 04:19
71ef7e8
to
c3f15d3
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
December 29, 2023 17:43
c3f15d3
to
e98fb42
Compare
renovate
bot
force-pushed
the
renovate/rust-1.x
branch
from
January 10, 2024 17:30
e98fb42
to
99c957c
Compare
Closing in favor of #1123 |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.73
->1.75.0
Release Notes
rust-lang/rust (rust)
v1.75.0
Compare Source
==========================
Language
async fn
and return-positionimpl Trait
in traits.&mut T
inconst
contexts.usize
/isize
exhaustively with half-open ranges.char
has the same size and alignment asu32
.match
.Compiler
COINDUCTIVE_OVERLAP_IN_COHERENCE
to deny, and warn in dependencies.riscv64-linux-android
target spec.csky-unknown-linux-gnuabiv2hf
i586-unknown-netbsd
mipsel-unknown-netbsd
Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.
Libraries
Waker::clone_from
to avoid cloningWaker
s unnecessarily.BufRead
forVecDeque<u8>
.FusedIterator
forDecodeUtf16
when the inner iterator does.Not, Bit{And,Or}{,Assign}
for IP addresses.Default
forExitCode
.str::SplitInclusive
'sDoubleEndedIterator
implcfg(unix)
platforms.Stabilized APIs
Atomic*::from_ptr
FileTimes
FileTimesExt
File::set_modified
File::set_times
IpAddr::to_canonical
Ipv6Addr::to_canonical
Option::as_slice
Option::as_mut_slice
pointer::byte_add
pointer::byte_offset
pointer::byte_offset_from
pointer::byte_sub
pointer::wrapping_byte_add
pointer::wrapping_byte_offset
pointer::wrapping_byte_sub
These APIs are now stable in const contexts:
Ipv6Addr::to_ipv4_mapped
MaybeUninit::assume_init_read
MaybeUninit::zeroed
mem::discriminant
mem::zeroed
Cargo
[workspace.members]
automatically.Cargo.toml
manifests.Rustdoc
#[repr(transparent)]
if it isn't part of the public ABI.Compatibility Notes
const
contexts.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.
librustc_driver.so
with BOLT.rustc-codegen-cranelift
as rustup component on the nightly channel.v1.74.1
Compare Source
===========================
v1.74.0
Compare Source
==========================
Language
std::mem::Discriminant<T>
does not depend on any lifetimes in Tprivate_in_public
lint withprivate_interfaces
andprivate_bounds
per RFC 2145.Read more in RFC 2145.
#[repr(Rust)]
async
blocksimpl_trait_projections
Compiler
PATH
option for--print KIND=PATH
*-apple-ios-macabi
i686-pc-windows-gnullvm
as a tier 3 targetLibraries
From<OwnedFd/Handle>
for ChildStdin/out/errFrom<{&,&mut} [T; N]>
forVec<T>
whereT: Clone
From<[T; N]>
forRc<[T]>
andArc<[T]>
impl TryFrom<char> for u16
io_error_other
featureSaturating
typeStabilized APIs
core::num::Saturating
impl From<io::Stdout> for std::process::Stdio
impl From<io::Stderr> for std::process::Stdio
impl From<OwnedHandle> for std::process::Child{Stdin, Stdout, Stderr}
impl From<OwnedFd> for std::process::Child{Stdin, Stdout, Stderr}
std::ffi::OsString::from_encoded_bytes_unchecked
std::ffi::OsString::into_encoded_bytes
std::ffi::OsStr::from_encoded_bytes_unchecked
std::ffi::OsStr::as_encoded_bytes
std::io::Error::other
impl TryFrom<char> for u16
impl<T: Clone, const N: usize> From<&[T; N]> for Vec<T>
impl<T: Clone, const N: usize> From<&mut [T; N]> for Vec<T>
impl<T, const N: usize> From<[T; N]> for Arc<[T]>
impl<T, const N: usize> From<[T; N]> for Rc<[T]>
These APIs are now stable in const contexts:
core::mem::transmute_copy
str::is_ascii
[u8]::is_ascii
Cargo
Cargo.toml
, stabilize[lints]
--keep-going
build flag--help
outputcargo clean
, add--dry-run
flag and summary line at the endcargo update
, make--package
more convenient by being positionalcargo update
, clarify meaning of --aggressive as --recursive--dry-run
--package
flags) to resolve ambiguities.cargo/config.toml
, merge lists in precedence ordertarget.'cfg(..)'.linker
Rustdoc
Compatibility Notes
--extern
impl From<{&,&mut} [T; N]> for Vec<T>
is known to cause some inference failures with overly-generic code. In those examples using thetui
crate, the combination ofAsRef<_>
andInto<Vec>
leaves the middle type ambiguous, and the newimpl
adds another possibility, so it now requires an explicit type annotation.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.
None this cycle.
Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 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.