-
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
fix: disable self-contained linker when bootstrap-override-lld is set
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)
#148709
opened Nov 8, 2025 by
karolzwolak
Loading…
compute temporary scopes when building MIR, not THIR
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Use Status: Waiting on a perf run to be completed.
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
overflow_checks intrinsic so IterRangeFrom yields MAX before panicking in debug
S-waiting-on-perf
#148703
opened Nov 8, 2025 by
pitaj
Loading…
Rollup of 9 pull requests
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
rollup
A PR which is a rollup
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
#148701
opened Nov 8, 2025 by
matthiaskrgr
Loading…
Fix query cycle when encounter unevaluated const
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)
#148698
opened Nov 8, 2025 by
tiif
Loading…
std: support Target: Arm's secure enclave that code isn't supposed to be able to jailbreak
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.
RwLock and thread parking on TEEOS
O-teeos
#148694
opened Nov 8, 2025 by
joboet
Loading…
Rollup of 10 pull requests
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
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.
#148692
opened Nov 8, 2025 by
matthiaskrgr
Loading…
Subtree sync for rustc_codegen_cranelift
A-codegen
Area: Code generation
A-cranelift
Things relevant to the [future] cranelift backend
A-tidy
Area: The tidy tool
has-merge-commits
PR has merge commits, merge with caution.
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.
#148691
opened Nov 8, 2025 by
bjorn3
Loading…
Implement 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.
clamp_magnitude method for primitive floats & signed integers
S-waiting-on-review
#148690
opened Nov 8, 2025 by
IntegralPilot
Loading…
std: use Operating system: Unix-like
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.
nonpoison::Mutex for all internal mutexes
O-unix
#148689
opened Nov 8, 2025 by
joboet
Loading…
Remove unused argument 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.
features from eval_config_entry
A-attributes
#148688
opened Nov 8, 2025 by
JonathanBrouwer
Loading…
std: use a non-poisoning 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.
RwLock for the panic hook
S-waiting-on-review
#148687
opened Nov 8, 2025 by
joboet
Loading…
compiletest: Run the 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)
lldb_batchmode.py script in LLDB's embedded Python
A-compiletest
#148685
opened Nov 8, 2025 by
Zalathar
Loading…
Remove Area: Attributes (`#[…]`, `#![…]`)
A-run-make
Area: port run-make Makefiles to rmake.rs
F-const_trait_impl
`#![feature(const_trait_impl)]`
PG-const-traits
Project group: Const traits
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.
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#[const_trait]
A-attributes
#148683
opened Nov 8, 2025 by
fmease
Loading…
Recover Area: `[T; N]`
A-diagnostics
Area: Messages for errors, warnings, and lints
A-parser
Area: The lexing & parsing of Rust source code to an AST
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-papercut
Diagnostics: An error or lint that needs small tweaks.
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: N] as [T; N]
A-array
#148680
opened Nov 8, 2025 by
ShE3py
Loading…
Update LLVM to 21.1.5
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.
#148679
opened Nov 8, 2025 by
dianqk
Loading…
Merge E0412 into E0425
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-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)
#148678
opened Nov 7, 2025 by
xonx4l
Loading…
Avoid infinite cycle in 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.
coerce_unsized_old_solver when encountering invalid recursive struct definition
S-waiting-on-review
#148677
opened Nov 7, 2025 by
estebank
Loading…
Remove eslint-js from npm dependencies
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#148675
opened Nov 7, 2025 by
Kobzol
Loading…
Remove a remnant of 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.
dyn* from the parser
S-waiting-on-bors
#148673
opened Nov 7, 2025 by
fmease
Loading…
switch to yarn
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#148672
opened Nov 7, 2025 by
lolbinarycat
Loading…
Offload bootstrap
A-CI
Area: Our Github Actions CI
A-testsuite
Area: The testsuite used to check the correctness of rustc
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#148671
opened Nov 7, 2025 by
ZuseZ4
Loading…
Enable 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.
-Zfunction-sections by default for *-windows-{gnu,cygwin}
S-waiting-on-author
#148669
opened Nov 7, 2025 by
wesleywiser
•
Draft
a few small clippy fixes
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.
#148667
opened Nov 7, 2025 by
hkBst
Loading…
Add support for xray in aarch64 unknown none target
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.
#148666
opened Nov 7, 2025 by
odlot
Loading…
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.