Automated pull from upstream beta#62
Merged
bors-ferrocene[bot] merged 17 commits intorelease/1.74from Oct 23, 2023
Merged
Conversation
(cherry picked from commit 20363f4)
(cherry picked from commit c4e61fa)
(cherry picked from commit 8f2af7e)
(cherry picked from commit cfb6afa)
(cherry picked from commit 6724f99)
… more const trait things in libcore (cherry picked from commit 16f8396)
Commit 8378487 from #114611 changed the location of an obligation deduplication step in `opt_normalize_projection_type`. This meant that deduplication stopped happening on one path where it was still necessary, causing a couple of drastic performance regressions. This commit moves the deduplication back to the old location. The good news is that #114611 had four commits and 8378487 was of minimal importance, so the perf benefits from that PR remain. Fixes #116780, #116797. (cherry picked from commit 91f2fbc)
(cherry picked from commit d0b99e3)
(cherry picked from commit ab22470)
(cherry picked from commit bcdd3d7)
(cherry picked from commit a1e274f)
[beta-1.74] Update cargo 1 commits in 22a976c6fb1bef45abcf182b4c7def87ad8b4a4d..ecb9851afd3095e988daaa35a48bc7f3cb748e04 2023-10-12 00:06:40 +0000 to 2023-10-18 20:42:16 +0000 - [beta-1.74.0] Partial-version spec support (rust-lang/cargo#12847) r? ghost
[beta] backports and stage0 bump - Bump stage0 to released stable compiler - Hide host effect params from docs #116670 - Fix a performance regression in obligation deduplication. #116826 - Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one another #116829 - Update to LLVM 17.0.3 #116840 - Disable effects in libcore again #116856 - revert rust-lang/rust#114586 #116879 r? cuviper
This commit is generated by `ferrocene/tools/pull-upstream/pull.sh`. The list of excluded files is defined in `.gitattributes`.
Contributor
|
Build succeeded:
|
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.
This PR pulls the following changes from the upstream repository: