-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Move 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.
stable_mir
back to its own crate
S-waiting-on-review
#143524
opened Jul 6, 2025 by
makai410
Loading…
Rollup of 6 pull requests
A-compiletest
Area: The compiletest test runner
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#143521
opened Jul 6, 2025 by
matthiaskrgr
Loading…
Fix perf regression caused by tracing
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.
#143520
opened Jul 6, 2025 by
Stypox
Loading…
Check assoc consts and tys later like assoc fns
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.
#143519
opened Jul 6, 2025 by
mu001999
Loading…
rustc_builtin_macros: Make sure registered attributes stay sorted
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.
#143518
opened Jul 6, 2025 by
joshtriplett
Loading…
Weekly Status: Awaiting review from the assignee but also interested parties.
cargo update
S-waiting-on-review
#143515
opened Jul 6, 2025 by
github-actions
bot
Loading…
Organize macro tests a bit more
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.
#143514
opened Jul 6, 2025 by
joshtriplett
Loading…
Fix lint errors for Status: Awaiting review from the assignee but also interested parties.
src/tools/rustfmt/ci/integration.sh
S-waiting-on-review
#143512
opened Jul 5, 2025 by
GuillaumeGomez
Loading…
Improve TLS codegen by marking the panic/init path as cold
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.
#143511
opened Jul 5, 2025 by
orlp
Loading…
Do not unify borrowed locals in CopyProp.
beta-nominated
Nominated for backporting to the compiler in the beta channel.
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.
#143509
opened Jul 5, 2025 by
cjgillot
Loading…
compiletest: print slightly more information on fs::write failure
A-compiletest
Area: The compiletest test runner
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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#143504
opened Jul 5, 2025 by
RalfJung
Loading…
Let 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.
rvalue_creates_operand
return true for *all* Rvalue::Aggregate
s
S-waiting-on-review
#143502
opened Jul 5, 2025 by
scottmcm
Loading…
Skip walking into param-env component if it has no placeholder/re-var
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)
#143500
opened Jul 5, 2025 by
compiler-errors
•
Draft
Don't call 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.
predicates_of
on a dummy obligation cause's body id
S-waiting-on-review
#143499
opened Jul 5, 2025 by
compiler-errors
Loading…
Skip 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.
find_existing_run
call if head and tail pairs sorted differently
S-waiting-on-review
#143495
opened Jul 5, 2025 by
AngelicosPhosphoros
Loading…
tidy: use --bless for tidy spellcheck instead of spellcheck:fix
A-tidy
Area: The tidy tool
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)
#143493
opened Jul 5, 2025 by
lolbinarycat
Loading…
Use 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.
object
crate from crates.io to fix windows build error
S-waiting-on-review
#143492
opened Jul 5, 2025 by
Diggsey
Loading…
[WIP] TypeTree support in autodiff
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
F-autodiff
`#![feature(autodiff)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Mark 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.
PartialEq
as #[rustc_trivial_field_reads]
S-waiting-on-review
#143487
opened Jul 5, 2025 by
GrigorenkoPV
Loading…
Shows a user friendly message rather than simple pass
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)
#143485
opened Jul 5, 2025 by
rahul-srivastava-codes
Loading…
distinguish the duplicate item of rpitit
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.
#143484
opened Jul 5, 2025 by
bvanjoi
Loading…
Fix short linker error output
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.
#143482
opened Jul 5, 2025 by
ia0
Loading…
use Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
is_multiple_of
and div_ceil
A-LLVM
#143477
opened Jul 5, 2025 by
folkertdev
Loading…
tests: Use 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.
cfg_target_has_reliable_f16_f128
S-waiting-on-review
#143475
opened Jul 5, 2025 by
tgross35
Loading…
rustc_pattern_analysis
: always check that deref patterns don't match on the same place as normal constructors
S-waiting-on-review
#143472
opened Jul 5, 2025 by
dianne
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.