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

Deduplicate InstrumentFnAttr A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#162097 opened Aug 31, 2026 by mejrs Member Loading…
FileCheck uninhabited_fallthrough_elimination 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.
#162096 opened Aug 31, 2026 by joseph-isaacs Loading…
CheckFile GVN array access 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.
#162095 opened Aug 31, 2026 by joseph-isaacs Loading…
Implement test- naming convention for CI jobs A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#162092 opened Aug 31, 2026 by Kobzol Member Loading…
rustdoc: Add reexport info A-rustdoc-js Area: Rustdoc's JS front-end S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#162091 opened Aug 31, 2026 by GuillaumeGomez Member Draft
Rollup of 12 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-CI Area: Our Github Actions CI A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic PG-exploit-mitigations Project group: Exploit mitigations rollup A PR which is a rollup 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-infra Relevant to the infrastructure 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. 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#162089 opened Aug 31, 2026 by JonathanBrouwer Member Loading…
Remove gate_check from AttributeStability::Unstable A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#162086 opened Aug 31, 2026 by JonathanBrouwer Member Loading…
std: implement File::fsync for Hermit 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.
#162079 opened Aug 31, 2026 by stlankes Contributor Loading…
compiler-builtins subtree update A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) 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.
#162077 opened Aug 31, 2026 by folkertdev Contributor Loading…
docs(num): clarify conditions under which error occurs in impl TryFrom<int> for int A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools 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.
#162076 opened Aug 31, 2026 by sorairolake Contributor Loading…
Move track_caller on closures gating to attribute parsing A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#162075 opened Aug 31, 2026 by mejrs Member Loading…
Change some Infallible to ! in std 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.
#162073 opened Aug 31, 2026 by camsteffen Contributor Loading…
Add new Tier-3 target: powerpc64-sony-ps3 A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) 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-rust-analyzer Relevant to the rust-analyzer 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.
#162072 opened Aug 31, 2026 by ZephyrCodesStuff Loading…
Fix ICE of getting item name from RPITIT 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.
#162071 opened Aug 31, 2026 by chenyukang Member Loading…
Add regression test for associated const equality param out of range ICE 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.
#162070 opened Aug 31, 2026 by zakrad Contributor Loading…
Add FileCheck annotations for matches_u8.rs 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.
#162068 opened Aug 31, 2026 by joseph-isaacs Loading…
Partially revert "Use drop_guard in some places in {core,alloc,std}" perf-regression Performance regression. 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.
#162067 opened Aug 31, 2026 by GrigorenkoPV Contributor Loading…
std: don't reference libc::O_NOFOLLOW on VxWorks in set_perm_nofollow 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.
#162065 opened Aug 31, 2026 by physwkim Contributor Loading…
Mark <mem::DropGuard as Drop>::drop as #[inline] perf-regression Performance regression. 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.
#162064 opened Aug 31, 2026 by GrigorenkoPV Contributor Loading…
Switch dist-aarch64-linux to EC2 and update dist-x86_64-linux A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#162063 opened Aug 31, 2026 by Mark-Simulacrum Member Loading…
core: fix the docs of PanicInfo::location A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools 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.
#162062 opened Aug 31, 2026 by valentynkit Contributor Loading…
Update expect messages in library/alloc/src/io/buffered/bufreader.rs and library/alloc/src/io/copy/generic.rs to follow the style guide #159882 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.
#162061 opened Aug 31, 2026 by rockysnow7 Loading…
Some cleanups around fatal errors and delayed bugs 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.
#162057 opened Aug 31, 2026 by bjorn3 Member Loading…
remove _{style} recovery for diagnostic structs A-rustc-dev-guide Area: rustc-dev-guide A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#162055 opened Aug 31, 2026 by mejrs Member Loading…
Add bootstrap command to check all Tier 2+ targets 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#162053 opened Aug 31, 2026 by Kobzol Member Loading…
ProTip! Adding no:label will show everything without a label.