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

IntErrorKind should derive Copy and Hash needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#131826 opened Oct 17, 2024 by joseluis
A out-of-air lifetime that that may not live long vs. the implementation is not general enough 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.
#131821 opened Oct 17, 2024 by xmh0511
vtables may be include auto traits A-auto-traits Area: auto traits (e.g., `auto trait Send {}`) A-trait-objects Area: trait objects, vtable layout C-bug Category: This is a bug. 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.
#131820 opened Oct 17, 2024 by lcnr
x86-32 "f16" ABI needs SSE, incompatible with i586 targets A-ABI Area: Concerning the application binary interface (ABI) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#131819 opened Oct 17, 2024 by RalfJung
ICE in liveness/rwu_table 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.
#131817 opened Oct 17, 2024 by thomasyonug
trait_upcasting unsoundness due to reordered super traits A-coercions Area: implicit and explicit `expr as Type` coercions A-trait-objects Area: trait objects, vtable layout C-bug Category: This is a bug. F-trait_upcasting `#![feature(trait_upcasting)]` I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness requires-nightly This issue requires a nightly compiler in some way. 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.
#131813 opened Oct 17, 2024 by lrh2000
Changing build.profiler forces an unnecessary rebuild of std A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) C-discussion Category: Discussion or questions that doesn't represent real issues. 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)
#131812 opened Oct 17, 2024 by Zalathar
target arm64e-apple-darwin removing functions 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.
#131811 opened Oct 17, 2024 by ds-ep
Consider building/linking run-make-support as a dylib instead of a static lib A-run-make Area: port run-make Makefiles to rmake.rs C-discussion Category: Discussion or questions that doesn't represent real issues. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#131810 opened Oct 17, 2024 by Zalathar
unable to perform type-based search on foreign functions A-rustdoc-search Area: Rustdoc's search feature A-type-based-search Area: Searching rustdoc pages using type signatures C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#131804 opened Oct 16, 2024 by lolbinarycat
We have two independent checks for "is this attribute unsafe" A-attributes Area: Attributes (`#[…]`, `#![…]`) C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131801 opened Oct 16, 2024 by RalfJung
Figure out which target features are required for which SIMD size A-ABI Area: Concerning the application binary interface (ABI) 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. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131800 opened Oct 16, 2024 by RalfJung
7 of 13 tasks
Figure out which target features affect float ABI A-ABI Area: Concerning the application binary interface (ABI) A-floating-point Area: Floating point numbers and arithmetic A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. 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.
#131799 opened Oct 16, 2024 by RalfJung
13 tasks
Unreachable post-monomorphization error triggered by -C link-dead-code needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#131793 opened Oct 16, 2024 by joshlf
ICE: no non-'#[track_caller]' frame found 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.
#131787 opened Oct 16, 2024 by matthiaskrgr
fails to compile rustc_middle for i686-pc-windows-gnullvm C-bug Category: This is a bug. I-compilemem Issue: Problems and improvements with respect to memory usage during compilation. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-windows-gnu Toolchain: GNU, Operating system: Windows
#131786 opened Oct 16, 2024 by ognevny
Diagnostics differ between regular execution and ui tests A-diagnostics Area: Messages for errors, warnings, and lints D-diagnostic-infra Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself. 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.
#131782 opened Oct 16, 2024 by RalfJung
ice when implementing Try trait C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131779 opened Oct 16, 2024 by zahash
Overly restrictive lifetime in std::panic::Location::file A-lifetimes Area: Lifetimes / regions A-panic Area: Panicking machinery needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#131770 opened Oct 16, 2024 by ijchen
ICE: escaping bound vars in predicate C-bug Category: This is a bug. F-precise_capturing `#![feature(precise_capturing)]` 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.
#131769 opened Oct 16, 2024 by matthiaskrgr
Panics do not get fully eliminated from shared libraries compiled for Solaris A-linkage Area: linking into static, shared libraries and binaries A-panic Area: Panicking machinery needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-solaris Operating system: Solaris
#131765 opened Oct 16, 2024 by newpavlov
Error message flips expected and actual types in E0271 note 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.
#131763 opened Oct 15, 2024 by zzucch
ICE: underline_start >= 0 && underline_end >= 0 A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. F-generic_assert `#![feature(generic_assert)]` 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.
#131762 opened Oct 15, 2024 by matthiaskrgr
ICE: encountered type variable A-closures Area: Closures (`|…| { … }`) C-bug Category: This is a bug. F-unboxed_closures `#![feature(unboxed_closures)]` 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.
#131758 opened Oct 15, 2024 by matthiaskrgr
Tracking Issue for -Zregparm C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131749 opened Oct 15, 2024 by azhogin
3 tasks
ProTip! Type g i on any issue or pull request to go back to the issue listing page.