-
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
Literal Expressions are Not Resolved at Compile Time
A-codegen
Area: Code generation
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
I-heavy
Issue: Problems and improvements with respect to binary size of generated code.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#136366
opened Jan 31, 2025 by
allanwmacdonald
Nightly regressed igvm crate and now emits SIGILL at opt-level higher than 1
A-mir-opt
Area: MIR optimizations
A-mir-opt-GVN
Area: MIR opt Global Value Numbering (GVN)
C-bug
Category: This is a bug.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
S-has-bisection
Status: a bisection has been found for this issue
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.
#136361
opened Jan 31, 2025 by
durin42
Tracking issue for release notes of #127527: 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.
once_wait
needs-triage
#136357
opened Jan 31, 2025 by
rustbot
3 tasks
Automatic edition migration broken for diesel.
A-edition-2024
Area: The 2024 edition
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-cargo
Relevant to the cargo team, which will review and decide on the PR/issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-edition
Relevant to the edition team.
#136345
opened Jan 31, 2025 by
weiznich
Compiler suggests non-nonsensical Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#[derive(<Trait>.into())]
A-diagnostics
#136343
opened Jan 31, 2025 by
ntc2
warning: rustc_llvm@0.0.0: Inherited flag "-flto=thin" is not supported by the currently used CC
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#136338
opened Jan 31, 2025 by
Zeckmathederg
ICE: Category: This is a bug.
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
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.
fn items cannot be used as const args
C-bug
#136337
opened Jan 31, 2025 by
matthiaskrgr
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.
S-has-bisection
Status: a bisection has been found for this issue
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.
region constraints already solved
C-bug
#136335
opened Jan 31, 2025 by
matthiaskrgr
#[optimize(none)] should imply #[inline(never)]
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#136329
opened Jan 31, 2025 by
theemathas
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.
unsafe_cell_access
C-tracking-issue
#136327
opened Jan 31, 2025 by
pitaj
1 of 4 tasks
Arc::get_mut_unchecked does not mention restrictions on drop
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.
#136322
opened Jan 30, 2025 by
orlp
Tracking Issue for 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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
erf
and erfc
for f16, f32, f64, f128
C-tracking-issue
#136321
opened Jan 30, 2025 by
tgross35
4 tasks
Tracking Issue for NEON fp16 intrinsics
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
#136306
opened Jan 30, 2025 by
mrkajetanp
3 tasks
Tracking issue for release notes of #135414: 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-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.
const_black_box
needs-triage
Tracking issue for release notes of #134424: Insert null checks for pointer dereferences when debug assertions are enabled
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-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.
Unstable book Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-lang-item
Area: Language items
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
lang_items
example is outdated
A-docs
#136290
opened Jan 30, 2025 by
cyrgani
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.
requires-incomplete-features
This issue requires the use of incomplete features.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
expected async fn in trait to return an RPITIT
C-bug
#136286
opened Jan 30, 2025 by
matthiaskrgr
rustc unexpectedly overflowed its stack! this is a bug
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
#136282
opened Jan 30, 2025 by
Julianzs
#[target_feature(..)]
no longer in effect in naked functions
A-inline-assembly
#136280
opened Jan 30, 2025 by
tmiasko
f64::atan2
documentation error
A-docs
#136275
opened Jan 30, 2025 by
gantha-shiva
ICE: the trait bound Category: This is a bug.
F-const_trait_impl
`#![feature(const_trait_impl)]`
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.
T: ~const Deref
is not satisfied
C-bug
#136273
opened Jan 30, 2025 by
Sky9x
offline installer should include Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-windows
Operating system: Windows
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
rust-src
C-bug
#136268
opened Jan 29, 2025 by
NewUserHa
Compilation error seems to suggest that *more* references are needed
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.
#136262
opened Jan 29, 2025 by
veluca93
btree/node.rs: pub fn Category: PRs that clean code up or issues documenting cleanup.
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.
dormant
should be marked as unsafe
C-cleanup
#136255
opened Jan 29, 2025 by
btj
Borrow checker does not release a mutable borrow when the condition is false on async function
A-borrow-checker
Area: The borrow checker
C-bug
Category: This is a bug.
fixed-by-polonius
Compiling with `-Zpolonius` fixes this issue.
#136245
opened Jan 29, 2025 by
ultimaweapon
Previous Next
ProTip!
What’s not been updated in a month: updated:<2024-12-31.