-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 9 pull requests #114585
Rollup of 9 pull requests #114585
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8fb568 - Browse repository at this point
Copy the full SHA d8fb568View commit details
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57407a3 - Browse repository at this point
Copy the full SHA 57407a3View commit details
Commits on Aug 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c9e83c0 - Browse repository at this point
Copy the full SHA c9e83c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d4df88 - Browse repository at this point
Copy the full SHA 4d4df88View commit details -
llvm-wrapper: adapt for LLVM API changes
No functional changes intended. Adapts llvm-wrapper for llvm/llvm-project@65e57bb. Found by our experimental rust + llvm @ HEAD CI: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/21304#0189c526-86cd-4db9-bdbc-dd0132dfc22b/197-500
Configuration menu - View commit details
-
Copy full SHA for 9941db4 - Browse repository at this point
Copy the full SHA 9941db4View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dee4cba - Browse repository at this point
Copy the full SHA dee4cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d33608 - Browse repository at this point
Copy the full SHA 8d33608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3262e - Browse repository at this point
Copy the full SHA 3f3262eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4199a3c - Browse repository at this point
Copy the full SHA 4199a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 496faa8 - Browse repository at this point
Copy the full SHA 496faa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e69a8a - Browse repository at this point
Copy the full SHA 0e69a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4d7bd - Browse repository at this point
Copy the full SHA 6e4d7bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 409d994 - Browse repository at this point
Copy the full SHA 409d994View commit details -
Rollup merge of rust-lang#113568 - ferrocene:pa-spurious-weak-lang-it…
…em-2, r=b-naber Fix spurious test failure with `panic=abort` Description on why it happens and why the fix should work is in the code comments.
Configuration menu - View commit details
-
Copy full SHA for bf40327 - Browse repository at this point
Copy the full SHA bf40327View commit details -
Rollup merge of rust-lang#114196 - compiler-errors:bubble-pls, r=lcnr
Bubble up nested goals from equation in `predicates_for_object_candidate` This used to be needed for rust-lang#114036 (comment), but since it's no longer, I'm opening this as a separate PR. This also fixes one ICEing UI test: (`tests/ui/unboxed-closures/issue-53448.rs`) r? `@lcnr`
Configuration menu - View commit details
-
Copy full SHA for 2a643b2 - Browse repository at this point
Copy the full SHA 2a643b2View commit details -
Rollup merge of rust-lang#114485 - spastorino:add-trait-decls, r=oli-obk
Add trait decls to SMIR r? `@oli-obk` Closes rust-lang/project-stable-mir#20
Configuration menu - View commit details
-
Copy full SHA for 7a52fe5 - Browse repository at this point
Copy the full SHA 7a52fe5View commit details -
Rollup merge of rust-lang#114495 - taiki-e:avr-atomic, r=Amanieu
Set max_atomic_width for AVR to 16 This is currently set to 0 https://github.com/rust-lang/rust/blob/90f0b24ad3e7fc0dc0e419c9da30d74629cd5736/compiler/rustc_target/src/spec/avr_gnu_base.rs#L26-L27 However, LLVM supports {8,16}-bit atomic load/store on AVR (support for RMW is still quite incomplete and only partially supported). https://github.com/llvm/llvm-project/blob/llvmorg-15.0.0/llvm/test/CodeGen/AVR/atomics/load8.ll#L5-L13 https://github.com/llvm/llvm-project/blob/llvmorg-15.0.0/llvm/test/CodeGen/AVR/atomics/load16.ll#L3-L12 https://github.com/llvm/llvm-project/blob/llvmorg-15.0.0/llvm/test/CodeGen/AVR/atomics/store.ll#L3-L22 cc rust-lang#99668 r? `@Amanieu`
Configuration menu - View commit details
-
Copy full SHA for b0a5126 - Browse repository at this point
Copy the full SHA b0a5126View commit details -
Rollup merge of rust-lang#114496 - taiki-e:sparc32-atomic, r=Amanieu
Set max_atomic_width for sparc-unknown-linux-gnu to 32 This is currently set to 64 https://github.com/rust-lang/rust/blob/90f0b24ad3e7fc0dc0e419c9da30d74629cd5736/compiler/rustc_target/src/spec/sparc_unknown_linux_gnu.rs#L8 However, AFAIK, this architecture doesn't support 64-bit atomics, and LLVM generates libcalls: https://godbolt.org/z/chzThWGG1 (Currently, attempts to run `cargo test` for this target result in "undefined reference to `__sync_val_compare_and_swap_8'" error. taiki-e/rust-cross-toolchain@02efe1e) r? `@Amanieu`
Configuration menu - View commit details
-
Copy full SHA for 9b1f943 - Browse repository at this point
Copy the full SHA 9b1f943View commit details -
Rollup merge of rust-lang#114510 - krasimirgg:llvm-17-cmi, r=nikic
llvm-wrapper: adapt for LLVM API changes No functional changes intended. Adapts llvm-wrapper for llvm/llvm-project@65e57bb. Found by our experimental rust + llvm @ HEAD CI: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/21304#0189c526-86cd-4db9-bdbc-dd0132dfc22b/197-500
Configuration menu - View commit details
-
Copy full SHA for 1d82946 - Browse repository at this point
Copy the full SHA 1d82946View commit details -
Rollup merge of rust-lang#114562 - Trolldemorted:thiscall, r=oli-obk
stabilize abi_thiscall Closes rust-lang#42202, stabilizing the use of the "thiscall" ABI. FCP was substituted by a poll, and the poll has been accepted.
Configuration menu - View commit details
-
Copy full SHA for 06daa9e - Browse repository at this point
Copy the full SHA 06daa9eView commit details -
Rollup merge of rust-lang#114570 - ttsugriy:miri-vc-typo, r=RalfJung
[miri][typo] Fix a typo in a vector_block comment.
Configuration menu - View commit details
-
Copy full SHA for e7b7362 - Browse repository at this point
Copy the full SHA e7b7362View commit details -
Rollup merge of rust-lang#114573 - Kobzol:ci-no-group-on-error, r=oli…
…-obk CI: do not hide error logs in a group This PR avoids creating a GHA group at the very end of a CI workflow when some failure has happened. Before, when a failure has happened, its GHA group was not closed, however the clock drift check function would create a new group, which would actually close the group containing the error log, thus making errors hidden by default, which is not ideal. See discussion here: https://rust-lang.zulipchat.com/#narrow/stream/326414-t-infra.2Fbootstrap/topic/GHA.20groups.20being.20closed.20on.20failures r? bootstrap
Configuration menu - View commit details
-
Copy full SHA for d9f3d49 - Browse repository at this point
Copy the full SHA d9f3d49View commit details