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

Show auto trait and blanket impls for ! A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools F-never_type `#![feature(never_type)]` 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.
#143219 opened Jun 30, 2025 by zachs18 Loading…
Port #[link_ordinal] to the new attribute parsing infrastructure A-attributes Area: Attributes (`#[…]`, `#![…]`) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143217 opened Jun 29, 2025 by Periodic1911 Draft
Remove let_chains unstable feature 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.
#143214 opened Jun 29, 2025 by camsteffen Loading…
de-duplicate condition scoping logic between AST→HIR lowering and ScopeTree construction 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.
#143213 opened Jun 29, 2025 by dianne Loading…
tests/ui: A New Order [20/N] 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.
#143212 opened Jun 29, 2025 by Kivooeo Loading…
Rollup of 7 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-run-make Area: port run-make Makefiles to rmake.rs A-rustc-dev-guide Area: rustc-dev-guide A-tidy Area: The tidy tool rollup A PR which is a rollup 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. T-libs Relevant to the library team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143211 opened Jun 29, 2025 by GuillaumeGomez Loading…
tests/ui: A New Order [19/N] 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.
#143210 opened Jun 29, 2025 by Kivooeo Loading…
Remove no-op cleanups as post-mono MIR opt perf-regression Performance regression. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143208 opened Jun 29, 2025 by Mark-Simulacrum Draft
Align attr fixes A-attributes Area: Attributes (`#[…]`, `#![…]`) F-fn_align `#![feature(fn_align)]` 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.
#143206 opened Jun 29, 2025 by Jules-Bertholet Loading…
tests/ui: A New Order [18/N] 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.
#143202 opened Jun 29, 2025 by Kivooeo Loading…
Re-disable tests/run-make/short-ice on Windows MSVC again A-run-make 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.
#143199 opened Jun 29, 2025 by jieyouxu Loading…
Port #[link_section] to the new attribute parsing infrastructure A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustdoc-json Area: Rustdoc JSON backend 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.
#143196 opened Jun 29, 2025 by Periodic1911 Loading…
tests/ui: A New Order [17/N] 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.
#143195 opened Jun 29, 2025 by Kivooeo Loading…
fix bitcast of single-element SIMD vectors 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.
#143194 opened Jun 29, 2025 by folkertdev Loading…
Port #[link] to the new attribute parsing infrastructure A-attributes Area: Attributes (`#[…]`, `#![…]`) S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143193 opened Jun 29, 2025 by JonathanBrouwer Draft
Improve CSS for source code block line numbers 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.
#143192 opened Jun 29, 2025 by GuillaumeGomez Loading…
Stabilize rwlock_downgrade library feature 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.
#143191 opened Jun 29, 2025 by connortsui20 Loading…
Use the new method for BasicBlockData and Statement 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.
#143190 opened Jun 29, 2025 by dianqk Loading…
Add my work email to mailmap 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.
#143187 opened Jun 29, 2025 by yotamofek Loading…
Use code snippet to get lifetime literal name instead of lifetime.ident 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.
#143185 opened Jun 29, 2025 by xizheyin Loading…
Allow custom default address spaces and parse p- specifications in the datalayout string A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. perf-regression Performance regression. 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.
#143182 opened Jun 29, 2025 by xdoardo Loading…
Improve testing and error messages for malformed attributes 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.
#143181 opened Jun 29, 2025 by JonathanBrouwer Loading…
Use tracing-forest instead of tracing-tree for bootstrap tracing 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)
#143180 opened Jun 29, 2025 by jieyouxu Loading…
rustdoc new default faviocon 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.
#143178 opened Jun 29, 2025 by eeshvardasikcm Loading…
Suggest to rename self when it occur in let bindings 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.
#143177 opened Jun 29, 2025 by xizheyin Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.