-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 5 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-rustc-dev-guide
Area: rustc-dev-guide
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.
#144891
opened Aug 4, 2025 by
Zalathar
Loading…
Add 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.
InterpCx::project_fields
S-waiting-on-review
#144890
opened Aug 4, 2025 by
WaffleLapkin
Loading…
rust-analyzer
subtree update
S-waiting-on-bors
#144887
opened Aug 4, 2025 by
lnicola
Loading…
Fix parallel rustc not being reproducible due to unstable sorts of items
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.
#144886
opened Aug 4, 2025 by
ywxt
Loading…
Implement some more checks in 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.
ptr_guaranteed_cmp
.
S-waiting-on-review
#144885
opened Aug 4, 2025 by
zachs18
Loading…
Resynthesize 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.
foo<bar>(
and foo<bar>::
in check_no_chained_comparison
S-waiting-on-review
#144884
opened Aug 4, 2025 by
xizheyin
Loading…
Remove unneeded 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.
drop_in_place
calls
S-waiting-on-perf
#144883
opened Aug 4, 2025 by
scottmcm
Loading…
Add rusty stack protector(re-submit)
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.
coverage: Various small cleanups
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
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.
#144877
opened Aug 4, 2025 by
Zalathar
Loading…
Cache param_env on disk.
perf-regression
Performance regression.
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.
Implement 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.
stability_implications
without a visitor.
S-waiting-on-author
Document Poisoning in 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.
LazyCell
and LazyLock
S-waiting-on-review
#144872
opened Aug 3, 2025 by
connortsui20
Loading…
2 tasks
Stabilize 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.
btree_entry_insert
feature
S-waiting-on-review
#144871
opened Aug 3, 2025 by
Kivooeo
Loading…
Stabilize Status: Awaiting review from the assignee but also interested parties.
T-clippy
Relevant to the Clippy team.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
path_file_prefix
feature
S-waiting-on-review
#144870
opened Aug 3, 2025 by
Kivooeo
Loading…
Use 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.
as_array
in PartialEq for arrays
S-waiting-on-review
#144867
opened Aug 3, 2025 by
scottmcm
Loading…
Remove Area: Attributes (`#[…]`, `#![…]`)
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.
SHOULD_EMIT_LINTS
in favor of should_emit
A-attributes
#144866
opened Aug 3, 2025 by
JonathanBrouwer
Loading…
Fix tail calls to Area: Lints (warnings about flaws in source code) such as unused_mut.
F-explicit_tail_calls
`#![feature(explicit_tail_calls)]`
F-track_caller
`#![feature(track_caller)]`
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.
#[track_caller]
functions
A-lints
#144865
opened Aug 3, 2025 by
WaffleLapkin
Loading…
No source fixes
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.
#144864
opened Aug 3, 2025 by
Muscraft
Loading…
Simplify dead code lint
perf-regression
Performance regression.
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.
Stabilize Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
panic_payload_as_str
feature
S-waiting-on-team
#144861
opened Aug 3, 2025 by
Kivooeo
Loading…
Rollup of 11 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-compiletest
Area: The compiletest test runner
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-rustc-dev-guide
Area: rustc-dev-guide
A-testsuite
Area: The testsuite used to check the correctness of rustc
rollup
A PR which is a rollup
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.
#144860
opened Aug 3, 2025 by
samueltardieu
Loading…
[DO NOT MERGE] Run dist-x86_64-linux on the self-hosted demo
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.
#144859
opened Aug 3, 2025 by
pietroalbini
Loading…
Port Area: Attributes (`#[…]`, `#![…]`)
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.
#[allow_internal_unsafe]
to the new attribute system
A-attributes
#144857
opened Aug 3, 2025 by
scrabsha
Loading…
Elaborate destruct host effect clauses with structurally implied clauses
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.
#144856
opened Aug 3, 2025 by
ShoyuVanilla
Loading…
Rename 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.
rust_panic_without_hook
to resume_unwind
S-waiting-on-review
#144852
opened Aug 3, 2025 by
Kivooeo
Loading…
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.