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

As per issue #136827 submitting updates to E0495 documentation S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137042 by progressive-galib was closed Aug 19, 2025 Loading…
fix(rustdoc): print the doc(hidden) attribute the same as others S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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.
#134802 by poliorcetics was closed Mar 24, 2025 Loading…
Begin reorganization of proc_macro crate S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134401 by Aversefun was closed May 27, 2025 Loading…
Update errors.rs with improved diagnostics S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#129524 by imsharukh1994 was closed Nov 8, 2024 Loading…
update the safety preconditions of from_raw_parts S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#129483 by lolbinarycat was closed Jul 4, 2025 Loading…
panic: Use local functions in panic! whenever possible perf-regression Performance regression. S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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.
#128068 by goldsteinn was closed Oct 6, 2024 Loading…
Associated constants for new duration constructors needs-acp This change is blocked on the author creating an ACP. S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#127700 by edwardwc was closed Oct 30, 2024 Loading…
Make target-spec json file extensions case-insensitive A-run-make Area: port run-make Makefiles to rmake.rs S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127389 by boozook was closed Jun 28, 2025 Loading…
Annotate eligible small immediate arguments with noundef A-codegen Area: Code generation S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127210 by jieyouxu was closed Sep 20, 2024 Draft
Add UWTable attr to functions with a personality function S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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.
#125844 by Reflexe was closed Oct 6, 2024 Loading…
New feature panic color errors needs-acp This change is blocked on the author creating an ACP. S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#125614 by Vudvud was closed Oct 6, 2024 Loading…
Optimize escape_ascii. S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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.
#125340 by reitermarkus was closed Oct 6, 2024 Loading…
Add under normal circumstances to cell docs S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#123611 by CJendantix was closed Aug 14, 2024 Loading…
CFI: Refactor: Split into modules PG-exploit-mitigations Project group: Exploit mitigations S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#123521 by maurer was closed Aug 14, 2024 Loading…
Remove impl of Allocator for &A S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#123213 by workingjubilee was closed Jun 15, 2025 Draft
Unix: Add read_buf_at and read_buf_exact_at to FileExt needs-acp This change is blocked on the author creating an ACP. O-unix Operating system: Unix-like S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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.
#122887 by a1phyr was closed Jul 26, 2024 Loading…
Add functions to replace BufReader's reader S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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.
#122666 by Morganamilo was closed Jul 18, 2024 Loading…
coverage: Replace color terminal tests with HTML output tests A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) A-testsuite Area: The testsuite used to check the correctness of rustc S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#122631 by Zalathar was closed Aug 11, 2024 Loading…
make Thin a supertrait of Sized perf-regression Performance regression. S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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-libs Relevant to the library team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#122553 by lukas-code was closed Jul 18, 2024 Loading…
[Proof of concept] Recover from struct literals with placeholder path A-diagnostics Area: Messages for errors, warnings, and lints S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#122288 by fmease was closed Apr 15, 2025 Draft
Merge RedundantImport into UnusedImport for suggesting removing spans perf-regression Performance regression. S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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.
#122165 by chenyukang was closed Jul 18, 2024 Loading…
Added Complexity annotations for documentation of std::collections::VecDeque S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#121541 by AnthonyZhOon was closed Aug 9, 2024 Loading…
add tests which assert that import list for simple executable not changed silently S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs.
#121494 by klensy was closed Jun 12, 2025 Draft
fix typo in iterator.rs S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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.
#121140 by Riahiamirreza was closed Apr 14, 2024 Loading…
Introduce infrastructure for generating target docs A-testsuite Area: The testsuite used to check the correctness of rustc S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. 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.
#121051 by Noratrieb was closed Nov 29, 2024 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.