-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Tracking issue for release notes of #128711: impl 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.
Default
for HashMap
/HashSet
iterators that don't already have it
relnotes
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.
if
and else
have incompatible types in a let
statement, where else
block's evaluation will never be assigned
A-control-flow
#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.
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.
Tracking issue for release notes of #130750: Add new Tier-3 target: 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.
loongarch64-unknown-linux-ohos
needs-triage
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.
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.
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.
Nightly-only cfg gating like 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.
#[cfg(target_has_atomic)]
is confusing
A-cfg
#133295
opened Nov 21, 2024 by
jieyouxu
Tracking Issue for 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.
const_array_each_ref
C-tracking-issue
#133289
opened Nov 21, 2024 by
bjoernager
3 tasks
Using 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.
Release
in the store
operation for make_mut
just prevent out-of-thin-air value?
A-atomic
#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 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.
target_feature
A-LLVM
#133276
opened Nov 21, 2024 by
heiher
ICE: 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.
converted TraitPredicate
/ invalid predicate filter for 'remap_gat_vars_and_recurse_into_nested_projections'
C-bug
#133275
opened Nov 21, 2024 by
matthiaskrgr
ICE: 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.
unexpected 'SelfCtor' in pattern, expected identifier
A-patterns
#133272
opened Nov 21, 2024 by
matthiaskrgr
ICE: 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.
entered unreachable code: TypingMode x Reveal mismatch: UserFacing PostAnalysis
C-bug
#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 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.
vec_deque_iter_as_slices
C-tracking-issue
#133253
opened Nov 20, 2024 by
zopsicle
1 of 3 tasks
ICE: borrowck 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.
best_blame_constraint
unwrap on a None
value, OpaqueTypeKey { def_id...
A-borrow-checker
#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 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.
&raw expr
A-diagnostics
#133231
opened Nov 20, 2024 by
sadmac7000
Previous Next
ProTip!
Adding no:label will show everything without a label.