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

Improve tests for #[track_caller] in async 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.
#161972 opened Aug 29, 2026 by theemathas Contributor Loading…
Remove -Zsaturating-float-casts flag 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.
#161971 opened Aug 29, 2026 by hanna-kruppe Contributor Loading…
Rollup of 3 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#161970 opened Aug 29, 2026 by JonathanBrouwer Member Loading…
Add regression test for TAIT in extern fn ICE with the new solver 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.
#161969 opened Aug 29, 2026 by zakrad Contributor Loading…
Some offload fixes re #161703 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.
#161968 opened Aug 29, 2026 by Sa4dUs Contributor Loading…
Rerun tests/debuginfo tests if repr data has changed 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)
#161967 opened Aug 29, 2026 by Walnut356 Contributor Loading…
rustfmt subtree update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. subtree-sync PR updates a subtree (miri, clippy, etc). Ignored by no-merges check T-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue.
#161964 opened Aug 29, 2026 by jieyouxu Member Loading…
Treat identity region outlives as true 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.
#161963 opened Aug 29, 2026 by adwinwhite Contributor Loading…
std::sys::sgx::tls: fix TLS destructor pointer provenance O-SGX Target: 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. T-opsem Relevant to the opsem team
#161960 opened Aug 29, 2026 by phlip9 Loading…
(BLOCKED) Stabilize async_fn_track_caller needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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-lang Relevant to the language team
#161958 opened Aug 29, 2026 by theemathas Contributor Draft
Use Box<[Word]> for word storage in DenseBitSet 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.
#161957 opened Aug 29, 2026 by Zalathar Member Loading…
Remove unused perform_locally_with_next_solver 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.
#161956 opened Aug 29, 2026 by adwinwhite Contributor Loading…
Use saturating_cast for env key length 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.
#161954 opened Aug 29, 2026 by ChrisDenton Member Loading…
sanitizers: Implicitly disable mutually exclusive sanitizers 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.
#161953 opened Aug 28, 2026 by PiJoules Contributor Loading…
Windows: add fallback if canonicalize fails O-windows Operating system: Windows 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.
#161951 opened Aug 28, 2026 by ChrisDenton Member Loading…
Ensure floats are returned losslessly by the C ABI on 32-bit x86 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.
#161950 opened Aug 28, 2026 by beetrees Contributor Loading…
std::io: impl IsTerminal for {Empty, Repeat, Sink, Take} needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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.
#161947 opened Aug 28, 2026 by GrigorenkoPV Contributor Loading…
Generalise (most) impls on Box A-allocators Area: Custom and system allocators O-solid Operating System: SOLID O-windows Operating system: Windows S-waiting-on-crater Status: Waiting on a crater run to be completed. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#161946 opened Aug 28, 2026 by nia-e Member Loading…
rustdoc: Take into account edition information for keyword highlighting 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.
#161944 opened Aug 28, 2026 by GuillaumeGomez Member Loading…
Improve rustc 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.
#161943 opened Aug 28, 2026 by KevinA-cpu Contributor Loading…
Promote wasm32-wasip3 to a tier 2 target 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-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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#161940 opened Aug 28, 2026 by alexcrichton Member Loading…
Defer extra liveness calculation for Polonius Alpha 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.
#161938 opened Aug 28, 2026 by jackh726 Member Draft
A series of Polonius Alpha refactors 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.
#161937 opened Aug 28, 2026 by jackh726 Member Draft
fix(infer): stop skipping Empty lifetime checks 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.
#161935 opened Aug 28, 2026 by im-lunex Contributor Loading…
Only check #[allow(dead_code)] on the 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.
#161932 opened Aug 28, 2026 by mu001999 Member Loading…
ProTip! Follow long discussions with comments:>50.