-
Notifications
You must be signed in to change notification settings - Fork 14k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Move & adjust some 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.
!-adjacent tests
S-waiting-on-review
#148928
opened Nov 13, 2025 by
WaffleLapkin
Loading…
Rollup of 14 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-run-make
Area: port run-make Makefiles to rmake.rs
F-explicit_tail_calls
`#![feature(explicit_tail_calls)]`
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-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.
#148927
opened Nov 13, 2025 by
Zalathar
Loading…
Fix performance regression with jemalloc
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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.
Remove an outdated 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.
#148918
opened Nov 13, 2025 by
WaffleLapkin
Loading…
fix incorrect import in 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_detect on aarch64-unknown-openbsd
S-waiting-on-review
#148914
opened Nov 13, 2025 by
folkertdev
Loading…
add note to 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.
lines docs about empty str behavior
S-waiting-on-review
#148912
opened Nov 13, 2025 by
msmoiz
Loading…
Flags from env variables like 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)
RUSTFLAGS now have precedence over bootstrap own flags and not the other way around.
S-waiting-on-review
#148911
opened Nov 13, 2025 by
karolzwolak
Loading…
add assembly test for infinite recursion with `#![feature(explicit_tail_calls)]`
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.
become
F-explicit_tail_calls
#148907
opened Nov 13, 2025 by
folkertdev
Loading…
Expose fmt::Arguments::from_str as unstable.
A-fmt
Area: `core::fmt`
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#148906
opened Nov 13, 2025 by
m-ou-se
Loading…
waffle: stop watching codegen ssa
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.
#148904
opened Nov 13, 2025 by
WaffleLapkin
Loading…
add missing s390x target feature to std detect test
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.
#148902
opened Nov 13, 2025 by
folkertdev
Loading…
Disable rustdoc-test-builder test partially for SGX target.
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-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.
#148901
opened Nov 13, 2025 by
sardok
Loading…
Revert "Rollup merge of #146627 - madsmtm:jemalloc-simplify, r=jdonszelmann"
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.
#148896
opened Nov 13, 2025 by
Kobzol
Loading…
Reveal opaques defined in the body during analysis
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.
#148894
opened Nov 13, 2025 by
beamandala
Loading…
Add riscv64a23-unknown-linux-gnu to build-manifest TARGETS
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#148886
opened Nov 13, 2025 by
ZhongyaoChen
Loading…
Fix typo in comment in rustc_errors
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.
#148882
opened Nov 12, 2025 by
20jasper
Loading…
use 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_select! to pick assembly in codegen test
S-waiting-on-review
#148881
opened Nov 12, 2025 by
folkertdev
Loading…
error when ABI does not support guaranteed tail calls
F-abi_cmse_nonsecure_call
`#![feature(abi_cmse_nonsecure_call)]`
F-cmse_nonsecure_entry
`#![feature(cmse_nonsecure_entry)]`
F-explicit_tail_calls
`#![feature(explicit_tail_calls)]`
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.
#148878
opened Nov 12, 2025 by
folkertdev
Loading…
rustdoc: microoptimize render_item, move stuff out of common path
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
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.
#148877
opened Nov 12, 2025 by
lolbinarycat
•
Draft
Remove context dependant `#![feature(never_type)]`
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.
! fallback
F-never_type
#148871
opened Nov 12, 2025 by
WaffleLapkin
Loading…
Remove unused LLVMModuleRef argument
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
#148870
opened Nov 12, 2025 by
QnnOkabayashi
Loading…
windows-gnu: update C toolchain
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Refactor 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.
Box::take
S-waiting-on-bors
#148867
opened Nov 12, 2025 by
edwloef
Loading…
Add new Status: This is awaiting some action (such as code changes or more information) from the author.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
failed_merged_doctest_compilation rustdoc lint
S-waiting-on-author
#148866
opened Nov 12, 2025 by
GuillaumeGomez
•
Draft
move GAT inference prevention hack
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)
#148865
opened Nov 12, 2025 by
lcnr
Loading…
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.