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

Make all float intrinsics generics A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) 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-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.
#162395 opened Sep 7, 2026 by N1ark Member Loading…
remove outdated comment in UnsafeCell::raw_get source 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.
#162390 opened Sep 6, 2026 by RedDaedalus Contributor Loading…
std: fix set_permissions_nofollow on espidf and horizon 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.
#162388 opened Sep 6, 2026 by devnexen Contributor Loading…
Add a regression test for trailing attributes in doctests 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.
#162386 opened Sep 6, 2026 by JonathanBrouwer Member Loading…
remove EnumSizeOpt 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.
#162384 opened Sep 6, 2026 by RalfJung Member Loading…
Add a hint for using nolimit to the limiting error message 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.
#162383 opened Sep 6, 2026 by JonathanBrouwer Member Loading…
fix bare urls split text 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.
#162381 opened Sep 6, 2026 by malezjaa Contributor Loading…
defer next-solver normalization obligations in type ops 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)
#162380 opened Sep 6, 2026 by amirHdev Contributor Draft
add test ensuring we refuse to const-eval the body of a rustc_do_not_const_check function 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.
#162379 opened Sep 6, 2026 by RalfJung Member Loading…
Recover from incorrect replacement of & for types and expressions 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.
#162376 opened Sep 6, 2026 by KevinA-cpu Contributor Loading…
Make VaArgSafe dyn-incompatible beta-nominated Nominated for backporting to the compiler in the beta channel. 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#162374 opened Sep 6, 2026 by theemathas Contributor Loading…
Move the foreign module #[link] ABI check to attribute parsing A-attributes Area: Attributes (`#[…]`, `#![…]`) S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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.
#162373 opened Sep 6, 2026 by hizyyo Loading…
Clean up test/rustdoc-html folder by moving tests where appropriate 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.
#162372 opened Sep 6, 2026 by GuillaumeGomez Member Loading…
Cache sanitizer set in Session 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.
#162371 opened Sep 6, 2026 by Kobzol Member Loading…
Document the recursion_limit built-in attribute 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.
#162369 opened Sep 6, 2026 by kiana1kaslana Loading…
Use reason for tracked item diagnostics from cfg_select! 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.
#162367 opened Sep 6, 2026 by JonathanBrouwer Member Loading…
Replace hard linked metadata.rmeta with a copy when finalizing the incremental compilation session dir fails 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.
#162366 opened Sep 6, 2026 by TheHighestBit Loading…
Use correct dir_path when parsing module from path 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.
#162363 opened Sep 6, 2026 by mu001999 Member Loading…
perf experiment: give noalias back to refs in closures 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.
#162361 opened Sep 6, 2026 by RalfJung Member Draft
experient to understand MaybeDangling perf 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.
#162357 opened Sep 6, 2026 by RalfJung Member Draft
Make comptime functions ineligible for coverage A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#162354 opened Sep 6, 2026 by Zalathar Member Loading…
rustdoc: add missing CCI union logic A-compiletest Area: The compiletest test runner A-rustdoc-js Area: Rustdoc's JS front-end A-rustdoc-search Area: Rustdoc's search feature 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) 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.
#162346 opened Sep 5, 2026 by notriddle Contributor Loading…
[rustdoc] Add new --feature-documentation command line option A-rustdoc-js Area: Rustdoc's JS front-end A-rustdoc-json Area: Rustdoc JSON backend 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.
#162344 opened Sep 5, 2026 by GuillaumeGomez Member Loading…
More stdarch regression tests 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.
#162342 opened Sep 5, 2026 by RalfJung Member Draft
add regression test for packus_epi16 issue 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.
#162341 opened Sep 5, 2026 by RalfJung Member Loading…
ProTip! Adding no:label will show everything without a label.