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

rustdoc: First line of documentation on collapsed impl blocks should be visible needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#130612 opened Sep 20, 2024 by crumblingstatue
Should #[expect(warnings)] at some point warn that there are no warnings in the annotated code? A-diagnostics Area: Messages for errors, warnings, and lints A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. F-lint_reasons `#![feature(lint_reasons)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130609 opened Sep 20, 2024 by kamulos
chrono dependency unexpected 🧊 es 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.
#130606 opened Sep 20, 2024 by drahnr
Can not disable reference-types feature for wasm32 target with -C linker-plugin-lto flag C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-wasm Target: WASM (WebAssembly), http://webassembly.org/ regression-untriaged Untriaged performance or correctness regression.
#130604 opened Sep 20, 2024 by StackOverflowExcept1on
#[rustc_default_body_unstable] silently ignores implied_by and soft A-attributes Area: #[attributes(..)] 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.
#130603 opened Sep 20, 2024 by dianne
bootstrap/configure.py: targets with a dot in the name prevent finding the correct target section in config.toml.example C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#130602 opened Sep 20, 2024 by kiike
rustc 1.82.0 beta SIGILL when building facebookincubator/below A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. E-needs-bisection Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta.
#130601 opened Sep 20, 2024 by truboxl
Clarification on performance improvements in std::fs::read_to_string for Windows A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#130600 opened Sep 20, 2024 by fiveseven-lambda
Send bound of trait object make unexpected async block is not general enough error C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#130596 opened Sep 20, 2024 by ethe
Is "must_use" really needed for Option::insert ? C-discussion Category: Discussion or questions that doesn't represent real issues. 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.
#130594 opened Sep 20, 2024 by hardfist
Redundant instructions in cloning of bit-wise copyable type A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-untriaged Untriaged performance or correctness regression. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130592 opened Sep 20, 2024 by CrazyboyQCD
ICE with intra-doc link [value@Enum::Variant] A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#130591 opened Sep 20, 2024 by coolreader18
Range<usize>::next should fully MIR-inline A-mir Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html A-mir-opt-inlining Area: MIR inlining C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130590 opened Sep 20, 2024 by scottmcm
ICE when using macro to wrap const generic A-const-generics Area: const generics (parameters and arguments) A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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.
#130589 opened Sep 20, 2024 by programmerjake
Incorrect diagnostic "pattern requires .. due to inaccessible fields" when matching in a macro A-diagnostics Area: Messages for errors, warnings, and lints A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) D-confusing Diagnostics: Confusing error or lint that should be reworked. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130588 opened Sep 19, 2024 by goffrie
"Reference to data owned by current function" for a function owning no data. A-borrow-checker Area: The borrow checker A-diagnostics Area: Messages for errors, warnings, and lints D-confusing Diagnostics: Confusing error or lint that should be reworked. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130584 opened Sep 19, 2024 by iago-lito
-plugin-opt linker flags require a leading dash when using GCC as a linker A-codegen Area: Code generation A-gcc Things relevant to the [future] GCC backend T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130583 opened Sep 19, 2024 by antoyo
regression: linking with cc failed A-linkage Area: linking into static, shared libraries and binaries I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130581 opened Sep 19, 2024 by BoxyUwU
regression: cannot move a value of type [u8] I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta.
#130580 opened Sep 19, 2024 by BoxyUwU
regression: overflow evaluating the requirement I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-types Relevant to the types team, which will review and decide on the PR/issue.
#130578 opened Sep 19, 2024 by BoxyUwU
regression: the parameter type impl InferencePredicate may not live long enough I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-types Relevant to the types team, which will review and decide on the PR/issue.
#130577 opened Sep 19, 2024 by BoxyUwU
regression: type annotations needed I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-types Relevant to the types team, which will review and decide on the PR/issue.
#130576 opened Sep 19, 2024 by BoxyUwU
regression: cant compare str with &str I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-libs Relevant to the library 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.
#130575 opened Sep 19, 2024 by BoxyUwU
regression: multiple applicable items in scope I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-libs Relevant to the library 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.
#130574 opened Sep 19, 2024 by BoxyUwU
regression: ICE is not supported for this key I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#130573 opened Sep 19, 2024 by BoxyUwU
ProTip! Updated in the last three days: updated:>2024-09-17.