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

Add tests for three ICEs that have already been fixed 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.
#154764 opened Apr 3, 2026 by jakubadamw Loading…
coretests: add argument order regression tests for min_by/max_by/minmax_by 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.
#154761 opened Apr 3, 2026 by Vastargazing Loading…
[WIP] Introduce aarch64-unknown-linux-pauthtest target A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc O-unix Operating system: Unix-like 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. T-libs Relevant to the library 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.
#154759 opened Apr 3, 2026 by jchlanda Draft
ty::Alias refactor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. 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)
#154758 opened Apr 3, 2026 by WaffleLapkin Loading…
Rollup of 5 pull requests 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 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#154757 opened Apr 3, 2026 by matthiaskrgr Loading…
When matching on enums, read the discriminant even if there's only a single variant 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.
#154756 opened Apr 3, 2026 by meithecatte Loading…
Use more collections' type aliases S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. 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.
#154755 opened Apr 3, 2026 by zetanumbers Loading…
Add Enzyme to build-manifest and rustup 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)
#154754 opened Apr 3, 2026 by Kobzol Loading…
experiment: match lowering: Change the column selection strategy in pick_test() to potentially reduce redundant tests 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.
#154753 opened Apr 3, 2026 by jakubadamw Draft
Add comment to borrow-checker 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.
#154752 opened Apr 3, 2026 by theemathas Loading…
compiletest: Remove rfail support from incremental tests A-compiletest Area: The compiletest test runner A-run-make Area: port run-make Makefiles to rmake.rs 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.
#154751 opened Apr 3, 2026 by Zalathar Loading…
Replace span_look_ahead with span_followed_by 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.
#154745 opened Apr 3, 2026 by chenyukang Loading…
Remove Clone impl for StableHashingContext. 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.
#154744 opened Apr 3, 2026 by nnethercote Loading…
Remove an unused StableHash impl. 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.
#154743 opened Apr 3, 2026 by nnethercote Loading…
Add APIs for case folding to the standard library A-Unicode Area: Unicode 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.
#154742 opened Apr 3, 2026 by Jules-Bertholet Loading…
Update cargo submodule S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#154734 opened Apr 2, 2026 by weihanglo Loading…
llvm: Fix array ABI test to not check equality implementation 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.
#154731 opened Apr 2, 2026 by maurer Loading…
Add Align type with const generic controlled alignment 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.
#154730 opened Apr 2, 2026 by beepster4096 Draft
3 tasks
de-non_const some Iterator methods 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.
#154729 opened Apr 2, 2026 by Lars-Schumann Loading…
#94878 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.
#154724 opened Apr 2, 2026 by Daniel-B-Smith Draft
fix(lints): Improve ill_formed_attribute_input with better help message 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.
#154722 opened Apr 2, 2026 by JayanAXHF Loading…
Fix quadratic MIR blowup for large vec![] expressions with Drop-implementing elements in async functions A-compiletest Area: The compiletest test runner A-run-make Area: port run-make Makefiles to rmake.rs 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.
#154720 opened Apr 2, 2026 by jakubadamw Loading…
Hexagon inline asm: add reg_pair, vreg, and qreg register classes 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.
#154719 opened Apr 2, 2026 by androm3da Loading…
Fix ICE in unsafe binder discriminant helpers 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.
#154717 opened Apr 2, 2026 by cijiugechu Loading…
split try trait in twain
#154715 opened Apr 2, 2026 by bend-n Draft
ProTip! Exclude everything labeled bug with -label:bug.