Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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.
#147644 opened Oct 13, 2025 by cjgillot Draft
Make ops::DerefMut a diagnostic item 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.
#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.
#147634 opened Oct 13, 2025 by fmease Draft
3 tasks
Add new --bypass-ignore-backends option A-compiletest 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)
#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 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.
#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 != check to ChunkedBitSet::union. 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.
#147619 opened Oct 12, 2025 by nnethercote Loading…
[WIP] standalone proc_macro backend S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#147617 opened Oct 12, 2025 by cyrgani Draft
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.
#147614 opened Oct 12, 2025 by cjgillot Draft
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 -Zremap-path-scope A-run-make 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.
#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…
ProTip! What’s not been updated in a month: updated:<2025-09-13.