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

Rollup of 3 pull requests rollup A PR which is a rollup 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-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#154411 by JonathanBrouwer was closed Mar 26, 2026 Loading…
Clean up the API for opening/checking incremental-compilation files 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.
#154410 opened Mar 26, 2026 by Zalathar Loading…
Update try_blocks to a new tracking issue number 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-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#154409 opened Mar 26, 2026 by scottmcm Loading…
Link from assert_matches to debug_assert_matches 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.
#154407 opened Mar 26, 2026 by theemathas Loading…
Improve doc comment unicode guidance 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.
#154405 opened Mar 26, 2026 by chenyukang Loading…
Add tracking of query call locations 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#154402 opened Mar 26, 2026 by Zoxc Draft
Enhance documentation on wake call memory ordering 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.
#154401 opened Mar 26, 2026 by xmh0511 Loading…
Remove OpaqueListContents 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.
#154399 opened Mar 26, 2026 by nnethercote Loading…
Add test for async Send with PhantomData<*mut ()> + unsafe impl Send + dyn 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.
#154398 opened Mar 26, 2026 by sandersaares Loading…
chore(deps): update rust crate tar to v0.4.45 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-clippy Relevant to the Clippy team.
#154396 opened Mar 26, 2026 by xtqqczze Loading…
Normalize rustc path prefix when testing -Z track-diagnostics 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.
#154394 opened Mar 25, 2026 by aDotInTheVoid Loading…
Add more robust handling of nested query cycles 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#154389 opened Mar 25, 2026 by Zoxc Draft
Improved handling for cycles within the query system itself A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#154387 opened Mar 25, 2026 by jyn514 Loading…
Fix #[expect(dead_code)] liveness propagation 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.
#154377 opened Mar 25, 2026 by mu001999 Loading…
Remove more BuiltinLintDiag variants - part 4 perf-regression Performance regression. 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.
#154376 opened Mar 25, 2026 by GuillaumeGomez Loading…
large_enums mir pass: fix is_enabled logic 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.
#154375 opened Mar 25, 2026 by RalfJung Loading…
Rename MetaSized trait to SizeOfVal A-run-make Area: port run-make Makefiles to rmake.rs A-rustc-dev-guide Area: rustc-dev-guide A-rustdoc-json Area: Rustdoc JSON backend A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` PG-exploit-mitigations Project group: Exploit mitigations S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-clippy Relevant to the Clippy team. 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#154374 opened Mar 25, 2026 by lqd Draft
Skip linting unused braces for FunctionArg and MethodArg context for 2024 later 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.
#154373 opened Mar 25, 2026 by chenyukang Loading…
Exposing Float Masks 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.
#154372 opened Mar 25, 2026 by Apersoma Draft
Use LocalDefId for more tcx method calls T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#154371 opened Mar 25, 2026 by zetanumbers Loading…
Clarify one-past-the-end pointer validity 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.
#154370 opened Mar 25, 2026 by justanotheranonymoususer Loading…
Fix pattern_from_macro_note for bit-or expr 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.
#154369 opened Mar 25, 2026 by ver-nyan Loading…
delegation: invoke hir_crate_items before force_delayed_owners_lowering F-fn_delegation `#![feature(fn_delegation)]` 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#154368 opened Mar 25, 2026 by aerooneqq Loading…
Make rustc_hir_analysis not depend on rustc_lint. 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.
#154361 opened Mar 25, 2026 by nnethercote Loading…
uefi: extend comment for TcpStream Send impl 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.
#154357 opened Mar 25, 2026 by RalfJung Loading…
ProTip! Follow long discussions with comments:>50.