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

Offload slice support 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.
#153411 opened Mar 4, 2026 by Sa4dUs Draft
Respect RUSTC_LINK_STD_INTO_RUSTC_DRIVER=0 in link_std_into_rustc_driver 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)
#153409 opened Mar 4, 2026 by DeepeshWR Loading…
miri: make read_discriminant UB when the tag is not in the validity range of the tag field 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.
#153408 opened Mar 4, 2026 by RalfJung Loading…
core: make some fundamental atomic functions generic 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.
#153407 opened Mar 4, 2026 by joboet Draft
Remove a ping for myself A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#153406 opened Mar 4, 2026 by jieyouxu Loading…
Rollup of 6 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.
#153405 opened Mar 4, 2026 by JonathanBrouwer Loading…
miri subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#153402 opened Mar 4, 2026 by RalfJung Loading…
Migrationg of LintDiagnostic - part 7 A-rustc-dev-guide Area: rustc-dev-guide 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. 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.
#153401 opened Mar 4, 2026 by GuillaumeGomez Loading…
constify Vec::{into, from}_raw_parts{_in|_alloc} 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.
#153399 opened Mar 4, 2026 by bend-n Loading…
fix ICE in const_c_variadic when passing ZSTs 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.
#153398 opened Mar 4, 2026 by folkertdev Loading…
use minicore in some run-make tests 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-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.
#153396 opened Mar 4, 2026 by folkertdev Loading…
fix(thir): Include NoneWithError in Enum Struct Tail Assertion 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.
#153394 opened Mar 4, 2026 by TKanX Loading…
Get rid of QueryVTable::call_query_method_fn A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#153387 opened Mar 4, 2026 by Zalathar Loading…
Minor query cleanups 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.
#153386 opened Mar 4, 2026 by nnethercote Loading…
Fix comment on is_horizontal_whitespace 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.
#153385 opened Mar 4, 2026 by traviscross Loading…
Add missing safety doc for CString::from_vec_unchecked and async_drop_in_place 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.
#153384 opened Mar 4, 2026 by hxuhack Loading…
Overhaul ensure_ok A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#153383 opened Mar 4, 2026 by nnethercote Loading…
fix ICE in note_and_explain when handling cross crate DefIds 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.
#153382 opened Mar 4, 2026 by Shrey-N Loading…
Use a BucketIndex abstraction in VecCache 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.
#153381 opened Mar 4, 2026 by Zalathar Draft
stabilize new RangeFrom type and iterator I-libs-api-nominated Nominated for discussion during a libs-api 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#153380 opened Mar 4, 2026 by pitaj Loading…
refactor(autodiff): Simplify Autodiff Handling of rlib Dependencies 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.
#153379 opened Mar 4, 2026 by TKanX Loading…
Rename QueryCache::iter to for_each A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#153378 opened Mar 4, 2026 by Zalathar Loading…
Replace visit_waiters with waiters_of A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153376 opened Mar 4, 2026 by Zoxc Loading…
Fix LegacyKeyValueFormat report from docker build: dist-x86_64 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.
#153374 opened Mar 4, 2026 by homersimpsons Loading…
Fix LegacyKeyValueFormat report from docker build: powerpc 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.
#153373 opened Mar 4, 2026 by homersimpsons Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.