-
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
Renamed retain_mut to retain on LinkedList as mentioned in the ACP
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.
#143529
opened Jul 6, 2025 by
pixel27
Loading…
interpret: rename StackPopCleanup
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.
#143528
opened Jul 6, 2025 by
RalfJung
Loading…
[Draft] Supertrait item resolution in subtrait Area: Rustdoc JSON backend
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
impl
s
A-rustdoc-json
#143527
opened Jul 6, 2025 by
dingxiangfei2009
•
Draft
Rollup of 4 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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-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.
#143526
opened Jul 6, 2025 by
matthiaskrgr
Loading…
Add profiler to bootstrap command
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#143525
opened Jul 6, 2025 by
Shourya742
•
Draft
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…
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: Waiting on bors to run and complete tests. Bors will change the label on completion.
cargo update
S-waiting-on-bors
#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-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-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-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.
#143509
opened Jul 5, 2025 by
cjgillot
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: Waiting on a perf run to be completed.
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.
find_existing_run
call if head and tail pairs sorted differently
S-waiting-on-perf
#143495
opened Jul 5, 2025 by
AngelicosPhosphoros
Loading…
Use 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.
object
crate from crates.io to fix windows build error
S-waiting-on-bors
#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…
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…
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!
Find all pull requests that aren't related to any open issues with -linked:issue.