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

Tracking issue for release notes of #128711: impl Default for HashMap/HashSet iterators that don't already have it 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.
#133318 opened Nov 22, 2024 by rustbot
3 tasks
1.83.0
Tracking issue for release notes of #130555: Initial support for riscv32{e|em|emc}_unknown_none_elf needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-riscv Target: RISC-V architecture 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133317 opened Nov 21, 2024 by rustbot
3 tasks
1.83.0
if and else have incompatible types in a let statement, where else block's evaluation will never be assigned A-control-flow Area: Control flow A-diagnostics Area: Messages for errors, warnings, and lints D-confusing Diagnostics: Confusing error or lint that should be reworked. D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133316 opened Nov 21, 2024 by shanebishop
Tracking issue for release notes of #128345: added support for GNU/Hurd on x86_64 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.
#133315 opened Nov 21, 2024 by rustbot
3 tasks
1.83.0
Unexpected error when resolving bounds involving associated types C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#133314 opened Nov 21, 2024 by klkvr
Tracking issue for release notes of #127021: Add target support for RTEMS Arm needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state O-unix Operating system: Unix-like 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) 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.
#133310 opened Nov 21, 2024 by rustbot
3 tasks
1.83.0
Tracking issue for release notes of #130750: Add new Tier-3 target: loongarch64-unknown-linux-ohos needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-loongarch Target: LoongArch (LA32R, LA32S, LA64) 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.
#133309 opened Nov 21, 2024 by rustbot
3 tasks
1.83.0
Tracking issue for release notes of #130614: Add arm64e-apple-tvos target 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.
#133308 opened Nov 21, 2024 by rustbot
3 tasks
1.83.0
Tracking issue for release notes of #130549: Add RISC-V vxworks targets 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.
#133307 opened Nov 21, 2024 by rustbot
3 tasks
1.83.0
Tracking issue for release notes of #130453: Add x86_64-unknown-trusty as tier 3 target 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.
#133306 opened Nov 21, 2024 by rustbot
3 tasks
1.83.0
Nightly-only cfg gating like #[cfg(target_has_atomic)] is confusing A-cfg Area: `cfg` conditional compilation A-stability Area: `#[stable]`, `#[unstable]` etc. C-enhancement Category: An issue proposing an enhancement or a PR with one. 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.
#133295 opened Nov 21, 2024 by jieyouxu
Tracking Issue for const_array_each_ref C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#133289 opened Nov 21, 2024 by bjoernager
3 tasks
Using Release in the store operation for make_mut just prevent out-of-thin-air value? A-atomic Area: Atomics, barriers, and sync primitives 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.
#133284 opened Nov 21, 2024 by xmh0511
[LoongArch] SIMD intrinsics not fully inlined in caller with target feature globally enabled 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. O-loongarch Target: LoongArch (LA32R, LA32S, LA64) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133281 opened Nov 21, 2024 by heiher
[LoongArch] Unexpected conditional compilation directive for target_feature 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. llvm-fixed-upstream Issue expected to be fixed by the next major LLVM upgrade, or backported fixes O-loongarch Target: LoongArch (LA32R, LA32S, LA64) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133276 opened Nov 21, 2024 by heiher
ICE: converted TraitPredicate / invalid predicate filter for 'remap_gat_vars_and_recurse_into_nested_projections' C-bug 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) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133275 opened Nov 21, 2024 by matthiaskrgr
ICE: unexpected 'SelfCtor' in pattern, expected identifier A-patterns Relating to patterns and pattern matching 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.
#133272 opened Nov 21, 2024 by matthiaskrgr
ICE: entered unreachable code: TypingMode x Reveal mismatch: UserFacing PostAnalysis C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-debug-assertions This issue requires a build of rustc or tooling with debug-assertions in some way 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.
#133271 opened Nov 21, 2024 by matthiaskrgr
error: rustc interrupted by SIGSEGV C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. 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.
#133269 opened Nov 20, 2024 by warcayac
AIX: bootstrap investigate efficient way of reading archive C-cleanup Category: PRs that clean code up or issues documenting cleanup. O-aix OS: Big Blue's Advanced Interactive eXecutive.. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133268 opened Nov 20, 2024 by mustartt
Tracking Issue for OsString::truncate C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#133262 opened Nov 20, 2024 by lolbinarycat
1 of 4 tasks
Tracking Issue for vec_deque_iter_as_slices C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#133253 opened Nov 20, 2024 by zopsicle
1 of 3 tasks
ICE: borrowck best_blame_constraint unwrap on a None value, OpaqueTypeKey { def_id... A-borrow-checker Area: The borrow checker C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example 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.
#133252 opened Nov 20, 2024 by Turbo87
Compiled wasm32-wasip2 component from simple code requires excessive WASI interfaces C-discussion Category: Discussion or questions that doesn't represent real issues. O-wasi Operating system: Wasi, Webassembly System Interface T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133235 opened Nov 20, 2024 by ifsheldon
Terse parse error on &raw expr A-diagnostics Area: Messages for errors, warnings, and lints A-parser Area: The parsing of Rust source code to an AST A-raw-pointers Area: raw pointers, MaybeUninit, NonNull D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. F-raw_ref_op `#![feature(raw_ref_op)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133231 opened Nov 20, 2024 by sadmac7000
ProTip! Follow long discussions with comments:>50.