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 Option::reduce 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.
#144274 opened Jul 21, 2025 by Qelxiros Loading…
resolve: Make disambiguators for underscore bindings module-local (take 2) 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.
#144272 opened Jul 21, 2025 by petrochenkov Loading…
Fix comments of find_oldest_ancestor_in_same_ctxt 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.
#144268 opened Jul 21, 2025 by xizheyin Loading…
Supress swapping lhs and rhs in equality suggestion in extern macro 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.
#144266 opened Jul 21, 2025 by xizheyin Loading…
Dont ICE on copy error being suppressed due to overflow 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.
#144265 opened Jul 21, 2025 by compiler-errors Loading…
compute_trait_goal structural equality fast 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#144258 opened Jul 21, 2025 by lcnr Loading…
WIP 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#144257 opened Jul 21, 2025 by ChrisDenton Loading…
Don't ICE on non-TypeId metadata within TypeId 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.
#144256 opened Jul 21, 2025 by oli-obk Loading…
[DONT MERGE] opt-dist: set build_llvm to false for WindowsCi S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#144255 opened Jul 21, 2025 by ognevny Loading…
Do not copy .rmeta files into the sysroot of the build compiler during check 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)
#144252 opened Jul 21, 2025 by Kobzol Draft
Only run asm tests if they match the current codegen backend A-CI Area: Our Github Actions CI A-compiletest Area: The compiletest test runner A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc 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. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#144249 opened Jul 21, 2025 by GuillaumeGomez Loading…
coretests/num: use ldexp instead of hard-coding a power of 2 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.
#144247 opened Jul 21, 2025 by RalfJung Loading…
Enforce that PR CI jobs are a subset of Auto CI jobs modulo carve-outs A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#144244 opened Jul 21, 2025 by jieyouxu Loading…
Add more test case to check if the false note related to sealed trait suppressed 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.
#144240 opened Jul 21, 2025 by yuk1ty Loading…
Clean rustc/parse/src/lexer to improve maintainability 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.
#144239 opened Jul 21, 2025 by xizheyin Loading…
Add core::mem::DropGuard S-waiting-on-ACP Status: PR has an ACP and is waiting for the ACP to complete. 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.
#144236 opened Jul 21, 2025 by yoshuawuyts Loading…
Fix broken TLS destructors on 32-bit win7 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.
#144234 opened Jul 20, 2025 by roblabla Loading…
Consider parent predicates in ImpossiblePredicates pass. 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.
#144233 opened Jul 20, 2025 by cjgillot Loading…
Implement support for become and explicit tail call codegen for the LLVM backend 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.
#144232 opened Jul 20, 2025 by xacrimon Loading…
Do not assert layout in KnownPanicsLint. 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.
#144226 opened Jul 20, 2025 by cjgillot Loading…
Don't special-case llvm.* as nounwind A-attributes Area: Attributes (`#[…]`, `#![…]`) A-panic Area: Panicking machinery 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.
#144225 opened Jul 20, 2025 by purplesyringa Loading…
Add debuginfo_transparent attribute for structs A-attributes Area: Attributes (`#[…]`, `#![…]`) A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-tidy Area: The tidy tool S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-lang Relevant to the language team
#144223 opened Jul 20, 2025 by bjorn3 Loading…
stdarch subtree update 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.
#144222 opened Jul 20, 2025 by Kobzol Loading…
generate elf symbol version in raw-dylib 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.
#144221 opened Jul 20, 2025 by usamoi Loading…
Add powerpc64-unknown-linux-gnuelfv2 target 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-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.
#144220 opened Jul 20, 2025 by Gelbpunkt Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.