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 ICE in opsem inhabitedness check 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.
#159570 opened Jul 19, 2026 by RalfJung Member Loading…
Rollup of 6 pull requests A-compiletest Area: The compiletest test runner 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#159569 opened Jul 19, 2026 by JonathanBrouwer Contributor Loading…
Suggest close compiler options 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.
#159568 opened Jul 19, 2026 by chenyukang Member Loading…
Update rustc crate crossbeam-epoch to 0.9.20 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#159567 opened Jul 19, 2026 by rperier Contributor Loading…
Add support for generics in offloadand remove no_mangle attribute 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.
#159566 opened Jul 19, 2026 by Sa4dUs Contributor Draft
Add -Zmips-nan2008 to enable IEEE 754-2008 NaN encoding on MIPS 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.
#159565 opened Jul 19, 2026 by fo40225 Draft
Allow elided ('static) lifetimes in thread_local! 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.
#159564 opened Jul 19, 2026 by zachs18 Contributor Loading…
Windows: cache the stdio write mode for the duration of a lock session 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.
#159562 opened Jul 19, 2026 by Joel-Wwalker Contributor Loading…
feat: Update method signature of int_from_ascii O-apple Operating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS) 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.
#159554 opened Jul 19, 2026 by ajtribick Contributor Loading…
restrict const-eval-related 'content' triggers to library/ folder A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#159549 opened Jul 19, 2026 by RalfJung Member Loading…
Add -Zllvm-target-feature to pass features directly to LLVM 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.
#159545 opened Jul 19, 2026 by fo40225 Loading…
Suggest valid command-line crate 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.
#159544 opened Jul 19, 2026 by chenyukang Member Loading…
Remove extra semicolons in parsing item lists 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.
#159543 opened Jul 19, 2026 by chenyukang Member Loading…
Use query for Variant InhabitedPredicate 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#159541 opened Jul 19, 2026 by camsteffen Contributor Loading…
Enable statx on all Linux targets and short-circuit it for musl 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#159540 opened Jul 19, 2026 by Gelbpunkt Contributor Loading…
Always use a DropTree to build drops 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.
#159537 opened Jul 18, 2026 by cjgillot Contributor Draft
Optimize slice::contains for bytewise 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#159535 opened Jul 18, 2026 by SomeFlyingThing Loading…
Reorganize tests/ui/issues [28/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.
#159531 opened Jul 18, 2026 by zedddie Contributor Loading…
Cap socket send length to c_int::MAX on Apple targets 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.
#159530 opened Jul 18, 2026 by devnexen Contributor Loading…
Add regression test for nested replacement ranges in collect_tokens 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.
#159529 opened Jul 18, 2026 by UditDewan Loading…
Bring runtime symbols statics on par with foreign functions 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.
#159527 opened Jul 18, 2026 by Urgau Member Loading…
Add nan2008 target feature for MIPS 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.
#159526 opened Jul 18, 2026 by fo40225 Draft
Stabilize passing 128-bit integers via vector registers with asm! on x86 A-inline-assembly Area: Inline assembly (`asm!(…)`) I-lang-nominated Nominated for discussion during a lang team meeting. 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.
#159525 opened Jul 18, 2026 by folkertdev Contributor Loading…
Gather PGO profiles in parallel S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#159524 opened Jul 18, 2026 by Kobzol Member Loading…
std: fix Xous UDP recv length over-report and OOB panic O-xous OS: A microkernel OS for privacy in computing 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.
#159523 opened Jul 18, 2026 by devnexen Contributor Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.