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

compiletest: add auxiliary dylib path for CDB tests 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.
#161793 opened Aug 26, 2026 by phpont Loading…
Fix and improve diagnostics for lint rust_2021_prefixes_incompatible_syntax 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.
#161792 opened Aug 26, 2026 by fmease Member Loading…
Make dropping an empty BTreeMap free 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.
#161791 opened Aug 26, 2026 by jakedrew Contributor Loading…
update to illumos sysroot 20210501 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.
#161790 opened Aug 25, 2026 by gwr Loading…
Update cargo submodule S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#161789 opened Aug 25, 2026 by weihanglo Member Loading…
Check to ensure we're running against the correct LLVM version 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.
#161788 opened Aug 25, 2026 by jnkel Contributor Loading…
Make tcx.def_id_partial_cmp public 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.
#161786 opened Aug 25, 2026 by blyxyas Member Loading…
[rustdoc] Correctly handle "conflict" between markdown case insensitive link definitions 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.
#161785 opened Aug 25, 2026 by GuillaumeGomez Member Loading…
Abort instead of unwinding out of an inconsistent BTreeMap::split_off 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.
#161784 opened Aug 25, 2026 by matthew-demidoff Contributor Loading…
Rollup of 5 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.
#161783 opened Aug 25, 2026 by JonathanBrouwer Member Loading…
Don't emit InlineAsm terminator if input operand is !. A-inline-assembly Area: Inline assembly (`asm!(…)`) F-never_type `#![feature(never_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.
#161781 opened Aug 25, 2026 by zachs18 Contributor Loading…
fix(lint): preserve opening paren in raw-borrows suggestion for parenthesized casts 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.
#161778 opened Aug 25, 2026 by shoemoney Loading…
Add Natvis visualiser and debuginfo tests for f128 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.
#161777 opened Aug 25, 2026 by beetrees Contributor Loading…
Add a couple polonius tests and move universal region liveness generation 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.
#161776 opened Aug 25, 2026 by jackh726 Member Loading…
Implement forced keywords (k#) 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. T-rust-analyzer Relevant to the rust-analyzer 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#161775 opened Aug 25, 2026 by fmease Member Draft
Add codegen test for disjunction fed to unreachable_unchecked 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.
#161774 opened Aug 25, 2026 by zakrad Contributor Loading…
Update WASI targets to wasi-sdk-34 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.
#161773 opened Aug 25, 2026 by alexcrichton Member Loading…
Don't require unsafe for struct and array patterns against union fields A-patterns Relating to patterns and pattern matching F-guard_patterns `#![feature(guard_patterns)]` I-lang-nominated Nominated for discussion during a lang team meeting. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-t-lang Status: Awaiting decision from T-lang T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team
#161771 opened Aug 25, 2026 by Jules-Bertholet Contributor Loading…
Output deterministic AllocIds when emitting MIR A-run-make Area: port run-make Makefiles to rmake.rs 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.
#161768 opened Aug 25, 2026 by aerooneqq Contributor Draft
change DEFAULT_STACK_SIZE to be 32MB on s390x 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.
#161767 opened Aug 25, 2026 by fneddy Contributor Loading…
core, std: support various [char] matchers for Pattern<&OsStr> has-merge-commits PR has merge commits, merge with caution. 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.
#161765 opened Aug 25, 2026 by pacak Contributor Loading…
core: add core::pattern::Predicate wrapper type has-merge-commits PR has merge commits, merge with caution. 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.
#161764 opened Aug 25, 2026 by pacak Contributor Loading…
std: add pattern matching to OsStr has-merge-commits PR has merge commits, merge with caution. 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.
#161763 opened Aug 25, 2026 by pacak Contributor Loading…
core::str_bytes: use unsafe for indexing has-merge-commits PR has merge commits, merge with caution. 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.
#161762 opened Aug 25, 2026 by pacak Contributor Loading…
core/std: inline small functions has-merge-commits PR has merge commits, merge with caution. 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.
#161761 opened Aug 25, 2026 by pacak Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.