-
-
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
ci: update download-artifact action to v8
A-CI
Area: Our Github Actions CI
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
cg_LLVM: Stop needing an alloca for volatile loads
A-codegen
Area: Code generation
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.
#157127
opened May 29, 2026 by
scottmcm
Member
Loading…
Avoid redundant note when a #[derive] is already suggested
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.
#157126
opened May 29, 2026 by
Dnreikronos
Contributor
Loading…
Rewrite the 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.
#[repr] attribute parser
A-attributes
#157125
opened May 29, 2026 by
JonathanBrouwer
Contributor
Loading…
library: optimize truncate method
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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.
#157123
opened May 29, 2026 by
xtqqczze
Contributor
Loading…
Rollup of 16 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-compiletest
Area: The compiletest test runner
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
#157121
opened May 29, 2026 by
JonathanBrouwer
Contributor
Loading…
Cleanups around attribute target checking
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.
#157120
opened May 29, 2026 by
JonathanBrouwer
Contributor
Loading…
ast_lowering: Simplify 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.
resolve_pin_drop_sugar_impl_item
S-waiting-on-bors
#157119
opened May 29, 2026 by
petrochenkov
Contributor
Loading…
rustc_public: add 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.
with_cx() to CompilerInterface
S-waiting-on-bors
#157116
opened May 29, 2026 by
makai410
Member
Loading…
[rustdoc] Fix foreign items macro expansion
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#157115
opened May 29, 2026 by
GuillaumeGomez
Member
Loading…
Update aarch64-unknown-freebsd target description
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.
#157112
opened May 29, 2026 by
mrkajetanp
Contributor
Loading…
Update target maintainer for x86_64-unknown-linux-none
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#157111
opened May 29, 2026 by
rosymati
Contributor
Loading…
Create a 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.
sve_zeroinitializer compiler intrinsic
A-LLVM
#157110
opened May 29, 2026 by
CrooseGit
Contributor
Loading…
Add Xtensa va_arg assembly coverage
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.
#157108
opened May 29, 2026 by
SergioGasquez
Contributor
Loading…
add ABI check logic for wasm
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.
#157106
opened May 29, 2026 by
RalfJung
Member
Loading…
Predicate/clause cleanups
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-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.
#157104
opened May 29, 2026 by
nnethercote
Contributor
•
Draft
Add reproducibly failing tests for parallel frontend
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.
#157103
opened May 29, 2026 by
zetanumbers
Contributor
Loading…
Support field-wise `#![feature(reborrow)]`; see #145612
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.
CoerceShared reborrows
F-reborrow
Some more per owner things
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.
#157100
opened May 29, 2026 by
oli-obk
Contributor
Loading…
Add the 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.
clflushopt x86 target feature
S-waiting-on-bors
#157098
opened May 29, 2026 by
jlpetz
Loading…
introduce UnevaluatedConstKind
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#157094
opened May 29, 2026 by
khyperia
Contributor
Loading…
diagnostics: improve E0758 note for backticks in doc comments
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.
#157092
opened May 29, 2026 by
fabricnp
Loading…
Improve suggestions for malformed deprecated attribute
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.
#157088
opened May 29, 2026 by
ariagivens
Contributor
Loading…
Promote riscv64-unknown-linux-musl to tier 2 with host tools
A-CI
Area: Our Github Actions CI
A-testsuite
Area: The testsuite used to check the correctness of rustc
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
[beta] bump stage0, plus a backport
A-run-make
Area: port run-make Makefiles to rmake.rs
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-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#157086
opened May 28, 2026 by
cuviper
Member
Loading…
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.