- Notifications
You must be signed in to change notification settings - Fork 14k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
style-guide: Tweak This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-style Relevant to the style team, which will review and decide on the PR/issue.
Cargo.toml formatting to not put description last disposition-merge #120072 opened Jan 17, 2024 by joshtriplett Loading… updated Nov 10, 2025
Vec::resize for bytes should be a single memset perf-regression coverage: Don't show coverage for code paths that must panic/diverge A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Implement RFC 3349, mixed utf8 literals A-testsuite Area: The testsuite used to check the correctness of rustc perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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-lang Relevant to the language team
#120286 opened Jan 23, 2024 by nnethercote • Draft updated Nov 10, 2025
#[cold] on match arms I-lang-radar Items that are on lang's radar and will need eventual work or consideration. S-waiting-on-t-lang Status: Awaiting decision from T-lang T-lang Relevant to the language team
#120193 opened Jan 21, 2024 by x17jiri Loading… updated Nov 10, 2025
Expand assumes to the other unchecked slice ops perf-regression Performance regression. S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Stabilize associated type position impl Trait (ATPIT) A-impl-trait Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch. disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. F-impl_trait_in_assoc_type `#![feature(impl_trait_in_assoc_type)]` proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-blocked Status: Blocked on something else such as an RFC or other implementation work. S-waiting-on-concerns Status: Awaiting concerns to be addressed by the author T-lang Relevant to the language team T-types Relevant to the types team, which will review and decide on the PR/issue.
#120700 opened Feb 6, 2024 by traviscross Loading… updated Nov 10, 2025
3 tasks
Add Status: PR has an ACP and is waiting for the ACP to complete. T-libs Relevant to the library team, which will review and decide on the PR/issue.
or_try_* variants for HashMap Entry API S-waiting-on-ACP #120708 opened Feb 6, 2024 by peterjoel Loading… updated Nov 10, 2025
[WIP] rewrite TrustedRandomAccess into two directional variants perf-regression Performance regression. S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Check for occupied niches perf-regression Performance regression. S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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.
Make slice iterators carry only a single provenance perf-regression Performance regression. 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.
Run linking and incremental saving / finalizing in parallel 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.
Silence unnecessary "missing 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.
dyn" errors and tweak E0746 suggestions S-waiting-on-author #122957 opened Mar 23, 2024 by estebank Loading… updated Nov 10, 2025
rustdoc: add three-column layout for large desktops S-waiting-on-t-rustdoc-frontend Status: Awaiting decision from T-rustdoc-frontend T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#120818 opened Feb 9, 2024 by notriddle Loading… updated Nov 10, 2025
Implement Status: PR has an ACP and is waiting for the ACP to complete. 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.
#[skip] for builtin derives S-waiting-on-ACP #121053 opened Feb 13, 2024 by clubby789 Loading… updated Nov 10, 2025
CFI: Fix fn items, closures, and Fn trait objects PG-exploit-mitigations Project group: Exploit mitigations 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.
style-guide: Note that we don't account for comments in every possible place disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-style Relevant to the style team, which will review and decide on the PR/issue.
#121762 opened Feb 28, 2024 by joshtriplett Loading… updated Nov 10, 2025
Add APIs for dealing with titlecase A-Unicode Area: Unicode S-waiting-on-ACP Status: PR has an ACP and is waiting for the ACP to complete. 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.
#122668 opened Mar 17, 2024 by Jules-Bertholet Loading… updated Nov 10, 2025
Stop using LLVM struct types for array/pointer offset GEPs 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.
#122325 opened Mar 11, 2024 by erikdesjardins Loading… updated Nov 10, 2025
Use futex-based synchronization on Apple platforms A-atomic Area: Atomics, barriers, and sync primitives A-meta Area: Issues & PRs about the rust-lang/rust repository itself O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) O-unix Operating system: Unix-like relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-team DEPRECATED: Use the team-based variants `S-waiting-on-t-lang`, `S-waiting-on-t-compiler`, ... T-libs Relevant to the library team, which will review and decide on the PR/issue.
#122408 opened Mar 12, 2024 by joboet Loading… updated Nov 10, 2025
Revert "Change prefetch to avoid deadlock" 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.
#121910 opened Mar 2, 2024 by Zoxc Loading… updated Nov 10, 2025
Revert "CFI: Skip non-passed arguments" PG-exploit-mitigations Project group: Exploit mitigations 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.
Rework MIR inlining costs perf-regression Performance regression. 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.
MIR: Stop needing an explicit BB for Performance regression. 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.
otherwise:unreachable perf-regression [blocked on design] [PoC]: rustdoc (html): add support for variances A-rustdoc-json Area: Rustdoc JSON backend needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-blocked Status: Blocked on something else such as an RFC or other implementation work. S-tracking-design-concerns Status: There are blocking design concerns. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
ProTip! Adding no:label will show everything without a label.