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 3 pull requests 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#155278 opened Apr 14, 2026 by JonathanBrouwer Contributor Loading…
#[rustc_must_match_exhaustively] detect let else 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)
#155276 opened Apr 14, 2026 by jdonszelmann Contributor Loading…
limit duplicate-profiler-builtins test to targets that can do dynamic linking A-run-make Area: port run-make Makefiles to rmake.rs 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.
#155274 opened Apr 14, 2026 by tshepang Member Loading…
Lock stable_crate_ids once in create_crate_num 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.
#155273 opened Apr 14, 2026 by zetanumbers Contributor Loading…
Emit cold inline asm marker for cold_path intrinsic in LLVM backend 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.
#155272 opened Apr 14, 2026 by Redslayer112 Loading…
Adjust release notes for post-merge feedback S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#155266 opened Apr 14, 2026 by Mark-Simulacrum Member Loading…
Improved assumptions relating to isqrt 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.
#155265 opened Apr 13, 2026 by Apersoma Loading…
Add autocast support for x86amx 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.
#155264 opened Apr 13, 2026 by sayantn Contributor Loading…
bootstrap.py: fix duplicated "the" 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#155262 opened Apr 13, 2026 by DanielEScherzer Contributor Loading…
Fix ICE in pointer layout for DSTs with bogus Sized impls S-no-work-capacity-tracking Status: Exempted from triagebot work capacity tracking. 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)
#155260 opened Apr 13, 2026 by GokhanKabar Contributor Loading…
explicit-tail-calls: disable two tests on LoongArch F-explicit_tail_calls `#![feature(explicit_tail_calls)]` 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.
#155259 opened Apr 13, 2026 by durin42 Contributor Loading…
Make region equality emits Eq constraints perf-regression Performance regression. 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#155258 opened Apr 13, 2026 by ShoyuVanilla Member Loading…
privacy: Assert that compared visibilities are (usually) ordered S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155257 opened Apr 13, 2026 by petrochenkov Contributor Loading…
compiler: update hashbrown to 0.17 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.
#155256 opened Apr 13, 2026 by cuviper Member Loading…
Document why layout.align() + layout.size() doesn't overflow 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.
#155255 opened Apr 13, 2026 by Zoxc Contributor Loading…
Recover on attribute in use tree 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.
#155254 opened Apr 13, 2026 by scrabsha Contributor Draft
Windows: Cache the pipe filesystem handle 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.
#155250 opened Apr 13, 2026 by ChrisDenton Member Loading…
Fix: On wasm targets, call panic_in_cleanup if panic occurs in cleanup A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#155249 opened Apr 13, 2026 by hoodmane Contributor Loading…
1 task
Don't hash DelayedLints S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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.
#155248 opened Apr 13, 2026 by JonathanBrouwer Contributor Draft
[AIX] update linker default to bcdtors 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.
#155247 opened Apr 13, 2026 by daltenty Contributor Loading…
Experiment: No dynamic dispatch for query functions A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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-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.
#155244 opened Apr 13, 2026 by zetanumbers Contributor Draft
resolve: Introduce (Local,Extern)Module newtypes for local and external modules respectively 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.
#155242 opened Apr 13, 2026 by petrochenkov Contributor Loading…
compiletest: add a new diff for compare-out-by-lines tests. A-compiletest Area: The compiletest test runner 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)
#155238 opened Apr 13, 2026 by Ozzy1423 Contributor Loading…
Disentangle AST crates and error crates A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155237 opened Apr 13, 2026 by nnethercote Contributor Loading…
add the fma4 x86 target feature 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.
#155235 opened Apr 13, 2026 by folkertdev Contributor Loading…
ProTip! Follow long discussions with comments:>50.