ignore unsized types in mips64 and sparc64 callconvs by folkertdev · Pull Request #149041 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation2 Commits1 Checks11 Files changed

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

[ Show hidden characters]({{ revealButtonHref }})

@folkertdev

Non-rustic calling conventions should not make up an ABI for unsized types (cc #148302). The vast majority of our callconv implementations already ignore unsized types, sparc64 and mips64 I guess were missed.

r? @bjorn3

@folkertdev

@rustbot rustbot added the T-compiler

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

label

Nov 17, 2025

@bjorn3

@bors

📌 Commit bbf7dc0 has been approved by bjorn3

It is now in the queue for this repository.

@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

Nov 19, 2025

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

Nov 19, 2025

@matthiaskrgr

…nsized, r=bjorn3

ignore unsized types in mips64 and sparc64 callconvs

Non-rustic calling conventions should not make up an ABI for unsized types (cc rust-lang#148302). The vast majority of our callconv implementations already ignore unsized types, sparc64 and mips64 I guess were missed.

r? @bjorn3

bors added a commit that referenced this pull request

Nov 19, 2025

@bors

Rollup of 7 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

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

Nov 19, 2025

@matthiaskrgr

…nsized, r=bjorn3

ignore unsized types in mips64 and sparc64 callconvs

Non-rustic calling conventions should not make up an ABI for unsized types (cc rust-lang#148302). The vast majority of our callconv implementations already ignore unsized types, sparc64 and mips64 I guess were missed.

r? @bjorn3

bors added a commit that referenced this pull request

Nov 20, 2025

@bors

Rollup of 6 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

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

Nov 20, 2025

@Zalathar

…nsized, r=bjorn3

ignore unsized types in mips64 and sparc64 callconvs

Non-rustic calling conventions should not make up an ABI for unsized types (cc rust-lang#148302). The vast majority of our callconv implementations already ignore unsized types, sparc64 and mips64 I guess were missed.

r? @bjorn3

bors added a commit that referenced this pull request

Nov 20, 2025

@bors

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

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

Nov 20, 2025

@Zalathar

…nsized, r=bjorn3

ignore unsized types in mips64 and sparc64 callconvs

Non-rustic calling conventions should not make up an ABI for unsized types (cc rust-lang#148302). The vast majority of our callconv implementations already ignore unsized types, sparc64 and mips64 I guess were missed.

r? @bjorn3

bors added a commit that referenced this pull request

Nov 20, 2025

@bors

Rollup of 10 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit that referenced this pull request

Nov 20, 2025

@bors

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit that referenced this pull request

Nov 20, 2025

@rust-timer

Rollup merge of #149041 - folkertdev:sparc64-mips64-ignore-unsized, r=bjorn3

ignore unsized types in mips64 and sparc64 callconvs

Non-rustic calling conventions should not make up an ABI for unsized types (cc #148302). The vast majority of our callconv implementations already ignore unsized types, sparc64 and mips64 I guess were missed.

r? @bjorn3

github-actions bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request

Nov 24, 2025

@bors

makai410 pushed a commit to makai410/rustc_public that referenced this pull request

Dec 10, 2025

@bors

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

Dec 10, 2025

@matthiaskrgr

…nsized, r=bjorn3

ignore unsized types in mips64 and sparc64 callconvs

Non-rustic calling conventions should not make up an ABI for unsized types (cc rust-lang#148302). The vast majority of our callconv implementations already ignore unsized types, sparc64 and mips64 I guess were missed.

r? @bjorn3

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

Dec 10, 2025

@bors

Labels

S-waiting-on-bors

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

T-compiler

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