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

Hang with specific compiler options C-bug Category: This is a bug. I-hang Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132673 opened Nov 6, 2024 by wxie7
1 of 4 tasks
Hang with specific compiler options C-bug Category: This is a bug. F-generic_associated_types_extended `#![feature(generic_associated_types_extended)]` I-hang Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc. requires-incomplete-features T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132672 opened Nov 6, 2024 by wxie7
1 of 4 tasks
Tracking Issue for XXX
#132670 opened Nov 6, 2024 by Takermann
1 of 3 tasks
[ICE]: hang with specific compiler options 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.
#132669 opened Nov 6, 2024 by wxie7
1 of 4 tasks
Double same-bound where clause causes failed type inference A-traits Area: Trait system 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.
#132667 opened Nov 5, 2024 by collinoc
Misparse in for expressions always suggest wrapping with a body, when it might be something else A-diagnostics Area: Messages for errors, warnings, and lints A-parser Area: The parsing of Rust source code to an AST A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix` D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132656 opened Nov 5, 2024 by estebank
Declarative macro expansion results in different outcomes than its manual expansion 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. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#132655 opened Nov 5, 2024 by LorDawid
Tracking issue for release notes of #132515: Fix and undeprecate home_dir() O-windows Operating system: Windows 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.
#132650 opened Nov 5, 2024 by rustbot
3 tasks
'Expected <function pointer>, found <function item>' diagnostic could explicitly suggest casting 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.
#132648 opened Nov 5, 2024 by clubby789
Add a dont-check-error-annotations to compiletest A-compiletest Area: The compiletest test runner C-feature-request Category: A feature request, i.e: not implemented / a PR. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132647 opened Nov 5, 2024 by BoxyUwU
compiletest seems to be generating its own macro backtrace diagnostics? A-compiletest Area: The compiletest test runner C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132644 opened Nov 5, 2024 by jieyouxu
LUB coercions works for a function but fails for a closure A-closures Area: Closures (`|…| { … }`) A-coercions Area: implicit and explicit `expr as Type` coercions C-bug Category: This is a bug. D-confusing Diagnostics: Confusing error or lint that should be reworked. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#132643 opened Nov 5, 2024 by pazmank
Tracking issue for release notes of #132562: Remove the wasm32-wasi target from rustc O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ 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.
#132640 opened Nov 5, 2024 by rustbot
1 of 3 tasks
Regression in performance (poor codegen) between 1.81 and 1.82 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. I-slow Issue: Problems and improvements with respect to performance of generated code. regression-untriaged Untriaged performance or correctness regression. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132636 opened Nov 5, 2024 by tobz
Inefficient implementation of PartialEq for nested (fieldless) enums A-codegen Area: Code generation A-enum 🤓 akshually it's an "ADT" or "algebraic data type" A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132628 opened Nov 5, 2024 by zaneduffield
rustdoc search: trait methods should not show the same as inherent methods A-rustdoc-search Area: Rustdoc's search feature C-discussion Category: Discussion or questions that doesn't represent real issues. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132622 opened Nov 5, 2024 by lolbinarycat
rust 1.82.0 wasm32-unknown-unknown triggers issues with wasm-bindgen >= 0.2.94 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. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status I-prioritize Issue: Indicates that prioritization has been requested for this issue. O-wasm Target: WASM (WebAssembly), http://webassembly.org/ regression-untriaged Untriaged performance or correctness regression. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132620 opened Nov 5, 2024 by eric-seppanen
std::thread::Thread grew from one to two pointer sizes C-discussion Category: Discussion or questions that doesn't represent real issues. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#132619 opened Nov 4, 2024 by ginnyTheCat
Must some -Ctarget-features be restrained on RISCV? A-ABI Area: Concerning the application binary interface (ABI) A-floating-point Area: Floating point numbers and arithmetic C-bug Category: This is a bug. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status O-riscv Target: RISC-V architecture T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132618 opened Nov 4, 2024 by workingjubilee
LLVM ERROR: Misplaced debug info with -Cdebuginfo=1 -Zsanitizer=cfi -Clto A-LTO Area: Link-time optimization (LTO) C-bug Category: This is a bug. PG-exploit-mitigations Project group: Exploit mitigations T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132615 opened Nov 4, 2024 by 1c3t3a
Linking failed with f16: undefined symbol: __floatuntihf on Ubuntu 20.04 A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` T-libs Relevant to the library team, which will review and decide on the PR/issue.
#132614 opened Nov 4, 2024 by zhassan-aws
Request: Support for more vintage operating systems C-discussion Category: Discussion or questions that doesn't represent real issues.
#132610 opened Nov 4, 2024 by mcandre
rust-lld is using wrong zlib at runtime 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132604 opened Nov 4, 2024 by haampie
Use git diff --no-index as the default diff in compiletest A-compiletest Area: The compiletest test runner A-test-infra Area: test infrastructure (may span bootstrap/compiletest/more) C-enhancement Category: An issue proposing an enhancement or a PR with one. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132602 opened Nov 4, 2024 by Noratrieb
Fix argument splitting in compiletest A-compiletest Area: The compiletest test runner C-bug Category: This is a bug. E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132599 opened Nov 4, 2024 by jieyouxu
ProTip! Adding no:label will show everything without a label.