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

Implement DoubleEndedIterator::next_chunk_back 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.
#156737 opened May 19, 2026 by asder8215 Contributor Loading…
Fix jump to def link generation on primitive type associated methods 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.
#156736 opened May 19, 2026 by GuillaumeGomez Member Loading…
Move NativeLib::filename to the rmeta-link archive member A-run-make Area: port run-make Makefiles to rmake.rs 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.
#156735 opened May 19, 2026 by mehdiakiki Contributor Loading…
[rustdoc] Move span_map file to the right folder 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.
#156734 opened May 18, 2026 by GuillaumeGomez Member Loading…
docs: remove duplicate "hermit" entry in OS constants list 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.
#156731 opened May 18, 2026 by kcx1 Loading…
Fix jump-to-def links broken by turbofish syntax 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.
#156727 opened May 18, 2026 by abdul2801 Loading…
Emit RTN feature diagnostic for empty assoc item parens 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.
#156725 opened May 18, 2026 by P8L1 Contributor Loading…
Handle nontype const inherent associated consts F-generic_const_exprs `#![feature(generic_const_exprs)]` 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.
#156721 opened May 18, 2026 by cijiugechu Member Loading…
Implement asm! interpolate A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#156719 opened May 18, 2026 by daxpedda Contributor Loading…
Pre-insert layouts of basic integers for consteval perf 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.
#156718 opened May 18, 2026 by 197g Contributor Loading…
tests: fix: parallel frontend test failures: different alloc ids 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.
#156716 opened May 18, 2026 by heinwol Loading…
rustc_driver: do not inline docs from _impl crate 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.
#156715 opened May 18, 2026 by fee1-dead Member Loading…
Pointer authentication config and user facing options A-compiletest Area: The compiletest test runner 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` 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) 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.
#156712 opened May 18, 2026 by jchlanda Draft
eagerly normalize param_envs, treat them as fully normalized 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)
#156698 opened May 18, 2026 by lcnr Contributor Loading…
feat: improve integer parsing performance 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.
#156695 opened May 18, 2026 by gilescope Contributor Draft
compiletest: Prepare all simple //@ needs-* conditions in advance 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)
#156692 opened May 18, 2026 by Zalathar Member Loading…
Manually load GDB visualizers on windows for GDB tests 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)
#156688 opened May 18, 2026 by Walnut356 Contributor Loading…
Improve cgu size estimate 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.
#156684 opened May 18, 2026 by csmoe Contributor Loading…
bootstrap: add bootstrap step to run stdarch-gen checks in 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#156674 opened May 17, 2026 by xonx4l Contributor Loading…
Privacy: fix effective visibility calculation for items reachable through RPIT 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.
#156673 opened May 17, 2026 by Bryanskiy Contributor Loading…
Misc improvements to coroutine transform code 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.
#156672 opened May 17, 2026 by cjgillot Contributor Loading…
DRAFT: inline formatting of floating points 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.
#156671 opened May 17, 2026 by pascaldekloe Contributor Draft
Evaluate Unevaluated const inside Const::Ty in valtree conversion 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.
#156669 opened May 17, 2026 by cijiugechu Member Loading…
Clarify meaning of ranges in pointer offset docs 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.
#156666 opened May 17, 2026 by RalfJung Member Loading…
eagerly normalize goals before trying to evaluate them 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#156665 opened May 17, 2026 by lcnr Contributor Loading…
ProTip! no:milestone will show everything without a milestone.