-
-
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
delete some duplicated 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.
#153819
opened Mar 13, 2026 by
cyrgani
Loading…
Reimplement const closures
PG-const-traits
Project group: Const traits
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)
#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.
#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…
Mostly-cosmetic improvements to 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.
query_feed
S-waiting-on-author
#153811
opened Mar 13, 2026 by
Zalathar
Loading…
compiletest: Use PYTHONPATH for lldb too, not only gdb
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
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)
#153810
opened Mar 13, 2026 by
Enselic
Loading…
must_use: ignore Area: Lints (warnings about flaws in source code) such as unused_mut.
L-unused_must_use
Lint: unused_must_use
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.
Result<Uninhabited, ()> and ControlFlow<(), Uninhabited>
A-lints
#153807
opened Mar 13, 2026 by
DanielEScherzer
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
rustdoc-search: update to stringdex 0.0.6
A-rustdoc-js
Area: Rustdoc's JS front-end
perf-regression
Performance regression.
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.
#153799
opened Mar 13, 2026 by
notriddle
Loading…
Remove unused 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.
SelectionCandidate::PointerLikeCandidate
S-waiting-on-review
#153798
opened Mar 13, 2026 by
zachs18
Loading…
Compiletest: Fix compare-output-by-lines directive
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
#153797
opened Mar 12, 2026 by
Ozzy1423
Loading…
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…
Add overview documentation for 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.
std::mem.
S-waiting-on-review
#153793
opened Mar 12, 2026 by
kpreid
Loading…
Fix regression when dealing with generics/values with unresolved inference
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.
#153790
opened Mar 12, 2026 by
zedddie
Loading…
Remove 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.
value_from_cycle_error specializations
A-query-system
#153786
opened Mar 12, 2026 by
Zoxc
Loading…
Hand-written Debug implementation for 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.
TypeTest
S-waiting-on-review
#153785
opened Mar 12, 2026 by
amandasystems
Loading…
Actually enable the AIX Extended Altivec ABI in LLVM
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.
#153784
opened Mar 12, 2026 by
Gelbpunkt
Loading…
Rollup of 5 pull requests
A-rustc-dev-guide
Area: rustc-dev-guide
rollup
A PR which is a rollup
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.
#153782
opened Mar 12, 2026 by
JonathanBrouwer
Loading…
Refactor query latch
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
#153779
opened Mar 12, 2026 by
zetanumbers
Loading…
Previous Next
ProTip!
Adding no:label will show everything without a label.