-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[crater only] complain about uninhabited types being ignored in repr(transparent)
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.
std-detect: improve detect macro docs
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.
#147586
opened Oct 11, 2025 by
folkertdev
Loading…
Suppress the error for private fields with non_exhaustive attribute
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.
#147585
opened Oct 11, 2025 by
chenyukang
Loading…
[perf] Test mimalloc 3.1.5
A-tidy
Area: The tidy tool
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-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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#147583
opened Oct 11, 2025 by
umbrageodotus
Loading…
(DO NOT MERGE) ci: Set 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.
MKDIR_P
to work around a libffi-sys build failure
A-CI
#147582
opened Oct 11, 2025 by
Zalathar
Loading…
Improve error message for ambiguous numeric types in closure parameters
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.
#147577
opened Oct 11, 2025 by
JohnTitor
Loading…
Fix ICE on offsetted ZST pointer
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.
#147576
opened Oct 11, 2025 by
Mark-Simulacrum
Loading…
Refactor move analysis subpath representation
A-rustc-dev-guide
Area: rustc-dev-guide
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.
#147575
opened Oct 10, 2025 by
beepster4096
Loading…
Rollup of 12 pull requests
A-compiletest
Area: The compiletest test runner
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-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.
#147574
opened Oct 10, 2025 by
dianqk
Loading…
[btree_cursors] Add explanations for lower_bound and upper_bound
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.
#147573
opened Oct 10, 2025 by
Xylenox
Loading…
std: Use Area: Rustdoc's search feature
O-wasi
Operating system: Wasi, Webassembly System Interface
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
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-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
libc
for filesystem ops on WASI targets
A-rustdoc-search
#147572
opened Oct 10, 2025 by
alexcrichton
Loading…
[beta] backports
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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
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.
#147571
opened Oct 10, 2025 by
cuviper
Loading…
simplify check_cfg_arg impl
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.
#147570
opened Oct 10, 2025 by
hkBst
Loading…
[beta-1.91] Update cargo submodule
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#147569
opened Oct 10, 2025 by
weihanglo
Loading…
Update cargo submodule
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#147568
opened Oct 10, 2025 by
weihanglo
Loading…
rewrite outlives placeholder constraints to outlives static when handling opaque types
beta-nominated
Nominated for backporting to the compiler in the beta channel.
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.
#147566
opened Oct 10, 2025 by
BoxyUwU
Loading…
coercions reviews/misc whatevers
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.
Stabilize 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.
NonZero<u*>::div_ceil
S-waiting-on-bors
#147562
opened Oct 10, 2025 by
tyilo
Loading…
Move Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
wasm32-wasip3
to the tier 3 table
S-waiting-on-bors
#147553
opened Oct 10, 2025 by
saethlin
Loading…
[Debugger Visualizers] Optimize lookup behavior
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#147552
opened Oct 10, 2025 by
Walnut356
Loading…
remove 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.
#[rustc_inherit_overflow_checks]
from is_multiple_of
S-waiting-on-bors
#147551
opened Oct 10, 2025 by
folkertdev
Loading…
Replace 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.
LLVMRustContextCreate
with normal LLVM-C API calls
A-LLVM
#147549
opened Oct 10, 2025 by
AMS21
Loading…
Fix ICE for never pattern as closure parameters
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.
#147548
opened Oct 10, 2025 by
chenyukang
Loading…
Suppress unused_parens for labeled break
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.
#147546
opened Oct 10, 2025 by
chenyukang
Loading…
Add Area: `cfg` conditional compilation
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
I-lang-nominated
Nominated for discussion during a lang team meeting.
S-waiting-on-t-lang
Status: Awaiting decision from T-lang
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
cargo_cfg_target_family_multivalued
lint
A-cfg
#147545
opened Oct 10, 2025 by
madsmtm
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-09-11.