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

Add another example for escaped # character in doctest in rustdoc book S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#145356 opened Aug 13, 2025 by GuillaumeGomez Loading…
Add codegen test for issue 122734 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.
#145355 opened Aug 13, 2025 by clubby789 Loading…
Cache derive proc macro expansion with incremental query 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.
#145354 opened Aug 13, 2025 by Kobzol Loading…
bootstrap: Fix jemalloc 64K page support for aarch64 tools 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)
#145353 opened Aug 13, 2025 by CathalMullan Loading…
Remove default config from bootstrap S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#145352 opened Aug 13, 2025 by Shourya742 Draft
Rollup of 9 pull requests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` PG-exploit-mitigations Project group: Exploit mitigations rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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.
#145351 opened Aug 13, 2025 by jdonszelmann Loading…
Fix span handling for EOF tokens to enable proper diagnostics 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.
#145350 opened Aug 13, 2025 by notJoon Loading…
Correctly handle when there are no unstable items in the documented crate 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.
#145349 opened Aug 13, 2025 by GuillaumeGomez Loading…
Sometimes skip over tokens in parse_token_tree. 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.
#145348 opened Aug 13, 2025 by nnethercote Draft
[WIP] Underefer refactoring 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.
#145344 opened Aug 13, 2025 by beepster4096 Draft
Dogfood -Zno-embed-metadata in the compiler A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#145343 opened Aug 13, 2025 by Kobzol Draft
fix drop scope for super let bindings within if let I-lang-nominated Nominated for discussion during a lang team meeting. I-libs-api-nominated Nominated for discussion during a libs-api team meeting. P-lang-drag-1 Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang 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.
#145342 opened Aug 13, 2025 by dianne Loading…
Install libgccjit into the compiler's sysroot when cg_gcc is enabled 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)
#145341 opened Aug 13, 2025 by Kobzol Loading…
Split codegen backend check step into two and don't run it with x check compiler S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#145340 opened Aug 13, 2025 by Kobzol Loading…
std: sys: net: uefi: tcp: Initial TcpListener support 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.
#145339 opened Aug 13, 2025 by Ayush1325 Loading…
actually provide the correct args to coroutine witnesses 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)
#145338 opened Aug 13, 2025 by lcnr Loading…
[WIP]: Do not store tag in uninhabited enum variants, or in the single inhabited variant. A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#145337 opened Aug 13, 2025 by zachs18 Draft
Hide docs for core::unicode 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.
#145336 opened Aug 13, 2025 by clarfonthey Loading…
Move WTF-8 code from std into core and alloc A-tidy Area: The tidy tool O-windows Operating system: Windows 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#145335 opened Aug 13, 2025 by clarfonthey Loading…
Rehome tests/ui/issues/ tests to other subdirectories under tests/ui/ 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.
#145332 opened Aug 13, 2025 by Oneirical Draft
Make std use the edition 2024 prelude S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#145331 opened Aug 13, 2025 by theemathas Loading…
[TOY] Run MIR opts before coroutine state transform 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.
#145330 opened Aug 13, 2025 by cjgillot Draft
std: make address resolution weirdness local to SGX 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.
#145327 opened Aug 12, 2025 by joboet Loading…
compiletest: assert that debugger provided for debuginfo tests and any tests actually collected for run 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)
#145326 opened Aug 12, 2025 by klensy Loading…
Rename and document ONLY_HOSTS in bootstrap A-testsuite Area: The testsuite used to check the correctness of rustc 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)
#145324 opened Aug 12, 2025 by Kobzol Loading…
ProTip! Updated in the last three days: updated:>2025-08-10.