-
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
Revert "CFI: Skip non-passed arguments"
PG-exploit-mitigations
Project group: Exploit mitigations
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.
Dedup bounds with parent impl block
perf-regression
Performance regression.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#105392
opened Dec 6, 2022 by
GuillaumeGomez
Loading…
updated Jul 31, 2024
Add new solver / old solver opaque type tests
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-types
Relevant to the types team, which will review and decide on the PR/issue.
#118717
opened Dec 7, 2023 by
traviscross
•
Draft
updated Aug 3, 2024
CFI: Fix fn items, closures, and Fn trait objects
PG-exploit-mitigations
Project group: Exploit mitigations
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.
compiler: suggest 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.
const _
for a misplaced const {}
S-waiting-on-author
#128374
opened Jul 29, 2024 by
workingjubilee
•
Draft
updated Sep 23, 2024
Allow coercions from never-type when ref binding is involved
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#118270
opened Nov 24, 2023 by
Aaron1011
Loading…
updated Sep 26, 2024
Rename Nominated for discussion during an async working group meeting.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-lang
Relevant to the language team
WG-async
Working group: Async & await
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
AsyncIterator
back to Stream
, introduce an AFIT-based AsyncIterator
trait
I-async-nominated
#119550
opened Jan 3, 2024 by
yoshuawuyts
•
Draft
updated Nov 12, 2024
WIP: Remove 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-libs
Relevant to the library team, which will review and decide on the PR/issue.
ResumeTy
from async lowering
S-blocked
typeck: taint if errors found during writeback
perf-regression
Performance regression.
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.
#113125
opened Jun 28, 2023 by
davidtwco
Loading…
updated Feb 6, 2025
privacy: normalize associated types before visiting
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#126076
opened Jun 6, 2024 by
jswrenn
Loading…
updated Mar 27, 2025
Try use 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.
tcx.ensure_ok
for some predicates_of queries.
S-waiting-on-author
#139256
opened Apr 2, 2025 by
zetanumbers
•
Draft
updated Apr 2, 2025
macro_rules: Remove 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.
NtIdent
nonterminal token
perf-regression
#119412
opened Dec 29, 2023 by
petrochenkov
Loading…
updated Apr 7, 2025
remove 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.
Subtype
projections
S-waiting-on-author
#133258
opened Nov 20, 2024 by
lcnr
Loading…
updated Apr 7, 2025
Enhance Scope Enum with Late Types and Consts Handling
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.
Fix struct_tail_raw argument order and ObligationCause usage
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.
#138456
opened Mar 13, 2025 by
JumpiiX
Loading…
updated Apr 10, 2025
Include whitespace in "remove |" suggestion and make it hidden
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.
#137872
opened Mar 1, 2025 by
estebank
Loading…
updated Apr 14, 2025
Stabilize 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.
offset_of_slice
S-waiting-on-author
#139673
opened Apr 11, 2025 by
jdonszelmann
Loading…
updated Apr 16, 2025
Tweak comma handling of "missing match arm" suggestion and fix "remove this arm" suggestion, and make suggestion verbose
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.
#137409
opened Feb 22, 2025 by
estebank
Loading…
updated Apr 21, 2025
alias-relate: add fast reject optimization
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)
#124852
opened May 7, 2024 by
lcnr
Loading…
updated Apr 25, 2025
Implement consecutive shorthand projections (associated type paths) like Area: The testsuite used to check the correctness of rustc
A-tidy
Area: The tidy tool
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
rla-silenced
Silences rust-log-analyzer postings to the PR it's added on.
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-types
Relevant to the types team, which will review and decide on the PR/issue.
T::AssocA::AssocB
A-testsuite
support revealing uses of opaques
perf-regression
Performance regression.
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)
support revealing uses in HIR typeck
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)
Don't lint against named labels in 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.
naked_asm!
S-waiting-on-author
#140871
opened May 9, 2025 by
Amanieu
Loading…
updated May 19, 2025
change unsatisfiable trivial bounds detection
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
#140313
opened Apr 25, 2025 by
lcnr
Loading…
updated May 22, 2025
New const traits syntax
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#139858
opened Apr 15, 2025 by
oli-obk
Loading…
updated May 22, 2025
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.