-
Notifications
You must be signed in to change notification settings - Fork 71
Sync 2024-08-12 #556
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
Merged
GuillaumeGomez
merged 51 commits into
rust-lang:master
from
GuillaumeGomez:sync_2024-08-12
Sep 27, 2024
Merged
Sync 2024-08-12 #556
GuillaumeGomez
merged 51 commits into
rust-lang:master
from
GuillaumeGomez:sync_2024-08-12
Sep 27, 2024
Conversation
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
From LLVM 15.0.0-rc3. This adds support for COFF archives containing Arm64EC object files and has various fixes for AIX big archive files.
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
The `weak-intrinsics` feature was removed from compiler_builtins in rust-lang/compiler-builtins#598, so dropped the `compiler-builtins-weak-intrinsics` feature from alloc/std/sysroot. In rust-lang/compiler-builtins#593, some builtins for f16/f128 were added. These don't work for all compiler backends, so add a `compiler-builtins-no-f16-f128` feature and disable it for cranelift and gcc. Also disable it for LLVM targets that don't support it.
49c3c9d
to
3b45cf4
Compare
Co-authored-by: Antoni Boucher <[email protected]>
7f5f1e2
to
d3cfb72
Compare
95314f5
to
3ffa317
Compare
bd40a9b
to
2c93ffb
Compare
cdd3f00
to
b323f52
Compare
b323f52
to
0a52b65
Compare
…ifferent builtin based on an argument
fe7d918
to
11f4f16
Compare
13676df
to
f16e6f7
Compare
f16e6f7
to
12575df
Compare
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 28, 2024
…llaumeGomez GCC backend subtree update We just finished the [last sync](rust-lang/rustc_codegen_gcc#556) so time to sync back. cc `@antoyo`
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.
No description provided.