-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
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
#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)
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 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.
hint::spin_loop() into Atomic*::*update()
S-waiting-on-review
#159121
opened Jul 11, 2026 by
im-0
Loading…
[perf] Avoid checking for alternate 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.
Debug on every field.
S-waiting-on-author
#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.
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 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.
tests/ui/issues [23/N]
S-waiting-on-review
#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)
core: use the platform's 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.
memchr
A-compiler-builtins
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.
[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.
Fix decoding attributes of 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.
SyntheticCoroutineBody
S-waiting-on-author
#159085
opened Jul 10, 2026 by
JonathanBrouwer
Contributor
Loading…
[WIP] 6 - Propagate discriminator logic through remaining 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.
get_fn_ptr calls sites
A-LLVM
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.