-
Couldn't load subscription status.
- Fork 13.9k
Subtree sync for rustc_codegen_cranelift #124286
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
Conversation
Allow MaybeUninit in input and output of inline assembly
…-obk interpret: use ScalarInt for bin-ops; avoid PartialOrd for ScalarInt Best reviewed commit-by-commit r? `@oli-obk`
static_mut_refs: use raw pointers to remove the remaining FIXME Using `SyncUnsafeCell` would not make a lot of sense IMO.
It only has a single use and doesn't need access to CValue internals.
This removes one copy of the windows bindings
|
The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging. |
|
@bors r+ p=1 subtree sync |
This comment has been minimized.
This comment has been minimized.
|
@bors r- it no werky |
|
Git subtree forgot to sync back a change I made. @bors r+ p=1 subtree sync |
…bjorn3 Subtree sync for rustc_codegen_cranelift This fixes a crash when compiling the standard library. In addition the Cranelift update fixes all the 128bit int abi incompatibility between cg_clif and cg_llvm. r? `@ghost` `@rustbot` label +A-codegen +A-cranelift +T-compiler
…iaskrgr Rollup of 3 pull requests Successful merges: - rust-lang#124003 (Dellvmize some intrinsics (use `u32` instead of `Self` in some integer intrinsics)) - rust-lang#124169 (Don't fatal when calling `expect_one_of` when recovering arg in `parse_seq`) - rust-lang#124286 (Subtree sync for rustc_codegen_cranelift) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#124286 - bjorn3:sync_cg_clif-2024-04-23, r=bjorn3 Subtree sync for rustc_codegen_cranelift This fixes a crash when compiling the standard library. In addition the Cranelift update fixes all the 128bit int abi incompatibility between cg_clif and cg_llvm. r? ``@ghost`` ``@rustbot`` label +A-codegen +A-cranelift +T-compiler
|
@bors r- force |
|
Still in the queue, what the hell? @bors r- |
|
Time to synchronize I suppose ... :( |
|
That did the job. |
…bjorn3 Subtree sync for rustc_codegen_cranelift This fixes a crash when compiling the standard library. In addition the Cranelift update fixes all the 128bit int abi incompatibility between cg_clif and cg_llvm. r? ``@ghost`` ``@rustbot`` label +A-codegen +A-cranelift +T-compiler
This fixes a crash when compiling the standard library. In addition the Cranelift update fixes all the 128bit int abi incompatibility between cg_clif and cg_llvm.
r? @ghost
@rustbot label +A-codegen +A-cranelift +T-compiler