-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Missed optimization: When debuginfo is on, is_power_of_two does not imply nonzero.
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
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.
#137359
opened Feb 21, 2025 by
theemathas
ICE when 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.
cargo xtask install
in rust-analyzer
C-bug
#137351
opened Feb 20, 2025 by
BenjaminBrienen
invalid suggestion to add Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
.into_iter()
into the source code of quote
A-diagnostics
#137345
opened Feb 20, 2025 by
cyrgani
Tracking issue for release notes of #134340: Stabilize 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.
num_midpoint_signed
feature
needs-triage
Re-exports of hidden items are inconsistent
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137342
opened Feb 20, 2025 by
lolbinarycat
Tracking issue for release notes of #136458: Do not deduplicate list of associated types provided by dyn principal
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-types
Relevant to the types team, which will review and decide on the PR/issue.
#137341
opened Feb 20, 2025 by
rustbot
3 tasks
Inefficient code generation with target-feature AVX2
A-codegen
Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
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.
#137335
opened Feb 20, 2025 by
LaurenzV
fixing 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.
wit_bindgen::generate!{}
during cargo fix --edition
caused a compiler error
C-bug
#137331
opened Feb 20, 2025 by
ifsheldon
ICE: 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.
Rerunning drop data query produced no error.
C-bug
#137329
opened Feb 20, 2025 by
matthiaskrgr
IPHONEOS_DEPLOYMENT_TARGET
not followed for some object files
C-bug
#137326
opened Feb 20, 2025 by
joao-victor-silva
Unsupported default function parameters should have an explicit diagnostic
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.
#137310
opened Feb 20, 2025 by
cyrgani
ICE: Category: This is a bug.
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.
failed to normalize const, but it is not generic: UnevaluatedConst
C-bug
#137308
opened Feb 20, 2025 by
matthiaskrgr
Binding c++ with cxx, an error occurs on windows-gnu
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.
#137301
opened Feb 20, 2025 by
yk0n9
Tracking Issue for 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.
range_bounds_is_empty
C-tracking-issue
#137300
opened Feb 20, 2025 by
pitaj
3 tasks
RISC-V intrinsics with one or more target features are not inlined
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-riscv
Target: RISC-V architecture
#137293
opened Feb 19, 2025 by
brkydnc
#![no_main] breaks compiling with --test
A-libtest
Area: `#[test]` / the `test` library
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#137292
opened Feb 19, 2025 by
bjorn3
ICE: 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.
expected SIMD field to have definite array size
C-bug
#137291
opened Feb 19, 2025 by
folkertdev
ICE: Category: This is a bug.
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.
assertion failed: storage.data.is_empty()
C-bug
#137288
opened Feb 19, 2025 by
matthiaskrgr
ICE: Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
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.
Error in drop elaboration not found by dropck.
C-bug
#137287
opened Feb 19, 2025 by
matthiaskrgr
Document the Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-process
Area: `std::process` and `std::env`
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
PATH
that Command
searchs
A-docs
#137286
opened Feb 19, 2025 by
ChrisDenton
Tracking issue for release notes of #131114: Tracking Issue for 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.
inherent_str_constructors
needs-triage
#137276
opened Feb 19, 2025 by
rustbot
3 tasks
Performance regression in 1.84 for inline-able function in closure
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
regression-untriaged
Untriaged performance or correctness regression.
#137273
opened Feb 19, 2025 by
findepi
Bootstrap vendoring requires Category: Discussion or questions that doesn't represent real issues.
O-fuchsia
Operating system: Fuchsia
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
rustc-perf
submodule (unconditionally?)
C-discussion
#137272
opened Feb 19, 2025 by
jieyouxu
ICE:no entry for node id: 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.
NodeId(13)
C-bug
#137267
opened Feb 19, 2025 by
sososopy
Tracking Issue for allowing comparisons between 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.
CStr
, CString
, and Cow<CStr>
.
C-tracking-issue
#137265
opened Feb 19, 2025 by
bjoernager
1 of 2 tasks
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.