-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 6 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-run-make
Area: port run-make Makefiles to rmake.rs
rollup
A PR which is a rollup
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#147492
opened Oct 8, 2025 by
matthiaskrgr
Loading…
rustdoc: remove redundant clone in synthesize_auto_trait_impls
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#147491
opened Oct 8, 2025 by
lolbinarycat
•
Draft
Prefer to use repeat_n over repeat().take()
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#147489
opened Oct 8, 2025 by
chenyukang
Loading…
refactor: Remove Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
LLVMRustInsertPrivateGlobal
A-LLVM
#147488
opened Oct 8, 2025 by
AMS21
Loading…
[PERF] privacy: Visit DefIds once in DefIdVisitorSkeleton
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#147486
opened Oct 8, 2025 by
petrochenkov
Loading…
needs_help: wip fix 146190
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Perform InstSimplify before ReferencePropagation.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustdoc: calculate effective visibilities of crates on-demand
perf-regression
Performance regression.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#147482
opened Oct 8, 2025 by
lolbinarycat
•
Draft
format: some small cleanup
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.
#147481
opened Oct 8, 2025 by
hkBst
Loading…
Do not invalidate CFG caches in CtfeLimit.
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.
#147480
opened Oct 8, 2025 by
cjgillot
Loading…
cmse: improve error messages
F-abi_c_cmse_nonsecure_call
`#![feature(abi_c_cmse_nonsecure_call)]`
F-cmse_nonsecure_entry
`#![feature(cmse_nonsecure_entry)]`
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.
#147479
opened Oct 8, 2025 by
folkertdev
Loading…
More intuitive error when using self to instantiate tuple struct with private field
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.
#147478
opened Oct 8, 2025 by
Jamesbarford
Loading…
Refactor AddCallGuards in two loops.
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.
#147477
opened Oct 8, 2025 by
cjgillot
Loading…
Add a test for the cold attribute
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.
#147476
opened Oct 8, 2025 by
ehuss
Loading…
refactor: replace Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
LLVMRustBuildMem{Cpy,Move,Set}
with plain LLVM functions
A-LLVM
Do Area: Our Github Actions CI
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
x check
on various bootstrap tools in CI
A-CI
#147473
opened Oct 8, 2025 by
Zalathar
Loading…
Assert that non-extended temporaries and 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.
super let
bindings have scopes
S-waiting-on-review
#147471
opened Oct 8, 2025 by
dianne
Loading…
Clarify how to remediate the panic_immediate_abort error
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#147470
opened Oct 8, 2025 by
ia0
Loading…
Implement fs api set_times and set_times_nofollow
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#147468
opened Oct 8, 2025 by
chenyukang
Loading…
Fix double warnings on Area: Attributes (`#[…]`, `#![…]`)
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.
#[no_mangle]
A-attributes
#147467
opened Oct 8, 2025 by
JonathanBrouwer
Loading…
[Do not merge] Test LLVM 21.1.2
A-CI
Area: Our Github Actions CI
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
rustc_codegen_llvm: Require Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
opt-level >= 1
for index-based write_operand_repeatedly() loop
A-LLVM
#147462
opened Oct 8, 2025 by
Enselic
Loading…
specialize slice::fill to use memset when possible
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#147457
opened Oct 7, 2025 by
the8472
Loading…
Fix backtraces with 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.
-C panic=abort
on qnx; emit unwind tables by default
S-waiting-on-review
#147454
opened Oct 7, 2025 by
Hoverbear
Loading…
rustdoc: instrument call to lib_embargo_visit_item
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#147452
opened Oct 7, 2025 by
lolbinarycat
•
Draft
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.