-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
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 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.
self in more contexts
S-waiting-on-review
#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 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.
Duration-float methods
S-waiting-on-review
#155133
opened Apr 10, 2026 by
cuviper
Member
Loading…
Suggest similar target names on unrecognized 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.
--target
S-waiting-on-bors
#155132
opened Apr 10, 2026 by
jakedrew
Loading…
Stabilize feature 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.
uint_bit_width
S-waiting-on-review
#155131
opened Apr 10, 2026 by
sorairolake
Contributor
Loading…
Stabilize feature 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.
isolate_most_least_significant_one
S-waiting-on-review
#155130
opened Apr 10, 2026 by
okaneco
Contributor
Loading…
rustc_feature: Separate "renamed" features from "removed" features
A-tidy
#155129
opened Apr 10, 2026 by
nik-rev
Contributor
Loading…
add 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.
cfg(target_object_format = "...")
A-test-infra-minicore
#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 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.
$crate in macro matcher
I-lang-nominated
#155121
opened Apr 10, 2026 by
nik-rev
Contributor
Loading…
Use a linting node closer the parsing of 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.
#[cfg_attr]
A-attributes
#155120
opened Apr 10, 2026 by
Urgau
Member
Loading…
Suggest similar targets on unrecognized 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.
--target
S-waiting-on-review
#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 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.
Step::forward/backward_overflowing to enable RangeInclusive loop optimizations
I-libs-api-nominated
#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 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.
$$crate into its own feature gate
S-waiting-on-review
#155107
opened Apr 10, 2026 by
nik-rev
Contributor
Loading…
cg_llvm: scalable vectors with 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.
simd_cast and simd_select
A-LLVM
#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…
Previous Next
ProTip!
Follow long discussions with comments:>50.