-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 11 pull requests
A-compiler-builtins
Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins)
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-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.
#156610
opened May 15, 2026 by
Zalathar
Member
Loading…
Consider structurally impossible Sized predicates in MIR
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.
ci: Update FreeBSD version to FreeBSD 14
A-CI
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.
#156607
opened May 15, 2026 by
mrkajetanp
Contributor
Loading…
Add pext/pdep as aliases for extract_bits/deposit_bits
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.
#156606
opened May 15, 2026 by
niklasf
Contributor
Loading…
coverage: Reduce and clarify the context-mismatch test case
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.
#156604
opened May 15, 2026 by
Zalathar
Member
Loading…
Clarify E0381 diagnostics for branch conditions
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.
#156603
opened May 15, 2026 by
eval-exec
Contributor
Loading…
Make const param default test reproduce original ICE
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.
#156600
opened May 15, 2026 by
cijiugechu
Member
Loading…
Assert redundant incremental check
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.
#156599
opened May 15, 2026 by
zetanumbers
Contributor
Loading…
Avoid rustfix suggestions for macro-expanded unused imports
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.
#156598
opened May 15, 2026 by
cijiugechu
Member
Loading…
Split 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.
LintExpectationIds
S-waiting-on-review
#156596
opened May 15, 2026 by
nnethercote
Contributor
Loading…
Stabilize bool_to_result
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.
#156594
opened May 15, 2026 by
LimpSquid
Contributor
Loading…
Fix/issue 152607 supertrait assoc type bound
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)
#156593
opened May 15, 2026 by
spirali
Contributor
Loading…
Improve diagnostics for ambiguous binops with as _
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.
#156591
opened May 15, 2026 by
qaijuang
Contributor
Loading…
Revert tearing changes to 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-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.
dbg!
beta-nominated
#156589
opened May 15, 2026 by
cuviper
Member
Loading…
Don't drop uninit memory when 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.
MapWindows::clone panics
S-waiting-on-review
#156588
opened May 14, 2026 by
Jules-Bertholet
Contributor
Loading…
Correctly handle associated items in rustdoc macro expansion
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
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.
#156587
opened May 14, 2026 by
GuillaumeGomez
Member
Loading…
Use DropCtxt::new_block and new_block_with_statements systematically.
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.
#156586
opened May 14, 2026 by
cjgillot
Contributor
Loading…
explicit tail calls: ignore some tests on unsupported LLVM targets
A-compiletest
Area: The compiletest test runner
A-rustc-dev-guide
Area: rustc-dev-guide
A-testsuite
Area: The testsuite used to check the correctness of rustc
F-explicit_tail_calls
`#![feature(explicit_tail_calls)]`
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.
#156585
opened May 14, 2026 by
InvalidPathException
Contributor
Loading…
Support defaults for static EIIs
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.
#156583
opened May 14, 2026 by
AsakuraMizu
Contributor
Loading…
Allow 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.
global_asm! in statement positions
S-waiting-on-review
#156582
opened May 14, 2026 by
daxpedda
Contributor
Loading…
Add FileCheck for build_correct_coerce
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.
#156578
opened May 14, 2026 by
eval-exec
Contributor
Loading…
Test EII UI tests with prefer-dynamic
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.
#156577
opened May 14, 2026 by
AsakuraMizu
Contributor
Loading…
Add unwinder_private_data_size for wasm64 target
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#156573
opened May 14, 2026 by
richArved
Loading…
std: replace "safe" with "sound" in safety documentation
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.
#156572
opened May 14, 2026 by
xtqqczze
Contributor
Loading…
Disable 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.
main_needs_argc_argv for Wasm
S-waiting-on-bors
#156571
opened May 14, 2026 by
daxpedda
Contributor
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.