-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Issues: rust-lang/rfcs
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Escape chars for use as separators in macros
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.
#991
opened Mar 19, 2015 by
nrc
Bring back div_rem
postponed
RFCs that have been postponed and may be revisited at a later time.
T-libs-api
Relevant to the library API team, which will review and decide on the RFC.
#914
opened Feb 27, 2015 by
alexcrichton
RFC: Add linear type facility
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.
#814
opened Feb 5, 2015 by
pnkfelix
RFC: Add a new macro for "unreachable" whose meaning differs in debug and release builds
postponed
RFCs that have been postponed and may be revisited at a later time.
T-libs-api
Relevant to the library API team, which will review and decide on the RFC.
#812
opened Feb 5, 2015 by
pnkfelix
Consider making shadowing of type/lifetime parameters a lint
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.
#489
opened Nov 29, 2014 by
nrc
Make debug info available programatically
postponed
RFCs that have been postponed and may be revisited at a later time.
T-compiler
Relevant to the compiler team, which will review and decide on the RFC.
#476
opened Nov 20, 2014 by
nrc
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
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
Explicit lifetimes
A-lifetimes
Lifetime related proposals.
A-syntax
Syntax 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.
#389
opened Oct 12, 2014 by
nrc
Unsafe fields
A-data-types
RFCs about data-types
A-syntax
Syntax related proposals & ideas
A-unsafe
Unsafe 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.
#381
opened Oct 9, 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
Make Enum related proposals & ideas
A-primitive
Primitive types 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.
bool
an enum
A-enum
#348
opened Oct 2, 2014 by
aturon
Allow nested C-like enums with user control over layout
A-bitdata
Proposals relating to bitdata / bitflags.
A-enum
Enum related proposals & ideas
A-ffi
FFI related proposals.
A-machine
Proposals relating to Rust's abstract machine.
A-repr
#[repr(...)] 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.
#347
opened Oct 2, 2014 by
huonw
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
Conventions for the use of Proposals relating to documentation conventions.
postponed
RFCs that have been postponed and may be revisited at a later time.
T-doc
Relevant to the documentation team, which will review and decide on the RFC.
Deref
and DerefMut
A-convention
#279
opened Sep 24, 2014 by
rust-highfive
RFC: Coercible and HasPrefix for Zero Cost Coercions
A-coercions
Proposals relating to coercions.
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.
#270
opened Sep 24, 2014 by
rust-highfive
RFC: Text/Unicode oriented streams
A-input-output
Proposals relating to std{in, out, err}.
A-string
Proposals relating to strings.
A-traits-libstd
Standard library trait related proposals & ideas
postponed
RFCs that have been postponed and may be revisited at a later time.
T-libs-api
Relevant to the library API team, which will review and decide on the RFC.
#272
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
FromLiteral
A-conversions
Conversion related proposals & ideas
A-slice
Slice related proposals & ideas
A-string
Proposals relating to strings.
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.
T-libs-api
Relevant to the library API team, which will review and decide on the RFC.
#265
opened Sep 24, 2014 by
rust-highfive
Reintroduce 'do' keyword as sugar for nested match statements
A-control-flow
Proposals relating to control flow.
A-expressions
Term language related proposals & ideas
A-keyword
Proposals relating to keywords.
A-syntax
Syntax 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.
#267
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
RFC: Extend pattern syntax
A-control-flow
Proposals relating to control flow.
A-patterns
Pattern matching related proposals & ideas
A-syntax
Syntax 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.
#263
opened Sep 24, 2014 by
rust-highfive
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.