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

Share debuginfo testsuite breakpoint setup logic A-compiletest Area: The compiletest test runner A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-testsuite Area: The testsuite used to check the correctness of rustc C-enhancement Category: An issue proposing an enhancement or a PR with one. E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. E-needs-design This issue needs exploration and design to see how and if we can fix/implement it 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.
#134684 opened Dec 23, 2024 by jieyouxu
tests/debuginfo/numeric-types.rs test coverage became 64-bit only A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134683 opened Dec 23, 2024 by jieyouxu
Tracking Issue for debuginfo testsuite test infra woes A-compiletest Area: The compiletest test runner A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-test-infra Area: test infrastructure (may span bootstrap/compiletest/more) C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#134682 opened Dec 23, 2024 by jieyouxu
Bad codegen for integer slice in matching C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134674 opened Dec 23, 2024 by CrazyboyQCD
compiletest: Less special handling of debugger/test discovery in debuginfo mode A-compiletest Area: The compiletest test runner A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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.
#134673 opened Dec 23, 2024 by Zalathar
Creating a file with a single colon in its name strips the part after the colon from the file name and produces an empty file (on Windows) A-filesystem Area: `std::fs` C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134671 opened Dec 23, 2024 by FeldrinH
Missed optimization: states guarenteed after first iteration of loop C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such F-let_chains `#![feature(let_chains)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134667 opened Dec 22, 2024 by SuperSamus
Slice indexing panics with valid "backwards" ranges C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134665 opened Dec 22, 2024 by clarfonthey
x86_64 msvc: warning: [email protected]: Inherited flag "/Oy-" is not supported by the currently used CC 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)
#134657 opened Dec 22, 2024 by jieyouxu
ICE: const eval: InterpErrorInfo(InterpErrorInfoInner { kind: ResourceExhaustion(MemoryExhausted) .. A-mir-opt-GVN Area: MIR opt Global Value Numbering (GVN) A-mir-opt-inlining Area: MIR inlining 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.
#134654 opened Dec 22, 2024 by matthiaskrgr
minicore: use the host's core when available A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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)
#134652 opened Dec 22, 2024 by tgross35
something made tidy extremely slow when running it first time A-tidy Area: The tidy tool C-bug Category: This is a bug. 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)
#134648 opened Dec 22, 2024 by onur-ozkan
Tracking Issue for sync_poison C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. E-help-wanted Call for participation: Help is requested to fix this issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134646 opened Dec 22, 2024 by tgross35
1 of 4 tasks
Tracking Issue for sync_nonpoison and nonpoison_{condvar,mutex,once,rwlock} C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. E-help-wanted Call for participation: Help is requested to fix this issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134645 opened Dec 22, 2024 by tgross35
4 tasks
A shebang is displaced in HIR & expanded outputs A-pretty Area: Pretty printing (including `-Z unpretty`) 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.
#134643 opened Dec 22, 2024 by fluiderson
[ICE]: Associated const projection not yet supported C-bug Category: This is a bug. F-associated_const_equality `#![feature(associated_const_equality)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#134641 opened Dec 22, 2024 by sigurd4
1 of 4 tasks
Missed optimization: bounds check not elided for i * s < n when 0 <= i < n / s A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134636 opened Dec 22, 2024 by SuperSamus
Tracking issue for release notes of #133820: Stabilize derive(CoercePointee) F-derive_coerce_pointee Feature: RFC 3621's oft-renamed implementation 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-lang Relevant to the language team, which will review and decide on the PR/issue.
#134624 opened Dec 21, 2024 by rustbot
3 tasks
Tracking issue for release notes of #104642: Tracking Issue for get_many_mut 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134623 opened Dec 21, 2024 by rustbot
3 tasks
atomic RMW intrinsics: avoid unnecessary ptr/int conversions A-atomic Area: Atomics, barriers, and sync primitives A-codegen Area: Code generation A-intrinsics Area: Intrinsics A-strict-provenance Area: Strict provenance for raw pointers
#134617 opened Dec 21, 2024 by RalfJung
internal compiler error: Missing value for constant, but no error reported? 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) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134615 opened Dec 21, 2024 by BusyBeaver-42
link fails since 1.82.0 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134596 opened Dec 21, 2024 by loongs-zhang
-musl platforms do not include unwind tables for libc C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-musl Target: The musl libc 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.
#134592 opened Dec 21, 2024 by RomanHargrave
impl<T> PointerLike for {Rc,Arc,Weak}<T> can't exist but should C-feature-request Category: A feature request, i.e: not implemented / a PR. F-dyn_star `#![feature(dyn_star)]`
#134591 opened Dec 21, 2024 by kpreid
derive(PartialEq) should not prevent "field is never read" warnings A-diagnostics Area: Messages for errors, warnings, and lints A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134588 opened Dec 20, 2024 by Wilfred
ProTip! no:milestone will show everything without a milestone.