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

Enable #[diagnostic::on_const] for local impls 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.
#154609 opened Mar 30, 2026 by mejrs Loading…
Add _value API for number literals in proc-macro 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.
#154608 opened Mar 30, 2026 by GuillaumeGomez Loading…
misc test cleanups A-tidy Area: The tidy tool 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#154606 opened Mar 30, 2026 by cyrgani Loading…
Make span_suggestions always verbose PG-exploit-mitigations Project group: Exploit mitigations 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.
#154605 opened Mar 30, 2026 by estebank Loading…
abort in core 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.
#154604 opened Mar 30, 2026 by CAD97 Loading…
rustdoc-json: Expose Item stability 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.
#154603 opened Mar 30, 2026 by aDotInTheVoid Draft
4 tasks
report the varargs_without_pattern lint in deps F-c_variadic `#![feature(c_variadic)]` I-lang-nominated Nominated for discussion during a lang team meeting. 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.
#154599 opened Mar 30, 2026 by folkertdev Loading…
test #[naked] with #[link_section = "..."] on windows 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.
#154598 opened Mar 30, 2026 by folkertdev Loading…
Update to wasi-sdk-32 in CI/releases A-CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#154596 opened Mar 30, 2026 by alexcrichton Loading…
Emit fatal on invalid const args with nested defs 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.
#154595 opened Mar 30, 2026 by mu001999 Loading…
Fix mismatched_lifetime_syntaxes suggestions for hidden path lifetimes 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.
#154592 opened Mar 30, 2026 by reddevilmidzy Loading…
Remove will_cache_on_disk_for_key_fn A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#154591 opened Mar 30, 2026 by zetanumbers Draft
Make #[cfg] suggest any or all on #[cfg(a, b)] 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.
#154590 opened Mar 30, 2026 by scrabsha Draft
Rollup of 5 pull requests 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#154588 opened Mar 30, 2026 by JonathanBrouwer Loading…
Add --quiet flag to suppress verbose run-make output for passing tests A-compiletest Area: The compiletest test runner A-run-make Area: port run-make Makefiles to rmake.rs 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)
#154587 opened Mar 30, 2026 by Ayuse Loading…
3 tasks done
Record failed tests with --record, and rerun them with --rerun 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)
#154586 opened Mar 30, 2026 by jdonszelmann Loading…
set no_mangle_generic_items deny by default needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#154585 opened Mar 30, 2026 by HerrCai0907 Loading…
string_extract_if: initial implementation S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#154583 opened Mar 30, 2026 by GrigorenkoPV Draft
miri subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#154582 opened Mar 30, 2026 by RalfJung Loading…
More informative Debug for vec::ExtractIf 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.
#154581 opened Mar 30, 2026 by GrigorenkoPV Loading…
Split AttributeParserError Diagnostic implementation into subfunctions 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.
#154580 opened Mar 30, 2026 by scrabsha Loading…
remove debug requirement from hooks 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.
#154579 opened Mar 30, 2026 by jdonszelmann Loading…
Rename probe_ty_var to try_resolve_ty_var 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.
#154578 opened Mar 30, 2026 by jdonszelmann Loading…
Update mir-opt 64-bit panic-abort tests for Alignment rename 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.
#154577 opened Mar 30, 2026 by jyn514 Loading…
Simplify the cache_on_disk_if modifier to just cache_on_disk A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#154576 opened Mar 30, 2026 by Zalathar Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.