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

unreachable_patterns emitted on _ that matches a local of uninhabited type (that is uninitialized) A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. L-unreachable_patterns Lint: unreachable_patterns needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#134733 opened Dec 24, 2024 by WaffleLapkin
[AVR] Large const lookup table is placed in data section C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-AVR Target: AVR processors (ATtiny, ATmega, etc.)
#134731 opened Dec 24, 2024 by imihajlow
Tracking issue for release notes of #95892: Tracking Issue for sub_ptr (feature ptr_sub_ptr) 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-lang Relevant to the language 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.
#134727 opened Dec 24, 2024 by rustbot
3 tasks
Tracking issue for release notes of #132431: From iterator for more tuples 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134726 opened Dec 24, 2024 by rustbot
3 tasks
Tracking issue for release notes of #67521: Tracking issue for const alloc::Layout A-allocators Area: Custom and system allocators A-const-eval Area: Constant evaluation, covers all const contexts (static, const fn, ...) 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134725 opened Dec 24, 2024 by rustbot
3 tasks
std::thread::yield_now() example is lacking. A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134723 opened Dec 24, 2024 by dev-ardi
Infinite recursion in type resolution for unused type C-bug Category: This is a bug. fixed-by-next-solver Fixed by the next-generation trait solver, `-Znext-solver`. I-hang Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-types Relevant to the types team, which will review and decide on the PR/issue.
#134719 opened Dec 24, 2024 by andriyDev
Outdated comment about std::hash::DefaultHasher being inaccessible A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134717 opened Dec 24, 2024 by dbdr
regression: ICE: thread 'rustc' panicked at compiler/rustc_metadata/src/rmeta/decoder.rs:1501:75 C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134715 opened Dec 24, 2024 by cuviper 1.84.0
regression: error[E0659]: Entry is ambiguous C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134714 opened Dec 24, 2024 by cuviper 1.84.0
std::ptr::swap_nonoverlapping is not always untyped C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-stable Performance or correctness regression from one stable version to another.
#134713 opened Dec 23, 2024 by zachs18
regression: error[E0570]: "stdcall"/"fastcall" is not a supported ABI for the current target C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta.
#134712 opened Dec 23, 2024 by cuviper 1.84.0
regression: error[E0512]: cannot transmute between types of different sizes, or dependently-sized types (Thread) C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta.
#134711 opened Dec 23, 2024 by cuviper 1.84.0
regression: error[E0277]: the trait bound Box<dyn OptValueParse<'_>>: From<&mut [char]> is not satisfied C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134710 opened Dec 23, 2024 by cuviper 1.84.0
regression: error[E0275]: overflow evaluating the requirement (related to pin-project) C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta.
#134709 opened Dec 23, 2024 by cuviper 1.84.0
regression: error[E0119]: conflicting implementations of trait AsStr for type String C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta. 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.
#134708 opened Dec 23, 2024 by cuviper 1.84.0
regression: error[E0658]: use of unstable library feature proc_macro_totokens C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134707 opened Dec 23, 2024 by cuviper 1.84.0
regression: ICE: Layout::compute: unexpected type _ C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134706 opened Dec 23, 2024 by cuviper 1.84.0
regression: ICE: tcx.extern_crate(LocalCrate) is not supported for this key C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134705 opened Dec 23, 2024 by cuviper 1.84.0
Missed optimization: bounds checking if index is both subtracted and divided C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134704 opened Dec 23, 2024 by SuperSamus
Rustdoc regression: stable items reexported from unstable modules appear unstable A-rustdoc-ui Area: Rustdoc UI (generated HTML) C-bug Category: This is a bug. regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134702 opened Dec 23, 2024 by tgross35
on_unimplemented label and notes are not displayed for transitive bounds 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.
#134700 opened Dec 23, 2024 by cramertj
Is StdoutLock guranteed to be reentrant? A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134698 opened Dec 23, 2024 by FeldrinH
Tracking issue for release notes of #83163: Tracking Issue for const_swap 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134695 opened Dec 23, 2024 by rustbot
3 tasks
Tracking Issue for normalize_lexically 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.
#134694 opened Dec 23, 2024 by ChrisDenton
1 of 4 tasks
ProTip! no:milestone will show everything without a milestone.