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

bootstrap: always build llvm's dylib when linking to it 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)
#160597 opened Aug 6, 2026 by xSetech Contributor Loading…
1 of 2 tasks
[beta-1.98] Update cargo submodule S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#160596 opened Aug 6, 2026 by weihanglo Member Loading…
Clarify str::split_at 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.
#160595 opened Aug 6, 2026 by AbeZbm Loading…
1 of 2 tasks
attach global target features to module-level assembly 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.
#160594 opened Aug 5, 2026 by folkertdev Contributor Loading…
1 of 2 tasks
turn ABI-controlling target features into a target modifier A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustdoc-json Area: Rustdoc JSON backend 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#160593 opened Aug 5, 2026 by RalfJung Member Loading…
1 of 2 tasks
Suggest if-let chain continuation on unclosed delimiter 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.
#160592 opened Aug 5, 2026 by Diacod-I Loading…
1 of 2 tasks
Docs & bors: Replace mentions of libs-api with libs A-rustc-dev-guide Area: rustc-dev-guide S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#160590 opened Aug 5, 2026 by nia-e Member Loading…
add a test showing polonius alpha is not a subset of datalog polonius 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#160588 opened Aug 5, 2026 by lqd Member Loading…
Add regression test for associated type outlives bound at call site 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.
#160587 opened Aug 5, 2026 by zakrad Contributor Loading…
diagnostics: reject sanitizer compiles of proc-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.
#160585 opened Aug 5, 2026 by durin42 Contributor Loading…
1 of 2 tasks
Add remove hidden_glob_reexports item breaks downstream test 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.
#160582 opened Aug 5, 2026 by mejrs Contributor Loading…
Prevent explicitly specifiying lifetime arguments to functions when the parameters are not visible in the type signature. 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.
#160581 opened Aug 5, 2026 by addiesh Loading…
Do not download GCC from CI in PR CI jobs A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#160579 opened Aug 5, 2026 by Kobzol Member Draft
[WIP] suggest parsing string into numeric type on invalid cast 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.
#160578 opened Aug 5, 2026 by Snxhit Contributor Draft
expand: Feature gate AST-based attribute macros on expressions and statements 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.
#160577 opened Aug 5, 2026 by petrochenkov Contributor Loading…
Add PPC64LE, PPC64, PPC32 baremetal targets. 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.
#160575 opened Aug 5, 2026 by amy-kwan Contributor Draft
Back MoveData's location maps with a shared DenseLocationMap 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.
#160572 opened Aug 5, 2026 by xmakro Contributor Draft
Add regression test for array type recovery in generic arguments 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.
#160571 opened Aug 5, 2026 by zakrad Contributor Loading…
macro_metavar_expr_concat: support concatenating into string literals F-macro_metavar_expr_concat `#![feature(macro_metavar_expr_concat)]` 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.
#160570 opened Aug 5, 2026 by mejrs Contributor Loading…
Use VisitorResult helper macros 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.
#160568 opened Aug 5, 2026 by ada4a Contributor Loading…
volatile: allow accesses to trap 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.
#160564 opened Aug 5, 2026 by RalfJung Member Loading…
Make BorrowedCursor<'a, T> covariant in 'a and drop an indirection 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.
#160563 opened Aug 5, 2026 by Ddystopia Contributor Loading…
add target feature ABI checks for SPARC 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.
#160562 opened Aug 5, 2026 by RalfJung Member Loading…
Add nightly-only support for Cargo unremap trim-paths files in rust-gdb 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)
#160560 opened Aug 5, 2026 by Urgau Member Loading…
cargotest: replace Servo with standalone Stylo A-rustc-dev-guide Area: rustc-dev-guide 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.
#160556 opened Aug 5, 2026 by HNO3Miracle Contributor Loading…
ProTip! no:milestone will show everything without a milestone.