-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 6 pull requests
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-tidy
Area: The tidy tool
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.
#153448
opened Mar 5, 2026 by
JonathanBrouwer
Loading…
Always use the ThinLTO pipeline for pre-link optimizations
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#153446
opened Mar 5, 2026 by
bjorn3
Loading…
Consider try blocks as block-like for overflowed expr
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-rustfmt
Relevant to the rustfmt team, which will review and decide on the PR/issue.
#153445
opened Mar 5, 2026 by
ia0
Loading…
Fix docs: remove rvalue terminology from transmute comment
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.
#153444
opened Mar 5, 2026 by
04cb
Loading…
ast_lowering: fix ICE in fn_delegation with complex generics
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.
#153443
opened Mar 5, 2026 by
Delta17920
Loading…
[EXPERIMENT] Cache-on-disk perf experiments for 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.
check_liveness
S-waiting-on-author
Various LTO cleanups
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#153440
opened Mar 5, 2026 by
bjorn3
Loading…
coretest in miri: fix using unstable libtest features
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)
#153437
opened Mar 5, 2026 by
RalfJung
Loading…
Use shlex instead of shell-words
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#153436
opened Mar 5, 2026 by
eggyal
Loading…
Fix obtaining def_id from unresolved segment
F-fn_delegation
`#![feature(fn_delegation)]`
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.
#153435
opened Mar 5, 2026 by
aerooneqq
Loading…
Use a safe Performance regression.
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
BucketIndex abstraction in VecCache
perf-regression
#153434
opened Mar 5, 2026 by
Zalathar
Loading…
Fix some comments about dataflow 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.
#153432
opened Mar 5, 2026 by
nnethercote
Loading…
Update cargo submodule
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
#153429
opened Mar 5, 2026 by
weihanglo
Loading…
Avoid duplicated query modifier comments.
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
#153428
opened Mar 5, 2026 by
nnethercote
Loading…
Enable link relaxation feature for LoongArch Linux targets
A-CI
Area: Our Github Actions CI
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-loongarch
Target: LoongArch (LA32R, LA32S, LA64)
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.
#153427
opened Mar 5, 2026 by
heiher
Loading…
Add a comment explaining the 'tcx lifetime.
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.
#153422
opened Mar 4, 2026 by
nnethercote
Loading…
Fix ICE in fn_delegation when child segment resolves to a trait
F-fn_delegation
`#![feature(fn_delegation)]`
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.
#153421
opened Mar 4, 2026 by
GokhanKabar
Loading…
core: remove FIXME comment in option.rs FromIterator
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.
#153418
opened Mar 4, 2026 by
softmoth
Loading…
std: organise Operating System: SOLID
O-unix
Operating system: Unix-like
O-wasi
Operating system: Wasi, Webassembly System Interface
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.
sys::pal::os
O-solid
#153413
opened Mar 4, 2026 by
joboet
Loading…
Offload slice support
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
Respect RUSTC_LINK_STD_INTO_RUSTC_DRIVER=0 in link_std_into_rustc_driver
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)
#153409
opened Mar 4, 2026 by
DeepeshWR
Loading…
miri: make read_discriminant UB when the tag is not in the validity range of the tag field
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.
#153408
opened Mar 4, 2026 by
RalfJung
Loading…
core: make some fundamental atomic functions generic
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.
#153407
opened Mar 4, 2026 by
joboet
Loading…
constify 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.
Vec::{into, from}_raw_parts{_in|_alloc}
S-waiting-on-review
#153399
opened Mar 4, 2026 by
bend-n
Loading…
fix ICE in `#![feature(c_variadic)]`
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.
const_c_variadic when passing ZSTs
F-c_variadic
#153398
opened Mar 4, 2026 by
folkertdev
Loading…
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.