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

Add spawn APIs for BootstrapCommand to support deferred command execution 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)
#142591 opened Jun 16, 2025 by Shourya742 Loading…
Allow #[must_use] on associated types to warn on unused values in generic contexts A-attributes Area: Attributes (`#[…]`, `#![…]`) I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination I-lang-nominated Nominated for discussion during a lang team meeting. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team
#142590 opened Jun 16, 2025 by compiler-errors Loading…
Rollup of 8 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs 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.
#142589 opened Jun 16, 2025 by Kobzol Loading…
Generic ctx imprv A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-autodiff `#![feature(autodiff)]` 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.
#142588 opened Jun 16, 2025 by ZuseZ4 Loading…
Make sure to propagate result from visit_expr_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.
#142587 opened Jun 16, 2025 by compiler-errors Loading…
Fold unnecessary visit_struct_field_def in AstValidator 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.
#142586 opened Jun 16, 2025 by compiler-errors Loading…
Update books S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#142585 opened Jun 16, 2025 by rustbot Loading…
Handle same-crate macro for borrowck semicolon suggestion 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.
#142584 opened Jun 16, 2025 by Urgau Loading…
Inline drops in MIR S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142583 opened Jun 16, 2025 by cjgillot Draft
Enforce in bootstrap that build must have stage at least 1 A-testsuite Area: The testsuite used to check the correctness of rustc T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#142581 opened Jun 16, 2025 by Kobzol Draft
Use raw pointer for NUL-terminated file location with #[track_caller] A-panic Area: Panicking machinery A-rust-for-linux Relevant for the Rust-for-Linux project I-libs-api-nominated Nominated for discussion during a libs-api team meeting. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#142579 opened Jun 16, 2025 by Darksonn Loading…
Cache MIR preorder traversal. perf-regression Performance regression. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142578 opened Jun 16, 2025 by cjgillot Draft
Ensure copy* intrinsics also perform the static self-init checks relnotes Marks issues that should be documented in the release notes of the next release. 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.
#142575 opened Jun 16, 2025 by oli-obk Loading…
fn candidate_is_applicable to method 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.
#142573 opened Jun 16, 2025 by lcnr Loading…
Reason about borrowed classes in CopyProp. 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.
#142571 opened Jun 16, 2025 by cjgillot Loading…
Reject union default field values F-default_field_values `#![feature(default_field_values)]` 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.
#142570 opened Jun 16, 2025 by jieyouxu Loading…
Suggest clone in user-write-code instead of inside macro 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.
#142569 opened Jun 16, 2025 by xizheyin Loading…
Use the .drectve section for exporting symbols from dlls on Windows 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.
#142568 opened Jun 16, 2025 by bjorn3 Loading…
Subtree update of rust-analyzer S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#142567 opened Jun 16, 2025 by lnicola Loading…
Test naked asm for wasm32-unknown-unknown 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.
#142565 opened Jun 16, 2025 by bjorn3 Loading…
[WIP] Refine run-make test ignores due to unpredictable i686-pc-windows-gnu unwind mechanism A-run-make Area: port run-make Makefiles to rmake.rs T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142563 opened Jun 16, 2025 by jieyouxu Draft
Update the backtrace submodule S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#142562 opened Jun 16, 2025 by tgross35 Loading…
Fix PathSource lifetimes. 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.
#142554 opened Jun 16, 2025 by nnethercote Loading…
Use AttrItem instead of Attribute in more places A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#142552 opened Jun 15, 2025 by GrigorenkoPV Loading…
small iter.intersperse.fold() optimization 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.
#142549 opened Jun 15, 2025 by the8472 Loading…
ProTip! Follow long discussions with comments:>50.