Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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 InterpCx::project_fields 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.
#144890 opened Aug 4, 2025 by WaffleLapkin Loading…
rust-analyzer subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#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 ptr_guaranteed_cmp. 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.
#144885 opened Aug 4, 2025 by zachs18 Loading…
Resynthesize foo<bar>( and foo<bar>:: in check_no_chained_comparison 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.
#144884 opened Aug 4, 2025 by xizheyin Loading…
Remove unneeded drop_in_place calls 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.
#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.
#144879 opened Aug 4, 2025 by cezarbbb Draft
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.
#144874 opened Aug 3, 2025 by cjgillot Draft
Implement stability_implications without a visitor. 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.
#144873 opened Aug 3, 2025 by cjgillot Draft
Document Poisoning in LazyCell and LazyLock 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#144872 opened Aug 3, 2025 by connortsui20 Loading…
2 tasks
Stabilize btree_entry_insert feature 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.
#144871 opened Aug 3, 2025 by Kivooeo Loading…
Stabilize path_file_prefix feature S-waiting-on-review 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.
#144870 opened Aug 3, 2025 by Kivooeo Loading…
Use as_array in PartialEq for arrays 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.
#144867 opened Aug 3, 2025 by scottmcm Loading…
Remove SHOULD_EMIT_LINTS in favor of should_emit A-attributes 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.
#144866 opened Aug 3, 2025 by JonathanBrouwer Loading…
Fix tail calls to #[track_caller] functions A-lints 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.
#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.
#144863 opened Aug 3, 2025 by cjgillot Draft
Stabilize panic_payload_as_str feature S-waiting-on-team 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.
#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 #[allow_internal_unsafe] to the new attribute system A-attributes 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.
#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 rust_panic_without_hook to resume_unwind 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.
#144852 opened Aug 3, 2025 by Kivooeo Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.