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

Post-#112261 pointer += integer diagnostics suggest replacing with unused value A-diagnostics Area: Messages for errors, warnings, and lints A-raw-pointers Area: raw pointers, MaybeUninit, NonNull A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix` D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137391 opened Feb 21, 2025 by nabijaczleweli
[windows-gnu]: allow dynamic crt use needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#137389 opened Feb 21, 2025 by ognevny
Tracking issue for release notes of #103806: Tracking Issue for string_extend_from_within 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.
#137387 opened Feb 21, 2025 by rustbot
3 tasks
Tracking issue for release notes of #129375: Tracking Issue for unbounded_shifts 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.
#137386 opened Feb 21, 2025 by rustbot
3 tasks
Tracking issue for release notes of #130192: [discussion] ErrorKind::InvalidFilename from io_error_more 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.
#137385 opened Feb 21, 2025 by rustbot
3 tasks
--print native-static-libs with --emit metadata prints nothing C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#137384 opened Feb 21, 2025 by ChrisDenton
Tracking issue for release notes of #136668: Stabilize core::str::from_utf8_mut as const 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.
#137381 opened Feb 21, 2025 by rustbot
3 tasks
Tracking issue for release notes of #128101: Tracking Issue for unsigned_is_multiple_of 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.
#137380 opened Feb 21, 2025 by rustbot
3 tasks
Tracking issue for release notes of #59618: Tracking issue for HashMap::extract_if and HashSet::extract_if A-collections Area: `std::collection` 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.
#137379 opened Feb 21, 2025 by rustbot
3 tasks
Tracking issue for release notes of #135933: Explain how Vec::with_capacity is faithful 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.
#137378 opened Feb 21, 2025 by rustbot
3 tasks
false positive for if-let-rescope on enums when the pattern exhaustively matches all cases with significant-drop fields A-diagnostics Area: Messages for errors, warnings, and lints A-edition-2024 Area: The 2024 edition A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-enhancement Category: An issue proposing an enhancement or a PR with one. L-if_let_rescope Lint: if_let_rescope T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137376 opened Feb 21, 2025 by steffahn
s390x: extracting an element at a non-const index from a SIMD vector generates bad code needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#137372 opened Feb 21, 2025 by folkertdev
Redundant where Clauses in impl Cause Confusing Cyclic Trait Reference Errors 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.
#137369 opened Feb 21, 2025 by mpyw
rustdoc fails when building rust 1.85.0 for ARM targets C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-stable Performance or correctness regression from one stable version to another.
#137366 opened Feb 21, 2025 by jpalus
Missed optimization: When debuginfo is on, is_power_of_two does not imply nonzero. A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#137359 opened Feb 21, 2025 by theemathas
ICE when cargo xtask install in rust-analyzer 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) ❄️ 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.
#137351 opened Feb 20, 2025 by BenjaminBrienen
invalid suggestion to add .into_iter() into the source code of quote 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.
#137345 opened Feb 20, 2025 by cyrgani
Tracking issue for release notes of #134340: Stabilize num_midpoint_signed feature 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.
#137344 opened Feb 20, 2025 by rustbot
3 tasks
1.87.0
Re-exports of hidden items are inconsistent C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137342 opened Feb 20, 2025 by lolbinarycat
Tracking issue for release notes of #136458: Do not deduplicate list of associated types provided by dyn principal 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-types Relevant to the types team, which will review and decide on the PR/issue.
#137341 opened Feb 20, 2025 by rustbot
3 tasks
Inefficient code generation with target-feature AVX2 A-codegen Area: Code generation 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. I-slow Issue: Problems and improvements with respect to performance of generated code. 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.
#137335 opened Feb 20, 2025 by LaurenzV
fixing wit_bindgen::generate!{} during cargo fix --edition caused a compiler error 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.
#137331 opened Feb 20, 2025 by ifsheldon
ICE: Rerunning drop data query produced no error. 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.
#137329 opened Feb 20, 2025 by matthiaskrgr
IPHONEOS_DEPLOYMENT_TARGET not followed for some object files C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-ios Operating system: iOS
#137326 opened Feb 20, 2025 by joao-victor-silva
Unsupported default function parameters should have an explicit diagnostic 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.
#137310 opened Feb 20, 2025 by cyrgani
ProTip! Exclude everything labeled bug with -label:bug.