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 A-attributes Area: Attributes (`#[…]`, `#![…]`) 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-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.
#155141 opened Apr 11, 2026 by jhpratt Member Loading…
add regression test for OpenOptionsExt downstream compat 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.
#155140 opened Apr 11, 2026 by Vastargazing Contributor Loading…
Allow trailing self in more contexts 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.
#155137 opened Apr 11, 2026 by mu001999 Contributor Loading…
Tweak comment about intrinsics in cross-crate-inlinable 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.
#155136 opened Apr 11, 2026 by saethlin Member Loading…
Enable split_debuginfo=packed/unpacked for RISC-V 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.
#155135 opened Apr 11, 2026 by kxxt Contributor Loading…
2 tasks done
Replace custom trim_ascii_start with the standard library 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.
#155134 opened Apr 10, 2026 by thebabalola Loading…
Document precision considerations of Duration-float methods 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.
#155133 opened Apr 10, 2026 by cuviper Member Loading…
Suggest similar target names on unrecognized --target 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.
#155132 opened Apr 10, 2026 by jakedrew Loading…
Stabilize feature uint_bit_width 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.
#155131 opened Apr 10, 2026 by sorairolake Contributor Loading…
Stabilize feature isolate_most_least_significant_one 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.
#155130 opened Apr 10, 2026 by okaneco Contributor Loading…
rustc_feature: Separate "renamed" features from "removed" features A-tidy Area: The tidy tool 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.
#155129 opened Apr 10, 2026 by nik-rev Contributor Loading…
add cfg(target_object_format = "...") A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` 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.
#155126 opened Apr 10, 2026 by folkertdev Contributor Loading…
Fix ICE in v0 symbol mangling for deeply nested generic types 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.
#155122 opened Apr 10, 2026 by GokhanKabar Contributor Loading…
Add FCW to disallow $crate in macro matcher I-lang-nominated Nominated for discussion during a lang team meeting. 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.
#155121 opened Apr 10, 2026 by nik-rev Contributor Loading…
Use a linting node closer the parsing of #[cfg_attr] 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.
#155120 opened Apr 10, 2026 by Urgau Member Loading…
Suggest similar targets on unrecognized --target 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.
#155119 opened Apr 10, 2026 by iyernaveenr Contributor Loading…
compiletest: inject LLVM_PROFILE_FILE when COMPILETEST_LLVM_PROFILE_DIR is set 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)
#155117 opened Apr 10, 2026 by Ayuse Loading…
borrowck: clarify an E0502 label for &self.field vs mutable self 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.
#155116 opened Apr 10, 2026 by ozankenangungor Contributor Loading…
Add Step::forward/backward_overflowing to enable RangeInclusive loop optimizations I-libs-api-nominated Nominated for discussion during a libs-api team meeting. 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.
#155114 opened Apr 10, 2026 by pitaj Contributor Loading…
Ensure Send/Sync impl for std::process::CommandArgs needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#155113 opened Apr 10, 2026 by Mark-Simulacrum Member Draft
Move $$crate into its own feature 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.
#155107 opened Apr 10, 2026 by nik-rev Contributor Loading…
cg_llvm: scalable vectors with simd_cast and simd_select 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155106 opened Apr 10, 2026 by davidtwco Member Loading…
bootstrap: auto-patch libgccjit.so for NixOS 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)
#155104 opened Apr 10, 2026 by nbdd0121 Member Loading…
delegation: support proper interaction of user-specified args and impl Traits F-fn_delegation `#![feature(fn_delegation)]` 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.
#155096 opened Apr 10, 2026 by aerooneqq Contributor Loading…
resolve : issue 155030 solve 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.
#155095 opened Apr 10, 2026 by lms0806 Contributor Loading…
ProTip! Follow long discussions with comments:>50.