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

Fix PR number in bootstrap's change tracker 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)
#159126 opened Jul 11, 2026 by Kobzol Member Loading…
mut restriction lowering F-mut_restriction `#![feature(mut_restriction)]` 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.
#159125 opened Jul 11, 2026 by CoCo-Japan-pan Contributor Loading…
compiletest: use VecDeque::pop_front_if A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#159124 opened Jul 11, 2026 by kn1g78 Contributor Draft
doc: clarify attr parser APIs 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.
#159123 opened Jul 11, 2026 by kn1g78 Contributor Loading…
doc: use ptr::addr in offset_from docs 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.
#159122 opened Jul 11, 2026 by kn1g78 Contributor Loading…
Add hint::spin_loop() into Atomic*::*update() 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.
#159121 opened Jul 11, 2026 by im-0 Loading…
[perf] Avoid checking for alternate Debug on every field. 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.
#159120 opened Jul 11, 2026 by obi1kenobi Member Draft
[perf] Enable inlining trait items that only contain inlined code. perf-regression Performance regression. 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.
#159119 opened Jul 11, 2026 by obi1kenobi Member Draft
Normalize before checking trivial 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.
#159118 opened Jul 11, 2026 by sjwang05 Contributor Loading…
Fix ICE on TypeTestError during speculative NLL solve 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.
#159117 opened Jul 11, 2026 by mansiverma897993 Loading…
perf: dep_graph: deduplicate task reads with an epoch-filtered index recorder 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.
#159115 opened Jul 11, 2026 by xmakro Contributor Draft
Add regression test for $-prefixed fragment specifier in repetition 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.
#159114 opened Jul 11, 2026 by asuto15 Contributor Loading…
Fix segfault in env access in statically linked FreeBSD binaries 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.
#159112 opened Jul 11, 2026 by sbogomolov Loading…
Reorganize tests/ui/issues [23/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.
#159108 opened Jul 10, 2026 by zedddie Contributor Loading…
fix(reborrow): recursive implementation 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.
#159103 opened Jul 10, 2026 by aapoalas Contributor Loading…
Add Arc/Rc::strong_count_from_raw 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.
#159098 opened Jul 10, 2026 by valentynkit Contributor Loading…
std: fix FreeBSD environ() null deref under crt-static 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.
#159097 opened Jul 10, 2026 by valentynkit Contributor Loading…
pretty-print: use inline asm's actual macro name 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.
#159093 opened Jul 10, 2026 by jakobjung10 Loading…
Use PGO for rustdoc perf-regression Performance regression. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#159091 opened Jul 10, 2026 by Kobzol Member Draft
core: use the platform's memchr A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) I-libs-nominated Nominated for discussion during a libs team meeting. 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.
#159090 opened Jul 10, 2026 by joboet Member Draft
riscv: update c-variadic test for LLVM changes llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#159089 opened Jul 10, 2026 by durin42 Contributor Loading…
[WIP] 8 - Fn ptr type discrimination tests A-LLVM 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 A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` 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.
#159087 opened Jul 10, 2026 by jchlanda Contributor Draft
[WIP] 7 - Minicore updates to support fn ptr type discriminator tests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` 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.
#159086 opened Jul 10, 2026 by jchlanda Contributor Draft
Fix decoding attributes of SyntheticCoroutineBody 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.
#159085 opened Jul 10, 2026 by JonathanBrouwer Contributor Loading…
[WIP] 6 - Propagate discriminator logic through remaining get_fn_ptr calls sites A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#159084 opened Jul 10, 2026 by jchlanda Contributor Draft
ProTip! Add no:assignee to see everything that’s not assigned.