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

thread 'main' panicked at src/bootstrap/src/utils/helpers.rs:441:5 C-bug Category: This is a bug. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. 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
1 of 12 tasks
PathSet prefix matching breaks cli path filter consumption order C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#135022 opened Jan 2, 2025 by jieyouxu
ICE: dyn_compatible_for_dispatch: Got a scalar pair where a scalar was expected C-bug Category: This is a bug. F-dyn_compatible_for_dispatch `#![feature(dyn_compatible_for_dispatch)]`; formerly `object_safe_for_dispatch` 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.
#135021 opened Jan 2, 2025 by matthiaskrgr
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 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
Compiler fails to report len for static A: [T; _] A-diagnostics Area: Messages for errors, warnings, and lints F-generic_arg_infer Using `_` as a const argument: #![feature(generic_arg_infer)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135010 opened Jan 2, 2025 by workingjubilee
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
--emit obj with --crate-type staticlib doesn't work when -C lto=thin is set A-CLI Area: Command-line interface (CLI) to the compiler A-LTO Area: Link-time optimization (LTO) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134998 opened Jan 1, 2025 by ChrisDenton
Higher ranked lifetime error when checking auto traits of async functions containing calls to async closures which capture a local A-auto-traits Area: auto traits (e.g., `auto trait Send {}`) C-bug Category: This is a bug. F-async_closure `#![feature(async_closure)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134997 opened Jan 1, 2025 by jdonszelmann
Include Stabilization version in the tracking issue template 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.
#134990 opened Jan 1, 2025 by joshka
Tracking issue for RFC 3722: Explicit ABIs in extern C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC F-explicit_extern_abis `#![feature(explicit_extern_abis)]` T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134986 opened Dec 31, 2024 by traviscross
1 of 6 tasks
SIGSEGV when compiling with 1.83.0 C-defective-hardware Category: Issue that was filed as a possible software bug but is actually defective hardware I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#134983 opened Dec 31, 2024 by 333fred
ICE when using a generic const expression in a where clause 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.
#134978 opened Dec 31, 2024 by jullanggit
Built-in attributes are treated differently vs prelude attributes, unstable built-in attributes can name-collide with stable macro, and built-in attributes can break back-compat A-attributes Area: Attributes (`#[…]`, `#![…]`) A-resolve Area: Name/path resolution done by `rustc_resolve` specifically A-stability Area: `#[stable]`, `#[unstable]` etc. C-discussion Category: Discussion or questions that doesn't represent real issues. I-compiler-nominated Nominated for discussion during a compiler team meeting. I-lang-nominated Nominated for discussion during a lang team meeting. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134963 opened Dec 31, 2024 by jieyouxu
Investigate if stamp logic in bootstrap could be consistently handled A-bootstrap-stamp Area: bootstrap stamp logic C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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)
#134962 opened Dec 31, 2024 by jieyouxu
Tracking Issue for -Z link-native-libraries A-CLI Area: Command-line interface (CLI) to the compiler A-linkage Area: linking into static, shared libraries and binaries C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134948 opened Dec 31, 2024 by jieyouxu
2 of 4 tasks
ProTip! no:milestone will show everything without a milestone.