-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
c-variadic: gate Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
F-c_variadic
`#![feature(c_variadic)]`
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.
va_arg on c_variadic_experimental_arch
A-LLVM
#156043
opened May 1, 2026 by
folkertdev
Contributor
Loading…
Rollup of 9 pull requests
A-compiletest
Area: The compiletest test runner
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-rustc-dev-guide
Area: rustc-dev-guide
A-testsuite
Area: The testsuite used to check the correctness of rustc
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-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.
#156041
opened May 1, 2026 by
JonathanBrouwer
Contributor
Loading…
Add missing alias to mailmap
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#156040
opened May 1, 2026 by
GuillaumeGomez
Member
Loading…
turn 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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
compute_goal_fast_path into a single match
S-blocked
#156038
opened May 1, 2026 by
jdonszelmann
Contributor
•
Draft
Add AcceptContext::expect_no_args
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
Document which open commands will follow symlinks
I-libs-api-nominated
Nominated for discussion during a libs-api team meeting.
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.
#156034
opened May 1, 2026 by
alexanderkjall
Contributor
Loading…
rustdoc: add unstable latex math markdown feature
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-rustdoc-js
Area: Rustdoc's JS front-end
A-rustdoc-json
Area: Rustdoc JSON backend
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-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.
Return a single diagnostic from 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.
lex_token_trees.
S-waiting-on-bors
#156031
opened May 1, 2026 by
nnethercote
Contributor
Loading…
Make stable hashing names consistent (part 1)
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-rustc-dev-guide
Area: rustc-dev-guide
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
F-autodiff
`#![feature(autodiff)]`
needs-mcp
This change is large enough that it needs a major change proposal before starting work.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rust-analyzer
Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#156030
opened May 1, 2026 by
nnethercote
Contributor
Loading…
Add a 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.
Local::arg(i) helper constructor
S-waiting-on-review
#156028
opened May 1, 2026 by
scottmcm
Member
Loading…
Consider captured regions for opaque type region liveness.
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.
#156027
opened May 1, 2026 by
jackh726
Member
Loading…
bufreader::Buffer: Remove leftover note about initialized field
S-waiting-on-review
#156026
opened May 1, 2026 by
InsertCreativityHere
Loading…
Support if-let guards in 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.
matches macros by using :guard matcher
S-waiting-on-review
#156025
opened May 1, 2026 by
SpriteOvO
Member
Loading…
CFI: Fix LTO for Area: Control Flow Integrity (CFI) security mitigation
A-run-make
Area: port run-make Makefiles to rmake.rs
PG-exploit-mitigations
Project group: Exploit mitigations
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.
#![no_builtins] crates with CFI
A-control-flow-integrity
#156024
opened May 1, 2026 by
rcvalle
Member
Loading…
rustdoc: Fix cosmetic issues when reporting unresolved paths in 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.
broken_intra_doc_links
S-waiting-on-review
#156022
opened May 1, 2026 by
tonywu6
Contributor
Loading…
Clean up some traits
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
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.
#156021
opened May 1, 2026 by
nnethercote
Contributor
Loading…
Improve source code for 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.
librustdoc/visit_ast.rs
S-waiting-on-review
#156020
opened Apr 30, 2026 by
GuillaumeGomez
Member
Loading…
Feed cleanups
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.
#156019
opened Apr 30, 2026 by
nnethercote
Contributor
Loading…
implement Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
Move trait prototype
S-waiting-on-author
view-types: store borrows of view types in the AST
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.
resolve: Catch "cannot reexport" errors from macros 2.0 better
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.
#156014
opened Apr 30, 2026 by
petrochenkov
Contributor
Loading…
tests: Fix cdylib-export-c-library-symbols to work with LTO-enabled CFLAGS
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.
#156012
opened Apr 30, 2026 by
jchecahi
Loading…
[beta] backports
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
#156011
opened Apr 30, 2026 by
cuviper
Member
Loading…
Check 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.
redundant_explicit_links against generated URLs
S-waiting-on-review
#156009
opened Apr 30, 2026 by
qaijuang
Contributor
Loading…
Do proper signature equality checking for tail calls
F-explicit_tail_calls
`#![feature(explicit_tail_calls)]`
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.
#156007
opened Apr 30, 2026 by
WaffleLapkin
Member
Loading…
Previous Next
ProTip!
Follow long discussions with comments:>50.