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

x86_64 msvc: warning: [email protected]: Inherited flag "/Oy-" is not supported by the currently used CC C-bug Category: This is a bug. O-windows-msvc Toolchain: MSVC, Operating system: Windows T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134657 opened Dec 22, 2024 by jieyouxu
ICE: const eval: InterpErrorInfo(InterpErrorInfoInner { kind: ResourceExhaustion(MemoryExhausted) .. C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134654 opened Dec 22, 2024 by matthiaskrgr
minicore: use the host's core when available A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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)
#134652 opened Dec 22, 2024 by tgross35
something made tidy extremely slow when running it first time A-tidy Area: The tidy tool C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134648 opened Dec 22, 2024 by onur-ozkan
Tracking Issue for sync_poison C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. E-help-wanted Call for participation: Help is requested to fix this issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134646 opened Dec 22, 2024 by tgross35
1 of 4 tasks
Tracking Issue for sync_nonpoison and nonpoison_{condvar,mutex,once,rwlock} C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. E-help-wanted Call for participation: Help is requested to fix this issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134645 opened Dec 22, 2024 by tgross35
4 tasks
A shebang is displaced in HIR & expanded outputs A-pretty Area: Pretty printing (including `-Z unpretty`) C-enhancement Category: An issue proposing an enhancement or a PR with one. requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134643 opened Dec 22, 2024 by fluiderson
[ICE]: Associated const projection not yet supported C-bug Category: This is a bug. F-associated_const_equality `#![feature(associated_const_equality)]` 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#134641 opened Dec 22, 2024 by sigurd4
1 of 4 tasks
Missed optimization: bounds check not elided for i * s < n when 0 <= i < n / s C-bug Category: This is a bug. C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#134636 opened Dec 22, 2024 by SuperSamus
Positive and Negative Trait Implementations Clash Unexpectedly A-coherence Area: Coherence A-diagnostics Area: Messages for errors, warnings, and lints D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. F-negative_impls #![feature(negative_impls)] T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134632 opened Dec 21, 2024 by Ez-FlawLess
Tracking issue for release notes of #133820: Stabilize derive(CoercePointee) F-derive_coerce_pointee Feature: RFC 3621's oft-renamed implementation 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.
#134624 opened Dec 21, 2024 by rustbot
3 tasks
Tracking issue for release notes of #104642: Tracking Issue for get_many_mut 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.
#134623 opened Dec 21, 2024 by rustbot
3 tasks
atomic RMW intrinsics: avoid unnecessary ptr/int conversions A-atomic Area: Atomics, barriers, and sync primitives A-codegen Area: Code generation A-intrinsics Area: Intrinsics A-strict-provenance Area: Strict provenance for raw pointers
#134617 opened Dec 21, 2024 by RalfJung
internal compiler error: Missing value for constant, but no error reported? C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134615 opened Dec 21, 2024 by BusyBeaver-42
ARM Linux cross-compiling images are no longer available C-discussion Category: Discussion or questions that doesn't represent real issues. 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.
#134612 opened Dec 21, 2024 by rami3l
link fails since 1.82.0 A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134596 opened Dec 21, 2024 by loongs-zhang
-musl platforms do not include unwind tables for libc C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-musl Target: The musl libc 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.
#134592 opened Dec 21, 2024 by RomanHargrave
impl<T> PointerLike for {Rc,Arc,Weak}<T> can't exist but should C-feature-request Category: A feature request, i.e: not implemented / a PR. F-dyn_star `#![feature(dyn_star)]`
#134591 opened Dec 21, 2024 by kpreid
derive(PartialEq) should not prevent "field is never read" warnings A-diagnostics Area: Messages for errors, warnings, and lints A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134588 opened Dec 20, 2024 by Wilfred
ICE (delayed): broken MIR in DefId(...) (...): bad assignment (...): NoSolution C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134587 opened Dec 20, 2024 by niacdoial
MaybeUninit::uninit_array still refers to const as future 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.
#134584 opened Dec 20, 2024 by daniel-pfeiffer
Bad parse error on token sequences safe unsafe and unsafe safe A-diagnostics Area: Messages for errors, warnings, and lints A-parser Area: The parsing of Rust source code to an AST D-confusing Diagnostics: Confusing error or lint that should be reworked. D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134580 opened Dec 20, 2024 by ionicmc-rs
auto trait leakage can be used to leak arbitrary types A-auto-traits Area: auto traits (e.g., `auto trait Send {}`) A-impl-trait Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-types-nominated Nominated for discussion during a types team meeting. T-types Relevant to the types team, which will review and decide on the PR/issue.
#134578 opened Dec 20, 2024 by lcnr
raw-dylib usage in std broke thumbv7a-*-windows-msvc targets C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#134565 opened Dec 20, 2024 by bdbai
Latest nightly binary is broken on aarch64 Asahi ("unsupported system page size") C-bug Category: This is a bug. I-compilemem Issue: Problems and improvements with respect to memory usage during compilation. O-AArch64 Armv8-A or later processors in AArch64 mode requires-nightly This issue requires a nightly compiler in some way. S-has-bisection Status: a bisection has been found for this issue
#134563 opened Dec 20, 2024 by eggyal
ProTip! Type g i on any issue or pull request to go back to the issue listing page.