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

Rollup of 6 pull requests A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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-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.
#163033 opened Sep 19, 2026 by jhpratt Member Loading…
Use newer make version when building GCC A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#163031 opened Sep 19, 2026 by GuillaumeGomez Member Loading…
Fix MIR inliner cycle detection for mutual recursion 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.
#163030 opened Sep 19, 2026 by kulinsky Contributor Loading…
make ice reporter respect color config 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.
#163029 opened Sep 19, 2026 by malezjaa Contributor Loading…
autodiff: fix sysroot candidates in libEnzyme not found error A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-autodiff `#![feature(autodiff)]` 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.
#163028 opened Sep 19, 2026 by sgasho Contributor Loading…
A couple polonius constraints perf improvements 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.
#163027 opened Sep 19, 2026 by jackh726 Member Loading…
hir_typeck: simplify upvar::determine_capture_info impl 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.
#163026 opened Sep 19, 2026 by Jules-Bertholet Contributor Loading…
make Complex ABI GCC-compatible on sparc F-complex_numbers `#![feature(complex_numbers)]` 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.
#163025 opened Sep 19, 2026 by folkertdev Contributor Loading…
Add Dir::metadata_at & Dir::symlink_metadata_at 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.
#163024 opened Sep 19, 2026 by RalfJung Member Loading…
va_arg: pass in TyAndLayout 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.
#163021 opened Sep 19, 2026 by folkertdev Contributor Loading…
Dir: fix fallback impl for remove_dir 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.
#163020 opened Sep 19, 2026 by RalfJung Member Loading…
Prepare for the introduction of forced keywords (k#) 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.
#163019 opened Sep 19, 2026 by fmease Member Loading…
implement (OnceLock,LazyLock)::(get_unchecked,get_unchecked_mut) 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.
#163018 opened Sep 19, 2026 by malezjaa Contributor Loading…
Don't claim that escaping value is a reference in diagnostics 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.
#163016 opened Sep 19, 2026 by maxdexh Member Loading…
add minicore::ffi::VaList A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` F-c_variadic `#![feature(c_variadic)]` 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.
#163015 opened Sep 19, 2026 by folkertdev Contributor Loading…
Inform LLVM that &str has length <= isize::MAX 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.
#163014 opened Sep 19, 2026 by Darksonn Member Draft
Miri can do dirfd now 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.
#163010 opened Sep 19, 2026 by RalfJung Member Draft
dont store arbitrary parsed attributes in thir 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.
#163009 opened Sep 19, 2026 by mejrs Member Loading…
add Dir::try_clone S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#163007 opened Sep 19, 2026 by RalfJung Member Loading…
Use end_point for trailing brace in let...else diagnostics 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.
#163006 opened Sep 19, 2026 by lapla-cogito Contributor Loading…
Avoid unreachable integer underflow check in CStr::count_bytes() 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.
#163005 opened Sep 19, 2026 by Darksonn Member Loading…
Test Windows process handle inheritance by object identity 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.
#163004 opened Sep 19, 2026 by trungminhdo4-glitch Loading…
Avoid generating overlapping assignments in DSE 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.
#162998 opened Sep 19, 2026 by saethlin Member Loading…
Constify impl FromStr for NonZero<T> 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.
#162995 opened Sep 19, 2026 by sorairolake Contributor Loading…
Filter out nominations being removed if they're accepted A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#162994 opened Sep 19, 2026 by clarfonthey Contributor Draft
ProTip! Filter pull requests by the default branch with base:main.