Skip to content

Issues: rust-lang/rust

Beta
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

Fixed typos 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-release Relevant to the release subteam, which will review and decide on the PR/issue.
#141410 by BorisNaum was closed May 23, 2025 Loading…
Fix ICE in ParamConst::find_ty_from_env when handling None values 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#139333 by Aditya-PS-05 was closed Apr 3, 2025 Loading…
fix trait implementations sort order 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.
#137428 by tapanprakasht was closed Feb 25, 2025 Draft
Mark desugaring of ..= as such when lowering 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.
#136996 by samueltardieu was closed Feb 15, 2025 Loading…
Redact CoercePointee target type F-derive_coerce_pointee Feature: RFC 3621's oft-renamed implementation 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.
#136796 by dingxiangfei2009 was closed Feb 25, 2025 Loading…
Arbitrary self types v2: avoid dyn, generic 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.
#136195 by adetaylor was closed Feb 4, 2025 Loading…
Implement partial capturing of types in use<...> 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.
#135765 by frank-king was closed Jan 20, 2025 Loading…
cleanup promoteds move check 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.
#134455 by lcnr was merged Jan 18, 2025 Loading…
Implement default_could_be_derived and default_overrides_default_fields lints F-default_field_values `#![feature(default_field_values)]` 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-lang Relevant to the language team
#134441 by estebank was closed Jan 22, 2025 Loading…
Show pending obligations as unsatisfied constraints in report_similar_impl_candidates T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134348 by soareschen was closed May 11, 2025 Loading…
remove weird contravariant S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134237 by oriongonza was closed Jan 23, 2025 Loading…
Add shorter and more direct error for dyn AsyncFn A-async-closures `async || {}` 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#133267 by cramertj was closed Nov 26, 2024 Loading…
feat: Add explanations of when the IRs (HIR, THIR, MIR) become available 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.
#129241 by isan-Ethen was closed Aug 19, 2024 Loading…
Point at binding declaration on closure capture note 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.
#128121 by estebank was closed Jul 24, 2024 Loading…
Do not ICE when trying to get layout of an unexpected type 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.
#127803 by gurry was closed Aug 22, 2024 Loading…
Make E0599's label more clear for field which is used like a method. 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.
#127193 by surechen was closed Aug 31, 2024 Loading…
Improve diag when calling method on result of index op 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.
#125985 by mu001999 was closed Jun 18, 2024 Loading…
Fix unnamed lifetime spans 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.
#125234 by bovinebuddha was closed Oct 1, 2024 Loading…
Do not emit note in coerce if loop iterates at least once 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.
#122679 by gurry was closed Mar 25, 2024 Loading…
Resolve region bounds from components of type projection disposition-close This PR / issue is in PFCP or FCP with a disposition to close it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. T-types Relevant to the types team, which will review and decide on the PR/issue.
#121602 by dingxiangfei2009 was closed Mar 10, 2024 Loading…
Fix gce ICE when encountering ill-formed consts 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.
#119060 by sjwang05 was closed Apr 18, 2024 Loading…
Add an is_effect flag to GenericArgKind 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-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)
#118785 by fee1-dead was closed Dec 10, 2023 Draft
Suggest removal of borrow in index when appropriate 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.
#117913 by estebank was closed Nov 29, 2024 Loading…
Fix diag span errors for bad_placeholder 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.
#116511 by chenyukang was closed Apr 8, 2024 Loading…
CFI: Fix fn items, closures, and Fn trait objects, and more A-sanitizers Area: Sanitizers for correctness and code quality 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-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.
#116404 by rcvalle was closed Apr 8, 2024 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.