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

rustdoc-json: Precise capturing JSON is untyped A-rustdoc-json Area: Rustdoc JSON backend C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137616 opened Feb 25, 2025 by Enselic
Not unsize-coercing leads to "the size for values of type dyn Trait cannot be known at compilation time" 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.
#137615 opened Feb 25, 2025 by theemathas
rustdoc: hide inherent impls with private impl items C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137596 opened Feb 25, 2025 by lcnr
checked_ilog2 test fails with imprecise float intrinsics A-floating-point Area: Floating point numbers and arithmetic A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#137591 opened Feb 25, 2025 by RalfJung
ICE: parse: builtin attribute "stable" not handled by CheckAttrVisitor A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#137590 opened Feb 25, 2025 by matthiaskrgr
ICE: attr_parsing: None A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#137589 opened Feb 25, 2025 by matthiaskrgr
ICE: index out of bounds: the len is 0 but the index is 18446744073709551615 A-strict-provenance Area: Strict provenance for raw pointers C-bug Category: This is a bug. F-contracts `#![feature(contracts)]` 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.
#137588 opened Feb 25, 2025 by matthiaskrgr
consider annotating Union with #[derive(Debug)] is misleading 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.
#137587 opened Feb 25, 2025 by XAMPPRocky
ICE: assertion failed: layout.is_sized() with feature(adt_const_params) C-bug Category: This is a bug. F-adt_const_params `#![feature(adt_const_params)]` 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.
#137582 opened Feb 25, 2025 by cushionbadak
Decide what we want about macro_metavar_expr C-discussion Category: Discussion or questions that doesn't represent real issues. F-macro_metavar_expr `#![feature(macro_metavar_expr)]` T-lang Relevant to the language team, which will review and decide on the PR/issue.
#137581 opened Feb 25, 2025 by traviscross
ICE: called Result::unwrap() on an Err value: ParseIntError { kind: PosOverflow } in rustc_builtin_macros/src/format_foreign.rs 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.
#137580 opened Feb 25, 2025 by cushionbadak
ICE: called Result::unwrap() on an Err value: NoSolution in rustc_borrowck/src/type_check/mod.rs C-bug Category: This is a bug. F-dyn_star `#![feature(dyn_star)]` 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.
#137579 opened Feb 25, 2025 by cushionbadak
Tracking Issue for core_float_math C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#137578 opened Feb 25, 2025 by tgross35
4 tasks
E0432 and E0433 are the same error, only inconsistent C-discussion Category: Discussion or questions that doesn't represent real issues.
#137577 opened Feb 25, 2025 by kornelski
Decide on behavior of anonymous_lifetime_in_impl_trait C-discussion Category: Discussion or questions that doesn't represent real issues. I-lang-nominated Nominated for discussion during a lang team meeting. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#137575 opened Feb 25, 2025 by traviscross
Tracking issue for release notes of #137569: Stablize 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 Relevant to the library team, which will review and decide on the PR/issue.
#137572 opened Feb 24, 2025 by rustbot
Emit dereferenceable assumptions for slices A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-slow Issue: Problems and improvements with respect to performance of generated code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137568 opened Feb 24, 2025 by Kmeakin
Hashmap section on const/static construction should mention LazyLock as a way to resolve problems mentioned. A-collections Area: `std::collections` 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.
#137566 opened Feb 24, 2025 by burtonageo
[bootstrap] rustdoc is always built with optimizations enabled, slowing down iterative development. C-bug Category: This is a bug. I-compiletime Issue: Problems and improvements with respect to compile times. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#137562 opened Feb 24, 2025 by lolbinarycat
Incremental compilation on Windows is slow because of hard links A-incr-comp Area: Incremental compilation I-compiletime Issue: Problems and improvements with respect to compile times. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-windows Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137560 opened Feb 24, 2025 by kryptan
missing_docs triggers for integration tests A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. C-discussion Category: Discussion or questions that doesn't represent real issues. L-missing_docs Lint: missing_docs T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#137561 opened Feb 24, 2025 by tv42
bootstrap: t macro supresses real line number 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)
#137557 opened Feb 24, 2025 by lolbinarycat
simd_fpow and simd_fpowi intrinsics are not exposed in intrinsics::simd A-SIMD Area: SIMD (Single Instruction Multiple Data) F-core_intrinsics Issue in the "core intrinsics" for internal usage only. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#137555 opened Feb 24, 2025 by folkertdev
ICE: missing associated_item_or_field_def_ids for DefId 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.
#137554 opened Feb 24, 2025 by matthiaskrgr
Closure captures are inconsistent between x and x @ _ irrefutable patterns A-closures Area: Closures (`|…| { … }`) 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.
#137553 opened Feb 24, 2025 by meithecatte
ProTip! no:milestone will show everything without a milestone.