- 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
Hide vendoring and copyright in GHA group 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)
#147647 opened Oct 13, 2025 by Noratrieb Loading…
rustc_target: introduce Architecture A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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.
#147645 opened Oct 13, 2025 by tamird Loading…
Use regular Vec in BitSet. 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.
Make 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.
ops::DerefMut
a diagnostic item S-waiting-on-review #147643 opened Oct 13, 2025 by relaxcn Loading…
Miscellaneous const-related fixes 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.
#147642 opened Oct 13, 2025 by camelid Loading…
Liveness: Cache the set of string constants for suggestions. 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.
#147641 opened Oct 13, 2025 by cjgillot Loading…
Rollup of 7 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#147640 opened Oct 13, 2025 by matthiaskrgr Loading…
bpf: return results larger than one register indirectly 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.
#147638 opened Oct 13, 2025 by alessandrod Loading…
miri subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#147636 opened Oct 13, 2025 by RalfJung Loading…
[WIP] Move even more early buffered lints to dyn lint diagnostics 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.
Add new Area: The compiletest test runner 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)
--bypass-ignore-backends
option A-compiletest #147633 opened Oct 13, 2025 by GuillaumeGomez Loading…
Fix ICE when late-bound lifetimes don't appear in fn signature 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-types Relevant to the types team, which will review and decide on the PR/issue.
#147631 opened Oct 13, 2025 by JohnTitor Loading…
Bitset cleanups 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.
#147630 opened Oct 13, 2025 by nnethercote • Draft
x86: Correctly pass larger structs/types in registers with -Zregparm 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.
#147628 opened Oct 13, 2025 by sulix Loading…
unicode_data
refactors S-waiting-on-review #147622 opened Oct 13, 2025 by Kmeakin Loading…
librustdoc: Make RenderOptions boolean fields into newtypes A-rustdoc-json Area: Rustdoc JSON backend 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#147621 opened Oct 12, 2025 by jefftt Loading…
Avoid redundant UB check in RangeFrom slice indexing 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.
#147620 opened Oct 12, 2025 by saethlin Loading…
Add a 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.
!=
check to ChunkedBitSet::union
. S-waiting-on-bors #147619 opened Oct 12, 2025 by nnethercote Loading…
[WIP] standalone Status: This is awaiting some action (such as code changes or more information) from the author.
proc_macro
backend S-waiting-on-author reduce calls to attr.span() in old doc attr parsing A-attributes 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.
#147615 opened Oct 12, 2025 by jdonszelmann Loading…
Perform DestinationPropagation on places. 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Make logging filters work again by moving EnvFilter into its own layer 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.
#147613 opened Oct 12, 2025 by dingxiangfei2009 Loading…
Stabilize Area: port run-make Makefiles to rmake.rs disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. F-trim-paths Feature: trim-paths needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. 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.
-Zremap-path-scope
A-run-make #147611 opened Oct 12, 2025 by Urgau Loading…
GVN: Invalidate derefs when a loop exists beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#147607 opened Oct 12, 2025 by dianqk Loading…
Deduplicate higher-ranked lifetime capture errors in impl Trait 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.
#147602 opened Oct 12, 2025 by JohnTitor Loading…
Previous Next
ProTip! What’s not been updated in a month: updated:<2025-09-13.