Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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 Filter/FilterMap::next_chunk 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.
#153813 opened Mar 13, 2026 by TKanX Loading…
Mostly-cosmetic improvements to query_feed 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.
#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 Result<Uninhabited, ()> and ControlFlow<(), Uninhabited> A-lints 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.
#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.
#153801 opened Mar 13, 2026 by ywxt Draft
Split DepGraph::read_index in two. 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.
#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 SelectionCandidate::PointerLikeCandidate 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.
#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 std::mem. 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.
#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 value_from_cycle_error specializations 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.
#153786 opened Mar 12, 2026 by Zoxc Loading…
Hand-written Debug implementation for TypeTest 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.
#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…
ProTip! Adding no:label will show everything without a label.