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 lint test 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.
#151302 opened Jan 18, 2026 by KaiTomotake Loading…
MGCA: Fix incorrect MIR const array printing 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.
#151296 opened Jan 18, 2026 by Human9000-bit Loading…
THIR patterns: Use ty::Value in more places throughout const_to_pat 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.
#151295 opened Jan 18, 2026 by Zalathar Loading…
compiletest: infer needs-target-std for codegen mode tests without #![no_std] A-compiletest Area: The compiletest test runner A-rustc-dev-guide Area: rustc-dev-guide 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)
#151294 opened Jan 18, 2026 by jieyouxu Loading…
Rollup of 8 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#151291 opened Jan 18, 2026 by jhpratt Loading…
Recover from struct literals with placeholder path 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.
#151290 opened Jan 18, 2026 by Unique-Usman Draft
Deny #[cfg_attr(pred, type_const)] 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.
#151289 opened Jan 18, 2026 by mu001999 Loading…
Use find_attr instead of attr::contains_name in lower_const_item_rhs 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.
#151288 opened Jan 18, 2026 by mu001999 Loading…
Reorganizing tests/ui/issues 15 tests [2/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.
#151287 opened Jan 18, 2026 by zedddie Loading…
Suggest ignore returning value inside macro for unused_must_use lint 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.
#151283 opened Jan 18, 2026 by chenyukang Loading…
THIR patterns: Explicitly distinguish &pin from plain &/&mut F-pin_ergonomics `#![feature(pin_ergonomics)]` 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.
#151282 opened Jan 18, 2026 by Zalathar Loading…
constify Iterator, take IV A-attributes Area: Attributes (`#[…]`, `#![…]`) PG-const-traits Project group: Const traits 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.
#151281 opened Jan 18, 2026 by fee1-dead Loading…
Fix incorrect trailing comma suggested in no_accessible_fields 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.
#151280 opened Jan 18, 2026 by chenyukang Loading…
remove trailing periods in built-in attribute gate messages 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.
#151279 opened Jan 18, 2026 by fee1-dead Loading…
Provide more context on trait bounds being unmet due to imperfect derive 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.
#151278 opened Jan 18, 2026 by estebank Loading…
reland and fix RUST-147622 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) T-libs Relevant to the library team, which will review and decide on the PR/issue.
#151277 opened Jan 18, 2026 by Kmeakin Draft
Normalize type_const items even with feature generic_const_exprs 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.
#151275 opened Jan 18, 2026 by mu001999 Loading…
Include a link to count_ones in the docs for uN::count_zeros [docs only] 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.
#151274 opened Jan 17, 2026 by scottmcm Loading…
Fix ICE on inconsistent import resolution with macro-attributed extern crate 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.
#151268 opened Jan 17, 2026 by TaKO8Ki Loading…
feature: implement Relink, Don't Rebuild (RDR) A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-run-make Area: port run-make Makefiles to rmake.rs A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#151265 opened Jan 17, 2026 by davidbarsky Draft
[WIP] Using clap on tidy A-tidy Area: The tidy tool 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)
#151262 opened Jan 17, 2026 by Shunpoco Draft
f16: remove s390x fixme F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` O-SystemZ Target: SystemZ processors (s390x) 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.
#151261 opened Jan 17, 2026 by folkertdev Loading…
Handle unevaluated ConstKind in in_operand 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.
#151260 opened Jan 17, 2026 by reddevilmidzy Draft
Fix is_ascii performance regression on AVX-512 CPUs when compiling with -C target-cpu=native 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.
#151259 opened Jan 17, 2026 by bonega Loading…
5 tasks done
compiletest: Support --extern options with proc-macro directive A-compiletest Area: The compiletest test runner 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#151258 opened Jan 17, 2026 by Enselic Loading…
ProTip! Filter pull requests by the default branch with base:main.