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

Remove incorrect comments in Weak S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#142700 opened Jun 19, 2025 by theemathas Loading…
Offload device1 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-autodiff `#![feature(autodiff)]` 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.
#142696 opened Jun 18, 2025 by ZuseZ4 Draft
More robustly deal with relaxed bounds and improve their diagnostics perf-regression Performance regression. rla-silenced Silences rust-log-analyzer postings to the PR it's added on. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142693 opened Jun 18, 2025 by fmease Draft
2
6
Skip debug dep node code in non-incremental mode A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#142686 opened Jun 18, 2025 by zetanumbers Loading…
Update bundled musl to 1.2.5 A-testsuite Area: The testsuite used to check the correctness of rustc 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. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#142682 opened Jun 18, 2025 by Gankra Loading…
Remove the #[no_sanitize] attribute in favor of #[sanitize(xyz = "on|off")] A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-rustc-dev-guide Area: rustc-dev-guide PG-exploit-mitigations Project group: Exploit mitigations 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.
#142681 opened Jun 18, 2025 by 1c3t3a Loading…
Fix passing/returning structs with the 64-bit SPARC ABI 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.
#142680 opened Jun 18, 2025 by beetrees Loading…
Misc cleanups of generic_arg_infer related HIR logic 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.
#142678 opened Jun 18, 2025 by BoxyUwU Loading…
Show the offset, length and memory of uninit read errors 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.
#142673 opened Jun 18, 2025 by oli-obk Loading…
add #![rustc_no_implicit_bounds] 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#142671 opened Jun 18, 2025 by davidtwco Loading…
Document fully-qualified syntax in as' keyword doc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#142670 opened Jun 18, 2025 by fpdotmonkey Loading…
trait_sel: add builtin impl for PointeeSized 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#142663 opened Jun 18, 2025 by davidtwco Loading…
compiler-builtins: Clean up features A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) T-libs Relevant to the library team, which will review and decide on the PR/issue.
#142659 opened Jun 18, 2025 by tgross35 Draft
rustdoc search: rank aliases lower than exact matches A-rustdoc-search Area: Rustdoc's search feature S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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.
#142653 opened Jun 17, 2025 by lolbinarycat Loading…
[perf] Compute hard errors without diagnostics in impl_intersection_has_impossible_obligation 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.
#142647 opened Jun 17, 2025 by compiler-errors Loading…
rustdoc-json: Postcard output A-compiletest Area: The compiletest test runner A-rustdoc-json Area: Rustdoc JSON backend 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142642 opened Jun 17, 2025 by aDotInTheVoid Draft
Generate symbols.o for proc-macros too A-proc-macros Area: Procedural macros A-run-make Area: port run-make Makefiles to rmake.rs F-used_with_arg `#![feature(used_with_arg)]` 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.
#142641 opened Jun 17, 2025 by bjorn3 Loading…
Implement autodiff using intrinsics 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.
#142640 opened Jun 17, 2025 by Sa4dUs Draft
error out when repr(align) exceeds COFF limit A-align Area: alignment control (`repr(align(N))` and so on) 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.
#142638 opened Jun 17, 2025 by nthery Loading…
Remove some glob imports from the type system 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#142637 opened Jun 17, 2025 by compiler-errors Loading…
alternate interface for OrderedJson to reduce allocations S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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.
#142634 opened Jun 17, 2025 by lolbinarycat Loading…
Only compute recursive callees once. A-mir-opt Area: MIR optimizations perf-regression Performance regression. 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.
#142625 opened Jun 17, 2025 by cjgillot Loading…
Move placeholder error handling to before region inference 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.
#142623 opened Jun 17, 2025 by amandasystems Loading…
Do not suggest compatible variants inside macro 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.
#142611 opened Jun 17, 2025 by xizheyin Loading…
Allow #[must_use] on associated types to warn on unused values in generic contexts A-attributes Area: Attributes (`#[…]`, `#![…]`) disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. final-comment-period In the final comment period and will be merged soon unless new substantive objections are raised. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-documentation Status: Waiting on approved PRs to documentation before merging S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#142590 opened Jun 16, 2025 by compiler-errors Loading…
ProTip! Updated in the last three days: updated:>2025-06-22.