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

Tidy cleanup A-tidy Area: The tidy tool 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)
#143724 opened Jul 10, 2025 by hkBst Loading…
use the disambiguated idx from last impl trait 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.
#143723 opened Jul 10, 2025 by bvanjoi Loading…
Make some "safe" llvm ops actually sound 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.
#143722 opened Jul 10, 2025 by oli-obk Loading…
Rollup of 9 pull requests 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.
#143721 opened Jul 10, 2025 by tgross35 Loading…
Allow Rvalue::Repeat to return true in rvalue_creates_operand too 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.
#143720 opened Jul 10, 2025 by scottmcm Loading…
Emit warning when there is no space between -o and arg A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143719 opened Jul 10, 2025 by xizheyin Loading…
Make UB transmutes really UB in LLVM 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.
#143718 opened Jul 10, 2025 by scottmcm Loading…
Add Default impls for Pinned Box, Rc, Arc I-libs-api-nominated Nominated for discussion during a libs-api team meeting. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-crater Status: Waiting on a crater run to be completed. 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.
#143717 opened Jul 10, 2025 by Jules-Bertholet Loading…
compiler: doc/comment some codegen-for-functions interfaces 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.
#143716 opened Jul 10, 2025 by workingjubilee Loading…
Add a mailmap entry for gnzlbg A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#143713 opened Jul 10, 2025 by tgross35 Loading…
Updates to random number generation APIs 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.
#143710 opened Jul 9, 2025 by joshtriplett Loading…
fix: Include frontmatter in -Zunpretty 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.
#143708 opened Jul 9, 2025 by epage Loading…
Fix --skip-std-check-if-no-download-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)
#143707 opened Jul 9, 2025 by Kobzol Loading…
triagebot.toml: ping lolbinarycat if tidy extra checks were modified A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#143706 opened Jul 9, 2025 by lolbinarycat Loading…
Be a bit more careful around exotic cycles in in the inliner 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.
#143704 opened Jul 9, 2025 by compiler-errors Loading…
Make AsyncDrop check that it's being implemented on a local ADT 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.
#143699 opened Jul 9, 2025 by compiler-errors Loading…
Fix unused_parens false positive 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.
#143698 opened Jul 9, 2025 by benschulz Loading…
Add opaque TypeId handles for CTFE A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#143696 opened Jul 9, 2025 by oli-obk Loading…
Auto-add S-waiting-on-author when the PR is/switches to draft state A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#143695 opened Jul 9, 2025 by Urgau Loading…
miri: fix out-of-bounds error for ptrs with negative offsets 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.
#143692 opened Jul 9, 2025 by RalfJung Loading…
Allow linking a prebuilt optimized compiler-rt builtins library A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) 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)
#143689 opened Jul 9, 2025 by pmur Loading…
Emit warning when search path not found in -L 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.
#143687 opened Jul 9, 2025 by xizheyin Loading…
Fix RISC-V Test Failures in ./x test for Multiple Codegen and Assembly Cases 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.
#143686 opened Jul 9, 2025 by CaiWeiran Loading…
[WIP] Resolve: merge source_bindings and target_bindings into 1 field 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.
#143685 opened Jul 9, 2025 by LorrensP-2158466 Draft
Update to LLVM 21 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#143684 opened Jul 9, 2025 by nikic Loading…
1 task done
ProTip! What’s not been updated in a month: updated:<2025-06-10.