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

"SIGSEGV: invalid memory reference" when compiling with optimizations 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127260 opened Jul 3, 2024 by notverymoe
opt-dist: separate dist-build from profiling needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. WG-compiler-performance Working group: Compiler Performance
#127259 opened Jul 3, 2024 by weihanglo
Decide on Rule 4 variant for match ergonomics C-discussion Category: Discussion or questions that doesn't represent real issues. I-lang-nominated The issue / PR has been nominated for discussion during a lang team meeting. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#127257 opened Jul 3, 2024 by traviscross
rust panic 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.
#127256 opened Jul 3, 2024 by justincrosbie
Hash implementation for Path ignores path separators C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#127254 opened Jul 3, 2024 by zanieb
Review of Reference change regarding receivers and object safety A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools I-types-nominated The issue / PR has been nominated for discussion during a types team meeting. T-types Relevant to the types team, which will review and decide on the PR/issue.
#127251 opened Jul 2, 2024 by traviscross
Chains of checked_add could get better codegen A-codegen Area: Code generation 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-heavy Issue: Problems and improvements with respect to binary size of generated code. 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. 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.
#127250 opened Jul 2, 2024 by krtab
Blanket, recursive impls cause bad compiler suggestions 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.
#127247 opened Jul 2, 2024 by kuecks
rustdoc: support for precise capturing C-bug Category: This is a bug. F-precise_capturing `#![feature(precise_capturing)]` T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#127228 opened Jul 1, 2024 by fmease
rustdoc: support for async Fn* trait bounds C-bug Category: This is a bug. F-async_closure `#![feature(async_closure)]` T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#127227 opened Jul 1, 2024 by fmease
Incorrect "closure bodies that contain statements must be surrounded by braces" error in unrelatedly invalid code 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.
#127223 opened Jul 1, 2024 by izik1
ICE: associated_item_def_ids: not impl or trait 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.
#127222 opened Jul 1, 2024 by matthiaskrgr
ICE: Size != Size 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.
#127219 opened Jul 1, 2024 by matthiaskrgr
Fix (?) dependency tracking for the metavar span table A-incr-comp Area: Incremental compilation A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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. WG-incr-comp Working group: Incremental compilation
#127218 opened Jul 1, 2024 by petrochenkov
*x == *y for trait objects produce move error, so it is not equivalent to PartialEq::eq(&*x, &*y) even though the reference says it is A-borrow-checker Area: The borrow checker A-diagnostics Area: Messages for errors, warnings, and lints A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-trait-objects Area: trait objects, vtable layout T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127215 opened Jul 1, 2024 by estebank
Tracking Issue for AVX512_FP16 intrinsics A-simd Area: SIMD (Single Instruction Multiple Data) C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. O-x86_32 Target: x86 processors, 32 bit (like i686-*) O-x86_64 Target: x86-64 processors (like x86_64-*) T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#127213 opened Jul 1, 2024 by sayantn
2 tasks
Tracking Issue for XOP target feature A-simd Area: SIMD (Single Instruction Multiple Data) A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. O-x86_32 Target: x86 processors, 32 bit (like i686-*) O-x86_64 Target: x86-64 processors (like x86_64-*)
#127208 opened Jul 1, 2024 by sayantn
4 tasks
Mutable reference prevents value from being moved to its current address C-discussion Category: Discussion or questions that doesn't represent real issues.
#127206 opened Jul 1, 2024 by amab8901
Wrong codegen for simd_select_bitmask on big-endian targets A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-simd Area: SIMD (Single Instruction Multiple Data) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127205 opened Jul 1, 2024 by RalfJung
Clang linker script support - incorrect argument A-linkage Area: linking into static, shared libraries and binaries 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.
#127183 opened Jun 30, 2024 by boozook
rustc SIGSEGV compiling rug 1.24.1 crate on RISC-V Armbian 24.5.0 C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. O-riscv Target: RISC-V architecture T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127180 opened Jun 30, 2024 by mathsDOTearth
confusing error when trying to call a not-in-scope method that shares a name with a field 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.
#127178 opened Jun 30, 2024 by lolbinarycat
ICE because of a bad file on disk? A-incr-comp Area: Incremental compilation C-bug 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.
#127167 opened Jun 30, 2024 by minirop
rustdoc json output on stdout ? A-rustdoc-json Area: Rustdoc JSON backend C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#127165 opened Jun 30, 2024 by gl-yziquel
Tracking Issue for anonymous pipe API C-tracking-issue Category: A tracking issue for an RFC or an unstable feature.
#127154 opened Jun 30, 2024 by NobodyXu
4 tasks
ProTip! Type g i on any issue or pull request to go back to the issue listing page.