rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) by azhogin · Pull Request #130777 · rust-lang/rust

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Sep 24, 2024

@ojeda ojeda mentioned this pull request

Sep 24, 2024

67 tasks

@azhogin azhogin marked this pull request as ready for review

September 26, 2024 17:35

cjgillot

Darksonn

workingjubilee

workingjubilee

@rustbot rustbot added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Nov 3, 2024

@ojeda ojeda mentioned this pull request

Nov 18, 2024

48 tasks

@azhogin

workingjubilee

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Dec 5, 2024

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Dec 6, 2024
… r=workingjubilee

rust_for_linux: -Zreg-struct-return commandline flag for X86 (rust-lang#116973)

Command line flag `-Zreg-struct-return` for X86 (32-bit) for rust-for-linux.
This flag enables the same behavior as the `abi_return_struct_as_int` target spec key.

- Tracking issue: rust-lang#116973

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 6, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 6, 2024
…iaskrgr

Rollup of 5 pull requests

Successful merges:

 - rust-lang#130777 (rust_for_linux: -Zreg-struct-return commandline flag for X86 (rust-lang#116973))
 - rust-lang#133211 (Extend Miri to correctly pass mutable pointers through FFI)
 - rust-lang#133790 (Improve documentation for Vec::extend_from_within)
 - rust-lang#133930 (rustbook: update to use new mdbook-trpl package from The Book)
 - rust-lang#133931 (Only allow PassMode::Direct for aggregates on wasm when using the C ABI)

r? `@ghost`
`@rustbot` modify labels: rollup

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Dec 6, 2024
Rollup merge of rust-lang#130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee

rust_for_linux: -Zreg-struct-return commandline flag for X86 (rust-lang#116973)

Command line flag `-Zreg-struct-return` for X86 (32-bit) for rust-for-linux.
This flag enables the same behavior as the `abi_return_struct_as_int` target spec key.

- Tracking issue: rust-lang#116973

antoyo pushed a commit to antoyo/rust that referenced this pull request

Jan 13, 2025
… r=workingjubilee

rust_for_linux: -Zreg-struct-return commandline flag for X86 (rust-lang#116973)

Command line flag `-Zreg-struct-return` for X86 (32-bit) for rust-for-linux.
This flag enables the same behavior as the `abi_return_struct_as_int` target spec key.

- Tracking issue: rust-lang#116973