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

ICE in check_mod_const_bodies when compiling a modified libcore A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug. F-rustc_attrs Internal rustc attributes gated on the `#[rustc_attrs]` feature gate. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-low Low priority requires-internal-features This issue requires the use of internal features T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#122948 opened Mar 23, 2024 by mzabaluev
"error: module has missing stability attribute" is insufficiently explained A-diagnostics Area: Messages for errors, warnings, and lints A-stability Area: `#[stable]`, `#[unstable]` etc. D-confusing Diagnostics: Confusing error or lint that should be reworked. D-terse Diagnostics: An error or lint that doesn't give enough information about the problem at hand. P-low Low priority requires-internal-features This issue requires the use of internal features T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#103668 opened Oct 28, 2022 by jruderman
Don't suggest feature-gated paths on stable A-diagnostics Area: Messages for errors, warnings, and lints A-stability Area: `#[stable]`, `#[unstable]` etc. C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#101956 opened Sep 17, 2022 by QuineDot
const-features can be both stable and unstable at the same time A-const-eval Area: Constant evaluation (MIR interpretation) A-const-fn Area: const fn foo(..) {..}. Pure functions which can be applied at compile time. A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#91357 opened Nov 29, 2021 by RalfJung
Surprising missing stability attribute error A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug.
#84935 opened May 5, 2021 by illicitonion
Rustc should warn if you have a stability attribute on a non-public item A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-stability Area: `#[stable]`, `#[unstable]` etc. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#83380 opened Mar 22, 2021 by jyn514
Forbid #[rustc_const_stable] without #[stable] A-const-fn Area: const fn foo(..) {..}. Pure functions which can be applied at compile time. A-stability Area: `#[stable]`, `#[unstable]` etc. C-enhancement Category: An issue proposing an enhancement or a PR with one. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#79551 opened Nov 30, 2020 by CraftSpider
Stability annotation on defaulted generics fails A-allocators Area: Custom and system allocators A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#79499 opened Nov 28, 2020 by TimDiekmann
Rust suggests unstable paths for non-imported item A-diagnostics Area: Messages for errors, warnings, and lints A-resolve Area: Name resolution A-stability Area: `#[stable]`, `#[unstable]` etc. A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix` C-enhancement Category: An issue proposing an enhancement or a PR with one. D-confusing Diagnostics: Confusing error or lint that should be reworked. D-papercut Diagnostics: An error or lint that needs small tweaks. 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.
#78130 opened Oct 20, 2020 by carbotaniuman
rustc --print unstable-features A-stability Area: `#[stable]`, `#[unstable]` etc. C-feature-request Category: A feature request, i.e: not implemented / a PR. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#77937 opened Oct 14, 2020 by lnicola
Feature gate for unstable target_feature values not being checked on nightly A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug. 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.
#76842 opened Sep 17, 2020 by mystor
Incorrect effect of stability attribute on calling private const fn A-const-fn Area: const fn foo(..) {..}. Pure functions which can be applied at compile time. A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#75794 opened Aug 21, 2020 by dtolnay
De-stabilize target spec JSON A-stability Area: `#[stable]`, `#[unstable]` etc. A-target-specs Area: Compile-target specifications T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#71009 opened Apr 10, 2020 by Mark-Simulacrum
Initializers of stable constants can call const unstable functions A-const-eval Area: Constant evaluation (MIR interpretation) A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#68743 opened Feb 1, 2020 by ecstatic-morse
Reduce the places where stable annotations are needed A-stability Area: `#[stable]`, `#[unstable]` etc. C-enhancement Category: An issue proposing an enhancement or a PR with one. P-medium Medium priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#65515 opened Oct 17, 2019 by estebank
The never type can be named despite its feature gate A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#58733 opened Feb 25, 2019 by SimonSapin
libcore can use unstable library features without a feature flag A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#58705 opened Feb 24, 2019 by RalfJung
Meta tracking issue for const fn A-attributes Area: Attributes (`#[…]`, `#![…]`) A-const-eval Area: Constant evaluation (MIR interpretation) A-const-fn Area: const fn foo(..) {..}. Pure functions which can be applied at compile time. A-diagnostics Area: Messages for errors, warnings, and lints A-stability Area: `#[stable]`, `#[unstable]` etc. metabug Issues about issues themselves ("bugs about bugs") 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.
#57563 opened Jan 13, 2019 by Lokathor
12 of 25 tasks
Impl stability is not checked A-stability Area: `#[stable]`, `#[unstable]` etc. A-traits Area: Trait system T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#55436 opened Oct 28, 2018 by qnighy
Use name.namespace.html as the canonical URL, not kind.name.html A-stability Area: `#[stable]`, `#[unstable]` etc. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#55160 opened Oct 17, 2018 by scottmcm
Should -Ctarget-feature go straight to LLVM? A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-stability Area: `#[stable]`, `#[unstable]` etc. C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#49653 opened Apr 4, 2018 by hanna-kruppe
stability attributes on moved items can be confusing (std::ops::Bound) A-stability Area: `#[stable]`, `#[unstable]` etc. C-enhancement Category: An issue proposing an enhancement or a PR with one. I-needs-decision Issue: In need of a decision. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#49651 opened Apr 4, 2018 by ExpHP
Tracking issue for RFC 2045: improving #[target_feature] A-SIMD Area: SIMD (Single Instruction Multiple Data) A-stability Area: `#[stable]`, `#[unstable]` etc. A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. B-unstable Blocker: Implemented in the nightly compiler and unstable. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. Libs-Tracked Libs issues that are tracked on the team's project board. S-tracking-design-concerns Status: There are blocking ❌ design concerns. T-lang Relevant to the language team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#44839 opened Sep 25, 2017 by alexcrichton
8 of 22 tasks
Derived traits in the standard library are missing stability information A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#40480 opened Mar 13, 2017 by jethrogb
"Stability" of the -C passes and -C llvm-args flags A-cranelift Things relevant to the [future] cranelift backend A-gcc Things relevant to the [future] GCC backend A-stability Area: `#[stable]`, `#[unstable]` etc. C-bug Category: This is a bug. I-needs-decision Issue: In need of a decision. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
#40063 opened Feb 23, 2017 by japaric
ProTip! Type g i on any issue or pull request to go back to the issue listing page.