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

proc-macros should not automatically error on token groups that are "locally" syntactically correct A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#108385 opened Feb 23, 2023 by AaronKutch
rustdoc: Add support for local resources needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#107640 opened Feb 3, 2023 by GuillaumeGomez Loading…
Modules loaded using #[path] are seemingly treated like mod.rs files even when they're not C-bug Category: This is a bug. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#104705 opened Nov 22, 2022 by ilyvion
Associated functions of generic types are not static needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-types Relevant to the types team, which will review and decide on the PR/issue.
#89667 opened Oct 8, 2021 by camsteffen
Tracking issue: deref patterns A-patterns Relating to patterns and pattern matching C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. F-deref_patterns `#![feature(deref_patterns)]` needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. 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.
#87121 opened Jul 14, 2021 by nrc
1 of 6 tasks
Tracking Issue for RFC 2948: Portable SIMD A-SIMD Area: SIMD (Single Instruction Multiple Data) A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. PG-portable-simd Project group: Portable SIMD (https://github.com/rust-lang/project-portable-simd) T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#86656 opened Jun 27, 2021 by calebzulawski
1 of 9 tasks
doc(alias): should it be a mapping rather than search terms? A-doc-alias Area: `#[doc(alias)]` C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-libs-api Relevant to the library API 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.
#82000 opened Feb 11, 2021 by ojeda
Stabilize #![feature(staged_api)] A-rustdoc-ui Area: Rustdoc UI (generated HTML) C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. 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.
#79663 opened Dec 3, 2020 by GuillaumeGomez
Tracking Issue for const_heap A-allocators Area: Custom and system allocators A-const-eval Area: Constant evaluation (MIR interpretation) C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. F-const_heap `#[feature(const_heap)]` Libs-Tracked Libs issues that are tracked on the team's project board. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. S-tracking-impl-incomplete Status: The implementation is incomplete. 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.
#79597 opened Dec 1, 2020 by oli-obk
3 tasks
Interactions in type_alias_impl_trait and associated_type_defaults C-feature-request Category: A feature request, i.e: not implemented / a PR. F-associated_type_defaults `#![feature(associated_type_defaults)]` F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. requires-nightly This issue requires a nightly compiler in some way. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#71083 opened Apr 13, 2020 by Centril
Support index size != pointer width A-typesystem Area: The type system C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#65473 opened Oct 16, 2019 by nw0
Const validation rejects references that might be dangling (but could actually be valid at run-time) A-const-eval Area: Constant evaluation (MIR interpretation) C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. requires-nightly This issue requires a nightly compiler in some way. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#63197 opened Aug 1, 2019 by axos88
allow(deprecated) is too coarse-grained, should take a path A-attributes Area: Attributes (`#[…]`, `#![…]`) A-frontend Area: Compiler frontend (errors, parsing and HIR) A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#62398 opened Jul 5, 2019 by RalfJung
Request: Make std::marker::Freeze pub again C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#60715 opened May 10, 2019 by mtak-
[mini RFC] add a new human-sorted message-format for cargo test A-libtest Area: `#[test]` / the `test` library C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it.
#60083 opened Apr 18, 2019 by adamchalmers
Conditional compilation for debug release C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#59999 opened Apr 15, 2019 by minggfeng
attribute to reserve None value on Option<enum> A-FFI Area: Foreign function interface (FFI) C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#59788 opened Apr 8, 2019 by npmccallum
Consider aggregate types containing unconstructable types to also be unconstructable A-typesystem Area: The type system needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#58374 opened Feb 11, 2019 by eira-fransham
Tracking issue for making dbg!(x) work in const fn 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-fmt Area: `std::fmt` 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. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. 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.
#58278 opened Feb 8, 2019 by Centril
Compiler should be able to compile EnumVariant(foo) == function_returning_enum() without PartialEq C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#57782 opened Jan 20, 2019 by In-line
Can't assign results of generic functions to const variables A-diagnostics Area: Messages for errors, warnings, and lints A-traits Area: Trait system A-typesystem Area: The type system C-bug Category: This is a bug. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#57775 opened Jan 20, 2019 by moxian
Using types like i1, u24, or other nonstandard integer sizes. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#54855 opened Oct 5, 2018 by moonheart08
Consider deprecation of UB-happy static mut A-maybe-future-edition Something we may consider for a future edition. C-enhancement Category: An issue proposing an enhancement or a PR with one. C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such disposition-close This PR / issue is in PFCP or FCP with a disposition to close it. I-lang-nominated Nominated for discussion during a lang team meeting. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#53639 opened Aug 23, 2018 by eddyb
'static lifetime elision in associated constants should mirror normal non-associated constants A-associated-items Area: Associated items (types, constants & functions) A-lifetimes Area: Lifetimes / regions C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#51370 opened Jun 5, 2018 by Boscop
Unsize isn't implemented for unions C-enhancement Category: An issue proposing an enhancement or a PR with one. needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#48863 opened Mar 9, 2018 by sfackler
ProTip! Mix and match filters to narrow down what you’re looking for.