close
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

Update cargo submodule S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#156351 opened May 9, 2026 by weihanglo Member Loading…
[perf-only] rustdoc: generate-link-to-definition: Eagerly typeck nested bodies perf-regression Performance regression. rla-silenced Silences rust-log-analyzer postings to the PR it's added on. S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#156349 opened May 9, 2026 by fmease Member Draft
[perf-only] rustdoc: Unconditionally enable --generate-link-to-definition perf-regression Performance regression. rla-silenced Silences rust-log-analyzer postings to the PR it's added on. S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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.
#156348 opened May 9, 2026 by fmease Member Draft
tests: update const-vector.rs for newer floating-point literal output 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.
#156347 opened May 9, 2026 by ZequanWu Contributor Loading…
Do not index past end of buffer when checking heuristic in error index syntax highlighter A-run-make Area: port run-make Makefiles to rmake.rs 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.
#156344 opened May 8, 2026 by estebank Contributor Loading…
[PERF CHECK ONLY] Add inline to trivial cross-crate accessors 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.
#156343 opened May 8, 2026 by traviscross Contributor Draft
Implement derives for Reborrow and CoerceShared 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. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#156338 opened May 8, 2026 by P8L1 Contributor Loading…
Bitmask 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.
#156328 opened May 8, 2026 by zetanumbers Contributor Draft
Don't treat const param default as projection 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.
#156325 opened May 8, 2026 by cijiugechu Member Loading…
Handle --print=backend-has-mnemonic in cg_clif 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.
#156323 opened May 8, 2026 by bjorn3 Member Loading…
[NO MERGE] Debug CI segfaults 2 A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#156322 opened May 8, 2026 by JonathanBrouwer Contributor Draft
Require EIIs to be defined when we compile a rust dylib 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.
#156319 opened May 8, 2026 by bjorn3 Member Loading…
[NO MERGE] Debug CI segfaults 1 A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#156318 opened May 8, 2026 by JonathanBrouwer Contributor Draft
Reorg tests 04 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.
#156317 opened May 8, 2026 by lokirithm Contributor Loading…
Reject non-char-boundary ranges in Literal::subspan 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.
#156302 opened May 8, 2026 by el-ev Contributor Loading…
Avoid a UB check in Layout::for_value 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#156300 opened May 8, 2026 by scottmcm Member Draft
Pass the whole GenericArgs to Interner::for_each_relevant_impl() 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)
#156295 opened May 7, 2026 by ChayimFriedman2 Contributor Loading…
[TEST] Try a VecCache variant which uses a linear address space 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.
#156292 opened May 7, 2026 by Zoxc Contributor Draft
move more compiler crates away from box_patterns 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.
#156287 opened May 7, 2026 by cyrgani Contributor Loading…
resolve: Fix a false positive "cannot reexport" error for ambiguous glob sets 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.
#156284 opened May 7, 2026 by petrochenkov Contributor Loading…
Update sysinfo version to 0.39.0 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)
#156282 opened May 7, 2026 by GuillaumeGomez Member Loading…
Emit nofree attribute 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.
#156281 opened May 7, 2026 by nikic Contributor Loading…
Disambiguate identical type names in impl headers 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.
#156279 opened May 7, 2026 by qaijuang Contributor Loading…
Implement Metadata:from_statx for Linux MetadataExt trait O-linux Operating system: Linux 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.
#156269 opened May 7, 2026 by asder8215 Contributor Loading…
Don't ICE in has_self_borrows when coroutine captures-by-ref ty is still inferred 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.
#156266 opened May 7, 2026 by swjng Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.