- 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
Rollup of 4 pull requests A-compiletest Area: The compiletest test runner A-run-make Area: port run-make Makefiles to rmake.rs 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-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-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. T-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#148308 opened Oct 30, 2025 by GuillaumeGomez Loading…
Remove double check when decoding ExpnId to avoid races 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.
#148306 opened Oct 30, 2025 by zetanumbers Loading…
compiletest: rename add-core-stubs to add-minicore A-compiletest Area: The compiletest test runner A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc PG-exploit-mitigations Project group: Exploit mitigations 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.
#148305 opened Oct 30, 2025 by RalfJung Loading…
error on non-rustic ABIs using unsized parameters F-unsized_fn_params `#![feature(unsized_fn_params)]` 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.
#148302 opened Oct 30, 2025 by folkertdev Loading…
[rustdoc search] Include extern crates when filtering on Area: Rustdoc's search feature 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-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.
import A-rustdoc-search #148301 opened Oct 30, 2025 by GuillaumeGomez Loading…
Allow check builds with binaries for the dummy codegen backend 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.
#148299 opened Oct 30, 2025 by bjorn3 Loading…
Revert "Auto merge of #146186 - dpaoliello:cc, r=jieyouxu" 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.
#148298 opened Oct 30, 2025 by jieyouxu Loading…
callconv: adapt mips padding logic to mips64 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.
#148294 opened Oct 30, 2025 by chenx97 Loading…
Document and improve MIR transform passes 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.
#148293 opened Oct 30, 2025 by DevaanshPathak Loading…
Un-shadow object bound candidate in 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)
NormalizesTo goal if self_ty is trait object S-waiting-on-review #148292 opened Oct 30, 2025 by adwinwhite Loading…
Do not emit solver errors that contain error types 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)
#148290 opened Oct 30, 2025 by oli-obk Loading…
Fix deferred cast checks using the wrong body for determining constness 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.
#148287 opened Oct 30, 2025 by oli-obk Loading…
Constify 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.
ControlFlow methods with unstable bounds S-waiting-on-review #148285 opened Oct 30, 2025 by nxsaken Loading…
repr(transparent) check: do not compute check_unsuited more than once 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.
#148281 opened Oct 30, 2025 by RalfJung Loading…
rustc_builtin_macros: rename bench parameter to avoid collisions with user-defined function names 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.
#148279 opened Oct 30, 2025 by IntegralPilot Loading…
stdio: make stdout block-buffered when not associated to a terminal O-windows Operating system: Windows 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.
#148274 opened Oct 30, 2025 by andreacorbellini Loading…
Add missing This change needs a crater run to check for possible breakage in the ecosystem. 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-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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
impl Fn for &mut F where F: Fn needs-crater #148271 opened Oct 29, 2025 by Kivooeo Loading…
rustdoc: fix Area: port run-make Makefiles to rmake.rs 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-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…
library: core: document layout guarantee of Nominated for discussion during a compiler team meeting. 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-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-api Relevant to the library API team, which will review and decide on the PR/issue.
TypeId I-compiler-nominated #148265 opened Oct 29, 2025 by dakr Loading…
reflect that type and const parameter can be intermixed 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.
#148264 opened Oct 29, 2025 by tshepang Loading…
Unpin 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.
libc in compiler and rustbook S-waiting-on-review #148263 opened Oct 29, 2025 by clubby789 Loading…
Fix types being marked as dead when they are inferred generic arguments 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.
#148262 opened Oct 29, 2025 by JonathanBrouwer Loading…
rustc_public: Make Id types !Send / !Sync 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.
#148261 opened Oct 29, 2025 by aDotInTheVoid Loading…
const-eval: fix and re-enable pointer fragment support disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. 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. 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. P-lang-drag-1 Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang 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. T-lang Relevant to the language team
#148259 opened Oct 29, 2025 by RalfJung Loading…
remove support for Area: The tidy tool I-lang-radar Items that are on lang's radar and will need eventual work or consideration. 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-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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
typeof A-tidy #148256 opened Oct 29, 2025 by lcnr Loading…
Previous Next
ProTip! Mix and match filters to narrow down what you’re looking for.