-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fulfill: dedup newly added obligations
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#145714
opened Aug 21, 2025 by
lcnr
Loading…
next-solver: fix 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)
feature(const_trait_impl)
bootstrap
S-waiting-on-review
#145713
opened Aug 21, 2025 by
lcnr
Loading…
Update outdated link in bound region comments
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.
#145712
opened Aug 21, 2025 by
notJoon
Loading…
Support non-defining uses in HIR typeck
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)
#145711
opened Aug 21, 2025 by
lcnr
Loading…
Fix the ABI parameter inconsistency issue in debug.rs for LoongArch64
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.
#145710
opened Aug 21, 2025 by
heiher
Loading…
Fix LoongArch C function ABI when passing/returning structs containing floats
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.
#145709
opened Aug 21, 2025 by
heiher
Loading…
Suppress suggest try wrap when found is unresolved infer
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.
#145707
opened Aug 21, 2025 by
xizheyin
Loading…
change HIR typeck region uniquification handling approach
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)
#145706
opened Aug 21, 2025 by
lcnr
Loading…
remove an 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.
as
cast in prefetch codegen
A-LLVM
#145705
opened Aug 21, 2025 by
folkertdev
Loading…
ci: don't cleanup windows disk
A-CI
Area: Our Github Actions CI
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#145704
opened Aug 21, 2025 by
marcoieni
Loading…
Remove MIPS targets from CI LLVM platforms
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)
#145703
opened Aug 21, 2025 by
Gelbpunkt
Loading…
Handle 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.
ReEarlyParam
in type_name
.
S-waiting-on-bors
#145700
opened Aug 21, 2025 by
nnethercote
Loading…
Introduce ProjectionElem::try_map.
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.
#145695
opened Aug 21, 2025 by
cjgillot
Loading…
Implement Integer funnel shifts
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#145690
opened Aug 20, 2025 by
sayantn
Loading…
Migrate 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.
panic_unwind
to use cfg_select!
S-waiting-on-review
#145689
opened Aug 20, 2025 by
cuviper
Loading…
Offload device2
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.
add std::os::fd::CommandExt::fd
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.
#145687
opened Aug 20, 2025 by
Qelxiros
Loading…
add CopyFromClone and Cell::get_cloned
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.
#145685
opened Aug 20, 2025 by
Qelxiros
Loading…
[DRAFT] Add ub_checks for downcast_unchecked
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.
#145684
opened Aug 20, 2025 by
Techcable
Loading…
Promote aarch64-pc-windows-msvc to Tier 1
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)
#145682
opened Aug 20, 2025 by
dpaoliello
Loading…
Don't evaluate the sanitizer attribute if no sanitizer is enabled
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
PG-exploit-mitigations
Project group: Exploit mitigations
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.
#145679
opened Aug 20, 2025 by
1c3t3a
Loading…
docs: fix typo
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
#145677
opened Aug 20, 2025 by
prestoalvarez
Loading…
Rehome 30 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.
tests/ui/issues/
tests to other subdirectories under tests/ui/
[#2 of Batch #2]
S-waiting-on-review
#145676
opened Aug 20, 2025 by
Oneirical
Loading…
Rehome 30 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.
tests/ui/issues/
tests to other subdirectories under tests/ui/
[#1 of Batch #2]
S-waiting-on-review
#145675
opened Aug 20, 2025 by
Oneirical
Loading…
Instantiate higher-ranked binder with erased when checking 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.
IntoIterator
predicate for query instability
S-waiting-on-bors
#145672
opened Aug 20, 2025 by
compiler-errors
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-07-21.