-
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
Allow Nominated for discussion during a lang team meeting.
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
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.
&raw [mut | const]
for union field in safe
I-lang-nominated
#141469
opened May 23, 2025 by
Kivooeo
Loading…
2 of 3 tasks
Improve intrinsic handling in cg_ssa
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.
#141404
opened May 22, 2025 by
bjorn3
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…
Report text_direction_codepoint_in_literal when parsing
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.
#141004
opened May 14, 2025 by
matthewjasper
Loading…
Add information about group a lint belongs to
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.
#140794
opened May 8, 2025 by
karolzwolak
•
Draft
Fix malformed suggestion for E0061 when method is a macro token in macro context
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.
#140591
opened May 2, 2025 by
Kivooeo
Loading…
Do not insert duplicate SourceFile
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.
#140363
opened Apr 27, 2025 by
Zoxc
Loading…
retpoline and retpoline-external-thunk flags (target modifiers) to enable retpoline-related target features
A-rust-for-linux
Relevant for the Rust-for-Linux project
A-rustdoc-json
Area: Rustdoc JSON backend
F-target_modifiers
`#![feature(target_modifiers)]`
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135927
opened Jan 23, 2025 by
azhogin
Loading…
Move coroutine upvars into locals for better memory economy
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.
#135527
opened Jan 15, 2025 by
dingxiangfei2009
Loading…
Detect tuple structs that are unconstructable due to re-export
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.
#133477
opened Nov 25, 2024 by
estebank
Loading…
[WIP] Spiking on 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.
asm!
+ pointer as const
S-waiting-on-author
#132045
opened Oct 22, 2024 by
dingxiangfei2009
•
Draft
Fix suggestions when returning a bare trait from an async fn.
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.
#131882
opened Oct 18, 2024 by
hirschenberger
•
Draft
Fix linking for symbols starting with ? on i686-pc-windows-msvc
A-linkage
Area: linking into static, shared libraries and binaries
has-merge-commits
PR has merge commits, merge with caution.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (IA-32)
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.
#130808
opened Sep 25, 2024 by
checkraisefold
Loading…
Detect more Area: Messages for errors, warnings, and lints
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.
cfg
d out items in resolution errors
A-diagnostics
#129183
opened Aug 17, 2024 by
estebank
Loading…
Make target-spec json file extensions case-insensitive
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
#127389
opened Jul 5, 2024 by
boozook
Loading…
sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets
A-compiletest
Area: The compiletest test runner
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-run-make
Area: port run-make Makefiles to rmake.rs
A-rust-for-linux
Relevant for the Rust-for-Linux project
A-testsuite
Area: The testsuite used to check the correctness of rustc
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
PG-exploit-mitigations
Project group: Exploit mitigations
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-concerns
Status: Awaiting concerns to be addressed by 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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
T-lang
Relevant to the language 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.
#123617
opened Apr 8, 2024 by
rcvalle
Loading…
Add managarm as a tier 3 target
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.
#123319
opened Apr 1, 2024 by
no92
Loading…
Split elided_lifetime_in_paths into tied and untied
A-tidy
Area: The tidy tool
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
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.
L-elided_lifetimes_in_paths
Lint: elided_lifetimes_in_paths
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
to-announce
Announce this issue on triage meeting
#120808
opened Feb 8, 2024 by
shepmaster
•
Draft
3 tasks
#[cold] on match arms
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#120193
opened Jan 21, 2024 by
x17jiri
Loading…
ProTip!
Updated in the last three days: updated:>2025-05-20.