-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix marker trait winnowing depending on impl order
F-marker_trait_attr
`#![feature(marker_trait_attr)]`
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-types
Relevant to the types team, which will review and decide on the PR/issue.
#153847
opened Mar 14, 2026 by
traviscross
Loading…
Rollup of 7 pull requests
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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-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)
#153846
opened Mar 14, 2026 by
Zalathar
Loading…
refactor: shrink check_attr by moving attribute checks to parsers
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.
#153845
opened Mar 14, 2026 by
herbenderbler
•
Draft
Suggest 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.
: when ; is used before a macro_rules! fragment specifier
S-waiting-on-review
#153843
opened Mar 14, 2026 by
ozankenangungor
Loading…
tests/debuginfo/basic-stepping.rs: Add cdb test
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.
#153840
opened Mar 13, 2026 by
Enselic
Loading…
Use fine grained component-wise span tracking in use trees
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-clippy
Relevant to the Clippy team.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#153838
opened Mar 13, 2026 by
oli-obk
Loading…
Merge 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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
fabsf16/32/64/128 into fabs::<F>
A-LLVM
#153834
opened Mar 13, 2026 by
N1ark
Loading…
powerpc64-ibm-aix: fix cfg(target_abi) value
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.
#153830
opened Mar 13, 2026 by
RalfJung
Loading…
Guard patterns: lowering to THIR
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.
#153828
opened Mar 13, 2026 by
Human9000-bit
•
Draft
Use Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
horde's SyncTable for default query caches and CtxtInterners
A-query-system
Add 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.
Wake diagnostic item for alloc::task::Wake
S-waiting-on-review
#153824
opened Mar 13, 2026 by
samueltardieu
Loading…
constify 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.
Step trait and all of its implementations
S-waiting-on-review
#153821
opened Mar 13, 2026 by
Lars-Schumann
Loading…
delete some duplicated tests
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.
#153819
opened Mar 13, 2026 by
cyrgani
Loading…
Reimplement const closures
PG-const-traits
Project group: Const traits
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#153818
opened Mar 13, 2026 by
oli-obk
Loading…
relocate several ui tests
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.
#153817
opened Mar 13, 2026 by
cyrgani
Loading…
Fix ICE when Self is used in enum discriminant of a generic enum
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.
#153815
opened Mar 13, 2026 by
GokhanKabar
Loading…
Remove some dep-graph assertions.
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
#153814
opened Mar 13, 2026 by
nnethercote
Loading…
fix(iter): Fix Unsoundness in 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.
Filter/FilterMap::next_chunk
S-waiting-on-review
#153813
opened Mar 13, 2026 by
TKanX
Loading…
Don't pass a separate 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.
DepKind to query_feed
S-waiting-on-bors
#153811
opened Mar 13, 2026 by
Zalathar
Loading…
Derive Macro Eq: link to more detailed documentation
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
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.
#153804
opened Mar 13, 2026 by
DanielEScherzer
Loading…
Run ui tests on the parallel frontend
A-compiletest
Area: The compiletest test runner
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Split 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.
DepGraph::read_index in two.
perf-regression
#153800
opened Mar 13, 2026 by
nnethercote
•
Draft
Fix ICE when combining #[eii] with #[core::contracts::ensures]
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.
#153796
opened Mar 12, 2026 by
GokhanKabar
Loading…
Point turbofish inference errors at the uninferred generic arg
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.
#153795
opened Mar 12, 2026 by
arferreira
Loading…
When deduplicating diagnostics, look at how it is rendered instead of its internal state
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.
#153794
opened Mar 12, 2026 by
estebank
Loading…
Previous Next
ProTip!
Updated in the last three days: updated:>2026-03-11.