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

Rollup of 2 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-run-make Area: port run-make Makefiles to rmake.rs 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-clippy Relevant to the Clippy team. 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-release Relevant to the release subteam, 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#153544 opened Mar 7, 2026 by JonathanBrouwer Loading…
drop derive helpers during attribute parsing A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#153540 opened Mar 7, 2026 by scrabsha Loading…
rustc_codegen_ssa: Define ELF flag value for sparc-unknown-linux-gnu O-SPARC Target: SPARC processors 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.
#153537 opened Mar 7, 2026 by taiki-e Loading…
Add const_param_ty_unchecked gate 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.
#153536 opened Mar 7, 2026 by zedddie Loading…
Remove a flaky got_timeout assert from two channel tests 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.
#153534 opened Mar 7, 2026 by Zalathar Loading…
Fix LegacyKeyValueFormat report from docker build: miscellaneous A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#153533 opened Mar 7, 2026 by homersimpsons Loading…
Attributes containing rustc 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.
#153532 opened Mar 7, 2026 by jdonszelmann Loading…
Fix LegacyKeyValueFormat report from docker build: various A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#153531 opened Mar 7, 2026 by homersimpsons Loading…
[beta] backport rust-analyzer lockfile-path fix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#153530 opened Mar 7, 2026 by lnicola Loading…
Fix LegacyKeyValueFormat report from docker build: pr A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#153529 opened Mar 7, 2026 by homersimpsons Loading…
Fix LegacyKeyValueFormat report from docker build: mips A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#153528 opened Mar 7, 2026 by homersimpsons Loading…
Fix LegacyKeyValueFormat report from docker build: ohos A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#153527 opened Mar 7, 2026 by homersimpsons Loading…
Fix LegacyKeyValueFormat report from docker build: i686 A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#153526 opened Mar 7, 2026 by homersimpsons Loading…
Don't use incremental disk-cache for query predicates_of 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.
#153521 opened Mar 7, 2026 by Zalathar Loading…
.mailmap: fix broken line with multiple emails A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#153520 opened Mar 7, 2026 by DanielEScherzer Loading…
fix: Check associated type bounds from supertraits for trait object well-formedness 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)
#153518 opened Mar 7, 2026 by akhilesharora Loading…
4 tasks done
constify VecDeque 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#153516 opened Mar 6, 2026 by Lars-Schumann Loading…
[beta-1.95] Update cargo submodule S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#153515 opened Mar 6, 2026 by weihanglo Loading…
[crater only] Syntactically reject equality predicates C-crater Category: Issue / PR for tracking crater runs rla-silenced Silences rust-log-analyzer postings to the PR it's added on. S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153513 opened Mar 6, 2026 by fmease Draft
std::any::TypeId: remove misplaced "and" in Unique<T> example 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.
#153511 opened Mar 6, 2026 by DanielEScherzer Loading…
Cleanup unused diagnostic emission methods - part 2 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.
#153509 opened Mar 6, 2026 by GuillaumeGomez Loading…
tests: accept new GEP source element type llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#153505 opened Mar 6, 2026 by durin42 Loading…
Use trait_object_dummy_self more & heavily fix+update related docs 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.
#153497 opened Mar 6, 2026 by fmease Loading…
std: change return types of constructors to Self O-unix Operating system: Unix-like 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.
#153496 opened Mar 6, 2026 by xtqqczze Loading…
Remove FromCycleError trait 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.
#153493 opened Mar 6, 2026 by zetanumbers Loading…
ProTip! Exclude everything labeled bug with -label:bug.