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

List of trait implementations should be version-sorted 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.
#135098 opened Jan 4, 2025 by joshtriplett
Nested recursive enum with ManuallyDrop causes thread 'rustc' to overflow its stack A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) 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.
#135093 opened Jan 4, 2025 by w-utter
Rustdoc does not combine documentation in re-exports of extern functions C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#135092 opened Jan 4, 2025 by cuttestkittensrule
core::iter::from_fn and core::iter::successors documentation does not explain callback function signature A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#135087 opened Jan 3, 2025 by rick-de-water
[discussion] Performance differences between debug/release builds C-discussion Category: Discussion or questions that doesn't represent real issues.
#135082 opened Jan 3, 2025 by velocitysystems
rustdoc: "stable since" version is incorrect for std::ffi::CStr C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#135078 opened Jan 3, 2025 by dzil123
Upstream LLVM libunwind patch for SGX A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-cleanup Category: PRs that clean code up or issues documenting cleanup. O-SGX Target: SGX
#135077 opened Jan 3, 2025 by nikic
Trait bound not satisfied 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.
#135076 opened Jan 3, 2025 by reenigneEsrever92
Compiling -> "thread 'coordinator' panicked" 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.
#135075 opened Jan 3, 2025 by Andy-anyware
Missing Send on "recursive" Future C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#135062 opened Jan 3, 2025 by CheaterCodes
ICE: stack overflow with instrument-coverage + gce A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` 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.
#135060 opened Jan 3, 2025 by matthiaskrgr
Cargo Build gets stuck compiling my code C-bug Category: This is a bug. I-hang Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#135050 opened Jan 2, 2025 by drewcassidy
thread 'main' panicked at src/bootstrap/src/utils/helpers.rs:441:5 A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#135041 opened Jan 2, 2025 by psumbera
ICE in mir_drops_elaborated_and_const_checked 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.
#135039 opened Jan 2, 2025 by veluca93
cleanup: use full strip cli args in cg_ssa 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.
#135038 opened Jan 2, 2025 by jieyouxu
run-make-support: assert_dirs_are_equal traverses symlinks A-run-make Area: port run-make Makefiles to rmake.rs C-bug Category: This is a bug. 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.
#135037 opened Jan 2, 2025 by jieyouxu
Rustc strips all symbols on MacOS when strip = "debuginfo" is specified, but not when strip = "symbols" is specified C-bug Category: This is a bug. O-macos Operating system: macOS P-critical Critical priority regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135028 opened Jan 2, 2025 by orlp
Tracking Issue for amdgpu target C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC
#135024 opened Jan 2, 2025 by Flakebi
2 of 12 tasks
ICE: encountered unexpected unsized field in layout of A-layout Area: Memory layout of types C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-stable Performance or correctness regression from one stable version to another. S-has-bisection Status: a bisection has been found for this issue 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.
#135020 opened Jan 2, 2025 by matthiaskrgr
slice::contains is not general in the key like HashMap::get C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#135019 opened Jan 2, 2025 by hkBst
Placing an attribute on a generic argument confuses the parser A-diagnostics Area: Messages for errors, warnings, and lints A-parser Area: The parsing of Rust source code to an AST T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135017 opened Jan 2, 2025 by weiznich
tests/ui/asan-odr-win/asan_odr_windows.rs fails on native x86_64-pc-windows-msvc with lld = true + use-lld = true A-linkage Area: linking into static, shared libraries and binaries A-sanitizers Area: Sanitizers for correctness and code quality A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. O-windows-msvc Toolchain: MSVC, Operating system: Windows 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.
#135013 opened Jan 2, 2025 by jieyouxu
Typesystem soundness hole involving cyclically-defined ATIT, and normalization in trait bounds A-associated-items Area: Associated items (types, constants & functions) A-trait-system Area: Trait system A-type-system Area: Type system C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ I-prioritize Issue: Indicates that prioritization has been requested for this issue. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness T-types Relevant to the types team, which will review and decide on the PR/issue.
#135011 opened Jan 2, 2025 by steffahn
RPIT associated type lifetime bound is ignored A-associated-items Area: Associated items (types, constants & functions) A-impl-trait Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch. A-lifetimes Area: Lifetimes / regions C-bug Category: This is a bug. S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-types Relevant to the types team, which will review and decide on the PR/issue.
#135006 opened Jan 1, 2025 by LHolten
"implementation of Fn is not general enough" on some conditions when using closures C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#135004 opened Jan 1, 2025 by Alogani
ProTip! Mix and match filters to narrow down what you’re looking for.