Skip to content

Issues: rust-lang/rust

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
Sort

Issues list

Tracking issue for release notes of #133883: Remove polymorphization -Zpolymorphize Unstable option: Polymorphization. relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133928 opened Dec 5, 2024 by rustbot
1 of 3 tasks
Tracking issue for release notes of #132155: Always display first line of impl blocks even when collapsed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#133927 opened Dec 5, 2024 by rustbot
3 tasks
Clarify black_box() docs when passed a unit-returning function A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools 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.
#133923 opened Dec 5, 2024 by BD103
Update tests/ui/codegen/target-cpus.rs after upgrading to LLVM 20 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133919 opened Dec 5, 2024 by TimNN
ICE: compiler/rustc_hir_analysis/src/collect/predicates_of.rs:991:14: const_conditions called on wrong item: DefId(0:12 ~ mutant[8623]::{impl#0}::{synthetic#0}) C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-types Relevant to the types team, which will review and decide on the PR/issue.
#133918 opened Dec 5, 2024 by wxie7
compiletest: Detect unused auxiliary crates? A-compiletest Area: The compiletest test runner C-enhancement Category: An issue proposing an enhancement or a PR with one. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133914 opened Dec 5, 2024 by ehuss
LLVM@HEAD assertion: !AI.isConstantRangeListAttribute() && "Unclear how to compare range list" A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133911 opened Dec 5, 2024 by TimNN
Tracking Issue for Wasm floating point instructions not in core C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#133908 opened Dec 5, 2024 by daxpedda
3 tasks
Missing warning when applying #[path = "..."] to a inline module A-attributes Area: Attributes (`#[…]`, `#![…]`) A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133907 opened Dec 5, 2024 by cyrgani
Hang from infinitely-self-recursive trait alias C-bug Category: This is a bug. F-trait_alias `#![feature(trait_alias)]` I-hang Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc. S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-types Relevant to the types team, which will review and decide on the PR/issue.
#133901 opened Dec 5, 2024 by wxie7
Tracking issue for release notes of #132390: bootstrap: show diagnostics relative to rustc src dir relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133896 opened Dec 5, 2024 by rustbot
1 of 3 tasks
1.85.0
Tracking Issue for ui test suite cleanups and maintenance A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup. C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. E-tedious Call for participation: An issue involves lots of work and is better handled as many small tasks. S-tracking-forever Status: Never to be closed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133895 opened Dec 5, 2024 by jieyouxu
2024 reserved ## breaks some proc-macros A-edition-2024 Area: The 2024 edition A-proc-macros Area: Procedural macros C-bug Category: This is a bug. D-edition Diagnostics: An error or lint that should account for edition differences. F-unprefixed_guarded_strings `#![feature(unprefixed_guarded_strings)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#133887 opened Dec 5, 2024 by ehuss
rustdoc: support #![cfg(feature)] that disables doc tests A-cfg Area: `cfg` conditional compilation A-doctests Area: Documentation tests, run by rustdoc C-feature-request Category: A feature request, i.e: not implemented / a PR. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133886 opened Dec 5, 2024 by kornelski
Likely unintentionally stabilized support for inhabitedness checks to permeate Pin C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#133885 opened Dec 5, 2024 by steffahn
Misleading error when a value moved into a closure gets depleted (moved away) when that closure is called A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133881 opened Dec 5, 2024 by mcclure
-Zthreads causes rustfix/jobserver to deadlock C-bug Category: This is a bug. I-hang Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-compiler-parallel Working group: Parallelizing the compiler
#133873 opened Dec 4, 2024 by kornelski
ICE file dumps could be richer A-metrics Area: Metrics C-enhancement Category: An issue proposing an enhancement or a PR with one. D-diagnostic-infra Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133869 opened Dec 4, 2024 by matthiaskrgr
ICE: deeply_normalize should not be called with pending obligations C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133868 opened Dec 4, 2024 by matthiaskrgr
Tracking Issue for rustc_contracts C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC
#133866 opened Dec 4, 2024 by pnkfelix
4 tasks
HashStable error, fixed in rustc 1.84.0-beta.3 C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-needs-info Status: The issue lacks details necessary to triage or act on it. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133864 opened Dec 4, 2024 by vincentkerdraon
./x.py test doesn't respect --json-output for rustc error messages A-test-infra Area: test infrastructure (may span bootstrap/compiletest/more) T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133855 opened Dec 4, 2024 by bjorn3
"patterns are not allowed to reset the default binding mode" suggestion means nothing to me A-diagnostics Area: Messages for errors, warnings, and lints A-edition-2024 Area: The 2024 edition A-patterns Relating to patterns and pattern matching A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix` D-confusing Diagnostics: Confusing error or lint that should be reworked. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133854 opened Dec 4, 2024 by shepmaster
Incorrect rustdoc rendering of const generic default A-const-generics Area: const generics (parameters and arguments) A-cross-crate-reexports Area: Documentation that has been re-exported from a different crate C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133848 opened Dec 4, 2024 by bjorn3
macro!(); statements sometimes don't seem to include ; in stmt.span (HIR) A-diagnostics Area: Messages for errors, warnings, and lints A-HIR Area: The high-level intermediate representation (HIR) C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133845 opened Dec 4, 2024 by jieyouxu
ProTip! Mix and match filters to narrow down what you’re looking for.