-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Label
Projects
Milestones
Assignee
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
#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 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.
linker-messages
lint by default
A-linkage
#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 Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
{to,from}_ne_bytes
when people use transmute between arrays and integers
A-diagnostics
#136067
opened Jan 25, 2025 by
scottmcm
ICE: fast reject: 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.
kind mismatch: {type error} 3_u8
A-trait-objects
#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 (Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
&mut *x
) is not suggested as a potential solution for &mut T
being moved
A-diagnostics
#136057
opened Jan 25, 2025 by
GrigorenkoPV
2024 edition migration of 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.
ref
in patterns suboptimal: fixed up by clippy --fix
A-clippy
#136047
opened Jan 25, 2025 by
VorpalBlade
DerefPure
impl for Cow
may be too general
C-bug
#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
#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.
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.