Skip to content

Issues: rust-lang/rfcs

Dependency Dashboard
#3570 opened Feb 12, 2024 by renovate bot
Open
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

Get type of an arbitrary expression A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#2704 opened May 29, 2019 by nvzqz
Strengthen linear typing via #[must_use(dispose)] A-attributes Proposals relating to attributes A-lint Proposals relating to lints / warnings / clippy. A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#2642 opened Feb 23, 2019 by purpleposeidon
Pre-RFC: Rank-N universal quantification (functions / closures) A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#2636 opened Feb 12, 2019 by hadronized
Never types should implement everything A-traits Trait system related proposals & ideas A-typesystem Type system related proposals & ideas A-uninhabited Proposals related to uninhabited types. T-lang Relevant to the language team, which will review and decide on the RFC.
#2619 opened Dec 25, 2018 by mqudsi
Partial borrowing (for fun and profit) A-borrowck Borrow checker related proposals & ideas A-lifetimes Lifetime related proposals. A-syntax Syntax related proposals & ideas A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#1215 opened Jul 18, 2015 by kylewlacy
Parametrise modules A-inference Type inference related proposals & ideas A-modules Proposals relating to modules. A-resolve Proposals relating to name resolution. A-syntax Syntax related proposals & ideas A-typesystem Type system related proposals & ideas postponed RFCs that have been postponed and may be revisited at a later time. T-lang Relevant to the language team, which will review and decide on the RFC.
#424 opened Oct 30, 2014 by nrc
More flexible operator overloading A-operator Operators related proposals. A-resolve Proposals relating to name resolution. A-typesystem Type system related proposals & ideas postponed RFCs that have been postponed and may be revisited at a later time. T-lang Relevant to the language team, which will review and decide on the RFC.
#420 opened Oct 27, 2014 by pcwalton
Struct properties A-data-types RFCs about data-types A-expressions Term language related proposals & ideas A-syntax Syntax related proposals & ideas A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#419 opened Oct 27, 2014 by joshtriplett
Support for intrusive data structures and unmoveable types A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#417 opened Oct 26, 2014 by glaebhoerl
"Mutability polymorphism" A-references Proposals related to references A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#414 opened Oct 25, 2014 by glaebhoerl
Consider some form of extensible enums A-data-types RFCs about data-types A-enum Enum related proposals & ideas A-sum-types Sum types related proposals. A-typesystem Type system related proposals & ideas postponed RFCs that have been postponed and may be revisited at a later time. T-lang Relevant to the language team, which will review and decide on the RFC.
#409 opened Oct 24, 2014 by zwarich
implement scope guards, as a syntax ext or language feature A-expressions Term language related proposals & ideas A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#394 opened Oct 14, 2014 by rust-highfive
Draft RFC: variadic generics A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#376 opened Oct 8, 2014 by rust-highfive
Improve cross-borrowing ergonomics A-borrowck Borrow checker related proposals & ideas A-coercions Proposals relating to coercions. A-references Proposals related to references A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#368 opened Oct 8, 2014 by pnkfelix
Efficient code reuse A-data-types RFCs about data-types A-traits Trait system related proposals & ideas A-typesystem Type system related proposals & ideas postponed RFCs that have been postponed and may be revisited at a later time. T-lang Relevant to the language team, which will review and decide on the RFC.
#349 opened Oct 3, 2014 by nrc
Add support for bit data A-bitdata Proposals relating to bitdata / bitflags. A-data-types RFCs about data-types A-expressions Term language related proposals & ideas A-ffi FFI related proposals. A-machine Proposals relating to Rust's abstract machine. A-patterns Pattern matching related proposals & ideas A-typesystem Type system related proposals & ideas postponed RFCs that have been postponed and may be revisited at a later time. T-lang Relevant to the language team, which will review and decide on the RFC.
#346 opened Oct 2, 2014 by zwarich
Higher kinded polymorphism A-typesystem Type system related proposals & ideas postponed RFCs that have been postponed and may be revisited at a later time. T-lang Relevant to the language team, which will review and decide on the RFC.
#324 opened Sep 25, 2014 by rust-highfive
Wishlist: functions with keyword args, optional args, and/or variable-arity argument (varargs) lists A-expressions Term language related proposals & ideas A-syntax Syntax related proposals & ideas A-typesystem Type system related proposals & ideas postponed RFCs that have been postponed and may be revisited at a later time. T-lang Relevant to the language team, which will review and decide on the RFC.
#323 opened Sep 25, 2014 by pnkfelix
RFC: Allow inference of argument/return value in trait impls A-impls Implementations related proposals & ideas A-inference Type inference related proposals & ideas A-traits Trait system related proposals & ideas A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#309 opened Sep 24, 2014 by rust-highfive
#[no_override] for default methods A-attributes Proposals relating to attributes A-privacy Privacy related proposals & ideas A-traits Trait system related proposals & ideas A-typesystem Type system related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#291 opened Sep 24, 2014 by rust-highfive
RFC: Private trait items A-privacy Privacy related proposals & ideas A-traits Trait system related proposals & ideas A-typesystem Type system related proposals & ideas postponed RFCs that have been postponed and may be revisited at a later time. T-lang Relevant to the language team, which will review and decide on the RFC.
#275 opened Sep 24, 2014 by rust-highfive
RFC: Uninitialized Pointers A-machine Proposals relating to Rust's abstract machine. A-references Proposals related to references A-syntax Syntax related proposals & ideas A-typesystem Type system related proposals & ideas A-uninit &uninit related proposals & ideas postponed RFCs that have been postponed and may be revisited at a later time. T-lang Relevant to the language team, which will review and decide on the RFC.
#268 opened Sep 24, 2014 by rust-highfive
ProTip! Find all open issues with in progress development work with linked:pr.