-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
llvm: use intrinsics for f16, f32 minimum/maximum
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.
#158330
opened Jun 23, 2026 by
RalfJung
Member
Loading…
Fixed ICE when using a function with anonymous type parameters as a const generic argument
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.
#158329
opened Jun 23, 2026 by
kytoaa
Loading…
Move attribute and keyword docs from 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.
std to core
S-waiting-on-review
#158327
opened Jun 23, 2026 by
jschillem
Loading…
Add 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.
io::ErrorKind::TooManyOpenFiles
S-waiting-on-review
#158326
opened Jun 23, 2026 by
valentynkit
Contributor
Loading…
Document NonNull layout guarantees
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.
#158325
opened Jun 23, 2026 by
0xEgao
Loading…
Rollup of 23 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-CI
Area: Our Github Actions CI
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-testsuite
Area: The testsuite used to check the correctness of rustc
F-explicit_tail_calls
`#![feature(explicit_tail_calls)]`
PG-exploit-mitigations
Project group: Exploit mitigations
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-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-rust-analyzer
Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#158324
opened Jun 23, 2026 by
JonathanBrouwer
Contributor
Loading…
rustc: improve diagnostics for file-open failures
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.
#158323
opened Jun 23, 2026 by
Unique-Usman
Contributor
Loading…
change autodiff tests according to the generated ir
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.
Prefer inherent methods in trait object method resolution
A-dyn-trait
Area: trait objects, vtable layout
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-types
Relevant to the types team, which will review and decide on the PR/issue.
#158320
opened Jun 23, 2026 by
Jules-Bertholet
Contributor
Loading…
Make normalization in a test case resilient to dist compilation
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.
#158318
opened Jun 23, 2026 by
steffahn
Member
Loading…
rust-analyzer subtree update
S-waiting-on-bors
#158315
opened Jun 23, 2026 by
lnicola
Member
Loading…
Fix incorrect unsafe debug assertion in unchecked_div_exact
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.
#158314
opened Jun 23, 2026 by
yilin0518
Loading…
Move 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.
check_target_feature into the attribute parser
A-attributes
#158313
opened Jun 23, 2026 by
obeis
Contributor
Loading…
Adds support for AArch64 SVE to inline assembly
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.
#158312
opened Jun 23, 2026 by
CrooseGit
Contributor
Loading…
doc(unstable-book): fix typo "earier" -> "earlier" in default-visibility flag
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#158311
opened Jun 23, 2026 by
Dodothereal
Loading…
Remove unexpected usage of Unambig in non-infer variants
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.
#158310
opened Jun 23, 2026 by
mu001999
Member
Loading…
Update 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.
rustc-literal-escaper version to 0.0.8
S-waiting-on-review
#158309
opened Jun 23, 2026 by
GuillaumeGomez
Member
Loading…
Fix bug when rustdoc "go to only result" setting is not working as expected"
A-rustdoc-js
Area: Rustdoc's JS front-end
A-rustdoc-search
Area: Rustdoc's search feature
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.
#158308
opened Jun 23, 2026 by
GuillaumeGomez
Member
Loading…
Attempt to run parallel frontend CI
A-CI
Area: Our Github Actions CI
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
tests: modify s390x vector test to be robust to instruction scheduling
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.
#158306
opened Jun 23, 2026 by
durin42
Contributor
Loading…
Feed constness in def collection
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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-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-rustfmt
Relevant to the rustfmt team, which will review and decide on the PR/issue.
mailmap: update mu001999
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#158304
opened Jun 23, 2026 by
mu001999
Member
Loading…
Always escape grapheme extenders in Area: Unicode
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
str::escape_debug
A-Unicode
#158303
opened Jun 23, 2026 by
Jules-Bertholet
Contributor
Loading…
Fix This change is insta-stable, or significant enough to need a team FCP to proceed.
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-lang
Relevant to the language team
overflowing_literals lint with repeated negation
needs-fcp
#158302
opened Jun 23, 2026 by
theemathas
Contributor
Loading…
Improve unknown crate_type diagnostic suggestions
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
#158300
opened Jun 23, 2026 by
evavh
Contributor
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2026-05-23.