YOLO 1.50.0 - #4935
Draft
powerboat9 wants to merge 8 commits into
Draft
YOLO 1.50.0#4935powerboat9 wants to merge 8 commits into
powerboat9 wants to merge 8 commits into
Conversation
This should make it easier to upgrade libraries when we bump the target rustc version. libgrust/ChangeLog: * rustc-lib/version-info: Regenerate, now mentions stdarch. * contrib/vendor-libs.sh: New file. Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
CohenArthur
reviewed
Sep 23, 2026
| @@ -1,4 +1,4 @@ | |||
| // Copyright (C) 2025-2026 Free Software Foundation, Inc. | |||
| // Copyright (C) 2026 Free Software Foundation, Inc. | |||
Member
There was a problem hiding this comment.
I'm not sure this is correct, even if you're regenerating the file - it has been in the compiler for longer than just the year 2026
This branch has not been deployed
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 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.
Switches our rustc target from 1.49 to 1.50. Still a draft, and puts off solving an issue with the extended_key_value_attributes feature until 1.51+. @philberty we still compile core up to typecheck, though I can't tell if this effects what you're working on currently.
We can do larger version bumps in the future (1.50 -> 1.55 next? 1.56 stabilizes edition 2021 I think), the single-version bump is a bit of a proof of concept.
Depends on #4934