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

macOS deployment target defaults differ between rustc, cc-rs and clang A-linkage Area: linking into static, shared libraries and binaries O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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.
#136113 opened Jan 27, 2025 by Fulgen301
neither Wasm object file nor LLVM bitcode from all wasm cdylib builds C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) O-wasm Target: WASM (WebAssembly), http://webassembly.org/
#136109 opened Jan 26, 2025 by kpreid
Attributes on struct rest patterns are ignored A-attributes Area: Attributes (`#[…]`, `#![…]`) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136108 opened Jan 26, 2025 by Skepfyr
Sorting a Slice Raises an Illegal Instruction Signal C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136103 opened Jan 26, 2025 by jonathan-gruber-jg
2024 edition prelude item docs are not inlined, and cause some duplication and confusion A-edition-2024 Area: The 2024 edition C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#136102 opened Jan 26, 2025 by ehuss
Bad parse error on many token sequences A-diagnostics Area: Messages for errors, warnings, and lints A-parser Area: The parsing of Rust source code to an AST T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136100 opened Jan 26, 2025 by ionicmc-rs
Tracking Issue for enabling the linker-messages lint by default A-linkage Area: linking into static, shared libraries and binaries A-linkers Area: linkers... you gotta love linkers A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC L-linker_messages Lint: linker_messages T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136096 opened Jan 26, 2025 by jyn514
6 tasks
Bootstrap libz-sys ignores --set=target.<host>.cc A-cross Area: Cross compilation C-bug Category: This is a bug. O-netbsd Operating system: NetBSD T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#136090 opened Jan 26, 2025 by riastradh
Unable to build for aarch64-unknown-linux-musl due to linker error A-linkage Area: linking into static, shared libraries and binaries A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-discussion Category: Discussion or questions that doesn't represent real issues. L-linker_messages Lint: linker_messages T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136088 opened Jan 26, 2025 by ahqsoftwares
linker failure on macOS when building Miri: "linker stderr: ld: ignoring duplicate libraries" A-linkage Area: linking into static, shared libraries and binaries A-linkers Area: linkers... you gotta love linkers A-miri Area: The miri tool C-bug Category: This is a bug. L-linker_messages Lint: linker_messages T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136086 opened Jan 26, 2025 by RalfJung
Suggest {to,from}_ne_bytes when people use transmute between arrays and integers 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.
#136067 opened Jan 25, 2025 by scottmcm
ICE: fast reject: kind mismatch: {type error} 3_u8 A-trait-objects Area: trait objects, vtable layout 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.
#136063 opened Jan 25, 2025 by matthiaskrgr
Confusing error message when returning impl Trait where the concrete type contains itself. 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.
#136062 opened Jan 25, 2025 by chanks
Dropped non-Send incorrectly reported as living, resulting in non-Send Future C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#136060 opened Jan 25, 2025 by TommasoTricker
type level debuginfo is duplicated across codegen units A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) C-bug Category: This is a bug. I-heavy Issue: Problems and improvements with respect to binary size of generated code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136059 opened Jan 25, 2025 by jyn514
Tracking issue for release notes of #134090: Stabilize target_feature_11 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.
#136058 opened Jan 25, 2025 by rustbot
3 tasks
Reborrowing (&mut *x) is not suggested as a potential solution for &mut T being moved 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.
#136057 opened Jan 25, 2025 by GrigorenkoPV
2024 edition migration of ref in patterns suboptimal: fixed up by clippy --fix A-clippy Area: Clippy A-edition-2024 Area: The 2024 edition A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix` C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136047 opened Jan 25, 2025 by VorpalBlade
DerefPure impl for Cow may be too general C-bug Category: This is a bug. F-deref_patterns `#![feature(deref_patterns)]` requires-nightly This issue requires a nightly compiler in some way. 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.
#136046 opened Jan 25, 2025 by zachs18
Should generate llvm.threadlocal.address for TLS accesses A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136044 opened Jan 25, 2025 by nikic
Crash writing PNG from a C++ background thread on macOS Rust 1.84.0 C-external-bug Category: issue that is caused by bugs in software beyond our control
#136043 opened Jan 25, 2025 by karip
#[thread_local]s are pessimized in #[no_mangle] functions A-codegen Area: Code generation A-thread-locals Area: Thread local storage (TLS) C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such F-thread_local `#![feature(thread_local)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#136042 opened Jan 25, 2025 by purplesyringa
Docs on safety of BufWriter are misleading 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.
#136025 opened Jan 24, 2025 by rgr21
Port tests to use the intrinsic macro C-cleanup Category: PRs that clean code up or issues documenting cleanup.
#136021 opened Jan 24, 2025 by vayunbiyani
Tracking issue for release notes of #134283: fix(libtest): Deprecate '--logfile' A-libtest Area: `#[test]` / the `test` library I-release-nominated Nominated for the release team. 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.
#136020 opened Jan 24, 2025 by rustbot
2 of 3 tasks
1.86.0
ProTip! Exclude everything labeled bug with -label:bug.