- Notifications
You must be signed in to change notification settings - Fork 13.9k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
stdarch subtree update 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.
#148402 opened Nov 2, 2025 by folkertdev Loading…
rustdoc: fix Area: port run-make Makefiles to rmake.rs 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
--emit=dep-info on scraped examples A-run-make #148268 opened Oct 29, 2025 by notriddle Loading…
rustdoc: Properly highlight shebang, frontmatter & weak keywords in source code pages and code blocks S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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.
#148230 opened Oct 28, 2025 by fmease Loading…
Consider Area: Lints (warnings about flaws in source code) such as unused_mut. I-lang-radar Items that are on lang's radar and will need eventual work or consideration. L-unused_must_use Lint: unused_must_use needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-t-lang Status: Awaiting decision from T-lang T-lang Relevant to the language team
Result<T, Uninhabited> and ControlFlow<Uninhabited, T> to be equivalent to T for must use lint A-lints #148214 opened Oct 28, 2025 by WaffleLapkin Loading…
Modify contributor email entries in .mailmap A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#148204 opened Oct 28, 2025 by hkBst Loading…
feat: Use annotate-snippets by default on nightly perf-regression Performance regression. S-waiting-on-MCP Status: PR has a compiler MCP and is waiting for the compiler MCP to complete. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#148188 opened Oct 27, 2025 by Muscraft Loading…
Prepare to move debugger discovery from compiletest to bootstrap A-compiletest Area: The compiletest test runner 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#148099 opened Oct 25, 2025 by Zalathar Loading…
Stabilize Frontmatter F-frontmatter `#![feature(frontmatter)]` I-lang-radar Items that are on lang's radar and will need eventual work or consideration. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team T-style Relevant to the style team, which will review and decide on the PR/issue.
#148051 opened Oct 23, 2025 by epage Loading…
3 of 10 tasks
Show backtrace on allocation failures when possible 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.
#148020 opened Oct 23, 2025 by bjorn3 Loading…
rustdoc: add support for macro_rules macros of multiple kinds A-rustdoc-json Area: Rustdoc JSON backend 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.
#148005 opened Oct 22, 2025 by notriddle Loading…
Make 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.
const BorrowMut require const Borrow and make const Fn require const FnMut S-waiting-on-review #147939 opened Oct 21, 2025 by theemathas Loading…
crashes: more tests 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.
#147857 opened Oct 18, 2025 by matthiaskrgr Loading…
Add -Zannotate-moves for profiler visibility of move/copy operations (codegen) 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#147803 opened Oct 17, 2025 by jsgf Loading…
Implement clamp_min and clamp_max 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.
#147786 opened Oct 16, 2025 by Kyuuhachi Loading…
Show packed field alignment in mir_transform_unaligned_packed_ref A-diagnostics Area: Messages for errors, warnings, and lints A-repr-packed Area: the naughtiest repr 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.
#147743 opened Oct 15, 2025 by 21aslade Loading…
cmse: lint on unions crossing the secure boundary A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` F-abi_c_cmse_nonsecure_call `#![feature(abi_c_cmse_nonsecure_call)]` F-cmse_nonsecure_entry `#![feature(cmse_nonsecure_entry)]` I-lang-radar Items that are on lang's radar and will need eventual work or consideration. 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team
#147697 opened Oct 14, 2025 by folkertdev Loading…
rustc_target: introduce Arch A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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.
#147645 opened Oct 13, 2025 by tamird Loading…
Stabilize 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 disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. F-trim-paths Feature: trim-paths needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. 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.
-Zremap-path-scope A-LLVM #147611 opened Oct 12, 2025 by Urgau Loading…
Gate tests with the right edition 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.
#147498 opened Oct 8, 2025 by pvdrz Loading…
hir_owner_parent optimized to inlined call for non-incremental build 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.
#147387 opened Oct 5, 2025 by azhogin Loading…
Run main rust-analyzer tests in rust-lang/rust 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#147372 opened Oct 5, 2025 by jieyouxu Loading…
Add support for hexagon-unknown-qurt target 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.
#147173 opened Sep 30, 2025 by androm3da Loading…
FCW for repr(C) enums whose discriminant values do not fit into a c_int or c_uint A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. I-lang-radar Items that are on lang's radar and will need eventual work or consideration. 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 to-announce Announce this issue on triage meeting
#147017 opened Sep 25, 2025 by RalfJung Loading…
Inhibit all-absent-variant optimization for all enum reprs that inhibit layout optimization, not just repr(C). 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-lang Relevant to the language team
#146989 opened Sep 24, 2025 by zachs18 Loading…
add extend_front to VecDeque with specialization like extend 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.
#146861 opened Sep 21, 2025 by antonilol Loading…
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.