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

Use derived impl for GappedRange subdiagnostic 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.
#154961 opened Apr 7, 2026 by mejrs Loading…
allocator_api: add no_std bump allocator run-pass test 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.
#154959 opened Apr 7, 2026 by Zartada Loading…
Rollup of 22 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-CI Area: Our Github Actions CI A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) 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 A-rustc-dev-guide Area: rustc-dev-guide A-rustdoc-js Area: Rustdoc's JS front-end A-rustdoc-search Area: Rustdoc's search feature A-testsuite Area: The testsuite used to check the correctness of rustc 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#154958 opened Apr 7, 2026 by JonathanBrouwer Loading…
Fix ICE when const closure appears inside a non-const trait method 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.
#154957 opened Apr 7, 2026 by lapla-cogito Loading…
rustc_target: add riscv64a23-unknown-none-elf target (Tier 3) 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.
#154956 opened Apr 7, 2026 by Zartada Loading…
Fix pattern types rendering in rustdoc 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.
#154955 opened Apr 7, 2026 by cijiugechu Loading…
library: no cfg(target_arch) on scalable intrinsics S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#154950 opened Apr 7, 2026 by davidtwco Loading…
add llvm writable attribute A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#154949 opened Apr 7, 2026 by quiode Draft
add miri strong mode for tree borrows A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#154948 opened Apr 7, 2026 by quiode Draft
add no-writable attribute and flag A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#154946 opened Apr 7, 2026 by quiode Draft
Merge BuildReducedGraphVisitor into DefPathVisitor 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.
#154945 opened Apr 7, 2026 by oli-obk Draft
Small refactor of arena_cache query values 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.
#154944 opened Apr 7, 2026 by zetanumbers Loading…
Move recursion out of MatchPairTree::for_pattern 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.
#154943 opened Apr 7, 2026 by Zalathar Loading…
delegation: generate more verbose error delegation F-fn_delegation `#![feature(fn_delegation)]` 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.
#154942 opened Apr 7, 2026 by aerooneqq Loading…
add lang items for field projections via virtual places F-field_projections `#![feature(field_projections)]` 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.
#154940 opened Apr 7, 2026 by BennoLossin Loading…
Refactor: simplify report_selection_error 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.
#154939 opened Apr 7, 2026 by chenyukang Loading…
match exhaustiveness: Show the guard exhaustivity note only when it's the guards alone that cause non-exhaustiveness 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.
#154938 opened Apr 7, 2026 by jakubadamw Loading…
Add Sized supertrait for CoerceUnsized and DispatchFromDyn A-dyn-compatibility Area: Dyn compatibility (formerly: object safety) F-coerce_unsized The `CoerceUnsized` trait F-dispatch_from_dyn `#![feature(dispatch_from_dyn)]` 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.
#154935 opened Apr 7, 2026 by Darksonn Loading…
Add getters for rustc_pattern_analysis::constructor::Slice fields 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.
#154934 opened Apr 7, 2026 by ChayimFriedman2 Loading…
Suggest removing & when awaiting a reference to a future 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.
#154933 opened Apr 7, 2026 by fru1tworld Draft
Handle RTN projections in assoc type restriction diagnostics 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)
#154932 opened Apr 7, 2026 by TaKO8Ki Loading…
delegation(small cleanup): remove not needed PhantomData F-fn_delegation `#![feature(fn_delegation)]` 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.
#154931 opened Apr 7, 2026 by aerooneqq Loading…
Revert performing basic const checks in typeck on stable beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#154930 opened Apr 7, 2026 by oli-obk Loading…
Add const Default impls for LazyCell and LazyLock 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.
#154929 opened Apr 7, 2026 by davidgauch Loading…
Fix pin docs S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#154928 opened Apr 7, 2026 by guiyuanju Loading…
ProTip! no:milestone will show everything without a milestone.