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

privacy: share effective visibility initialization 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.
#155794 opened Apr 25, 2026 by SynapLink Loading…
Rollup of 4 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustdoc-json Area: Rustdoc JSON backend A-tidy Area: The tidy tool 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#155793 opened Apr 25, 2026 by JonathanBrouwer Contributor Loading…
privacy: document unordered visibility limit 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.
#155792 opened Apr 25, 2026 by SynapLink Loading…
de-non_const (DoubleEnded)Iterator advance(_back)_by 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155790 opened Apr 25, 2026 by Lars-Schumann Contributor Draft
Cleanups to AttributeExt A-attributes Area: Attributes (`#[…]`, `#![…]`) 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#155789 opened Apr 25, 2026 by JonathanBrouwer Contributor Loading…
Reduce AttributeKind from 40 to 32 bytes A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#155788 opened Apr 25, 2026 by mejrs Contributor Draft
Rollup of 5 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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.
#155786 opened Apr 25, 2026 by JonathanBrouwer Contributor Loading…
Do not suggest internal cfg trace 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.
#155783 opened Apr 25, 2026 by qaijuang Contributor Loading…
ssa_range_prop: use if let guards 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.
#155779 opened Apr 25, 2026 by Human9000-bit Contributor Loading…
Avoid Vec allocation in TyCtxt::mk_place_elem 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.
#155778 opened Apr 25, 2026 by kevinheavey Loading…
Make create_def a query 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.
#155777 opened Apr 25, 2026 by cjgillot Contributor Draft
Remove attribute parsing Stage A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#155775 opened Apr 25, 2026 by JonathanBrouwer Contributor Loading…
std: maintain CStringArray null-termination even if Vec::push panics 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.
#155774 opened Apr 25, 2026 by joboet Member Loading…
Check closure's constness validity in the constness query PG-const-traits Project group: Const traits 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.
#155772 opened Apr 25, 2026 by oli-obk Contributor Loading…
Build bootstrap with an explicit target 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)
#155771 opened Apr 25, 2026 by chenyukang Member Loading…
Avoid misleading closure return type note 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.
#155770 opened Apr 25, 2026 by chenyukang Member Loading…
triagebot.toml: Ping Enselic when tests/debuginfo/basic-stepping.rs changes A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#155769 opened Apr 25, 2026 by Enselic Member Loading…
compiletest: Overhaul the code for running an incremental test revision 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)
#155768 opened Apr 25, 2026 by Zalathar Member Loading…
-Znext-solver Eager normalization outside of solver 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#155767 opened Apr 25, 2026 by adwinwhite Contributor Draft
Avoid recursive blanket impl checks A-rustdoc-js Area: Rustdoc's JS front-end A-rustdoc-search Area: Rustdoc's search feature S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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.
#155765 opened Apr 25, 2026 by chenyukang Member Loading…
Promotes 5 Thumb-mode bare-metal Arm targets to Tier 2 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.
#155763 opened Apr 25, 2026 by cezarbbb Contributor Loading…
Remove AttributeLintKind A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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.
#155760 opened Apr 25, 2026 by GuillaumeGomez Member Loading…
macro_metavar_expr_concat: explain why idents are invalid 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.
#155757 opened Apr 24, 2026 by mejrs Contributor Loading…
Document that ManuallyDrop's Box interaction has been fixed 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.
#155750 opened Apr 24, 2026 by WaffleLapkin Member Loading…
-Znext-solver Ignore region constraints from the nested goals in leakcheck 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#155749 opened Apr 24, 2026 by ShoyuVanilla Member Draft
3
1
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.