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

Add llubi to llvm-tools 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)
#161603 opened Aug 23, 2026 by saethlin Member Draft
Fix flakyness issue for tests/rustdoc-gui/headers-color.goml 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.
#161602 opened Aug 23, 2026 by GuillaumeGomez Member Loading…
Path: use optimized is_empty() method 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.
#161601 opened Aug 23, 2026 by GTimothy Contributor Loading…
bootstrap: Rename Build to Session 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#161600 opened Aug 23, 2026 by Zalathar Member Loading…
Rollup of 9 pull requests 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#161599 opened Aug 23, 2026 by JonathanBrouwer Member Loading…
[Bootstrap] Pass exact CI llvm-config executable path 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)
#161598 opened Aug 23, 2026 by jieyouxu Member Loading…
core: try to use small integers for uniform sampling A-random Area: random data generation support 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.
#161597 opened Aug 23, 2026 by joboet Member Loading…
coretests: Add more pattern tests. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#161596 opened Aug 23, 2026 by pacak Contributor Loading…
add core/clippy.toml to disable missing_transmute_annotations inside all expanded code 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.
#161593 opened Aug 23, 2026 by GTimothy Contributor Draft
core: refactor tests/pattern.rs tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#161592 opened Aug 23, 2026 by pacak Contributor Loading…
run classify-runtime-const test for f128 F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` 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.
#161591 opened Aug 23, 2026 by folkertdev Contributor Draft
Add regression test for missing inherent impls on reexport 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.
#161590 opened Aug 23, 2026 by KevinA-cpu Contributor Loading…
std: reduce visibility of some internal OsStr related types 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.
#161589 opened Aug 23, 2026 by pacak Contributor Loading…
update eyre S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#161588 opened Aug 23, 2026 by RalfJung Member Loading…
Avoid invalid suggestion in case of macro expansion without inferrable generic type 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.
#161587 opened Aug 23, 2026 by lsunsi Contributor Loading…
miri subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#161586 opened Aug 23, 2026 by RalfJung Member Loading…
[experiment] - use DenseBitSetStorage to implement SparseBitSet without per-row allocation 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.
#161584 opened Aug 23, 2026 by panstromek Contributor Draft
x86: on targets that requires SSE, use those registers for ABI 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.
#161583 opened Aug 23, 2026 by RalfJung Member Loading…
Rollup of 2 pull requests 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.
#161582 opened Aug 23, 2026 by jhpratt Member Loading…
put fake reads for guards' fake borrows on the guard's failure path needs-crater This change needs a crater run to check for possible breakage in the ecosystem. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#161581 opened Aug 23, 2026 by dianne Member Loading…
Add codegen test for redundant bit mask after a range check 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.
#161580 opened Aug 23, 2026 by zakrad Contributor Loading…
suggest calling a fn item used as the iterator of a for loop 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.
#161579 opened Aug 23, 2026 by Albab-Hasan Contributor Loading…
implement [u8]::split_ascii_whitespace 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.
#161577 opened Aug 23, 2026 by malezjaa Contributor Loading…
Constify KeyAndValue cmp methods 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.
#161576 opened Aug 23, 2026 by Randl Contributor Loading…
Enable tests/debuginfo on x86_64-gnu-llvm-21 A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#161574 opened Aug 23, 2026 by Walnut356 Contributor Draft
ProTip! Updated in the last three days: updated:>2026-08-20.