-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add 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.
ParseContext
for diagnostic in Parser
and remove false comments suggestion
S-waiting-on-review
#142341
opened Jun 11, 2025 by
xizheyin
Loading…
indicate ppc64 elf abi in e_flags
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.
#142321
opened Jun 10, 2025 by
ostylk
Loading…
Simplify implementation of Rust intrinsics by using type parameters in the cache
A-codegen
Area: Code generation
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.
#142259
opened Jun 9, 2025 by
sayantn
Loading…
Refactor Area: Attributes (`#[…]`, `#![…]`)
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.
rustc_attr_data_structures
documentation
A-attributes
#142082
opened Jun 5, 2025 by
xizheyin
Loading…
resolve: Tweak 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.
private_macro_use
lint to be compatible with upcoming macro prelude changes
S-waiting-on-bors
#141934
opened Jun 2, 2025 by
petrochenkov
Loading…
Unimplement unsized_locals
A-rustc-dev-guide
Area: rustc-dev-guide
F-unsized_locals
`#![feature(unsized_locals)]`
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
#141811
opened May 31, 2025 by
mejrs
Loading…
rustdoc: add ways of collapsing all impl blocks
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.
#141663
opened May 27, 2025 by
lolbinarycat
Loading…
Suggest to bind 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.
self.x
to x
when field x
may be in format string
S-waiting-on-author
#141633
opened May 27, 2025 by
xizheyin
Loading…
lint direct use of rustc_type_ir
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)
#141614
opened May 26, 2025 by
rperier
Loading…
[rustdoc] Give more information into extracted doctest information
O-unix
Operating system: Unix-like
O-windows
Operating system: Windows
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.
#141399
opened May 22, 2025 by
GuillaumeGomez
Loading…
std: sys: random: uefi: Provide rdrand based fallback
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.
#141324
opened May 21, 2025 by
Ayush1325
Loading…
Stabilize Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
S-waiting-on-documentation
Status: Waiting on approved PRs to documentation before merging
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
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.
T-lang
Relevant to the language team
to-announce
Announce this issue on triage meeting
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
if let
guards (feature(if_let_guard)
)
A-LLVM
#141295
opened May 20, 2025 by
Kivooeo
Loading…
5 tasks done
fix Zip unsoundness (again)
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.
#141076
opened May 16, 2025 by
the8472
Loading…
Suggest mut when possbile for temporary value dropped while borrowed
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.
#141069
opened May 16, 2025 by
chenyukang
Loading…
Fix glob import tests
A-tidy
Area: The tidy tool
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.
#141060
opened May 15, 2025 by
pvdrz
Loading…
avoid violating 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.
slice::from_raw_parts
safety contract in Vec::extract_if
S-waiting-on-author
#141032
opened May 15, 2025 by
petrosagg
Loading…
Fix unuseful span in type error in some format_args!() invocations
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.
#140916
opened May 11, 2025 by
moatom
Loading…
Introduce test results file
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.
T-testing-devex
Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#140805
opened May 8, 2025 by
patskovn
Loading…
Add information about group a lint belongs to
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.
#140794
opened May 8, 2025 by
karolzwolak
•
Draft
add Area: Concerning the application binary interface (ABI)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-naked
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
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.
extern "custom"
functions
A-ABI
#140770
opened May 7, 2025 by
folkertdev
Loading…
Change codegen of LLVM intrinsics to be name-based, and add llvm linkage support for Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
bf16(xN)
, i1xN
and x86amx
A-codegen
#140763
opened May 7, 2025 by
sayantn
Loading…
Note 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.
atan2
can return -PI
S-waiting-on-author
#140487
opened Apr 29, 2025 by
whirlwindaster
Loading…
Fix accidental type inference in array coercion
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#140283
opened Apr 25, 2025 by
adwinwhite
Loading…
implement continue_ok and break_ok for ControlFlow
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.
#140267
opened Apr 24, 2025 by
jogru0
Loading…
Improve type parameter suggestion heuristic for missing types
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.
#140073
opened Apr 20, 2025 by
Kivooeo
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-05-11.