Skip to content
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

List of features that are gated to accept for 1.0 #20294

Closed
sanxiyn opened this issue Dec 29, 2014 · 6 comments
Closed

List of features that are gated to accept for 1.0 #20294

sanxiyn opened this issue Dec 29, 2014 · 6 comments
Labels
metabug Issues about issues themselves ("bugs about bugs")

Comments

@sanxiyn
Copy link
Member

sanxiyn commented Dec 29, 2014

The following is the list of active features that as of 2014-12-29 are gated. Which of them will be accepted for 1.0?

  • advanced_slice_patterns
  • asm
  • associated_types
  • concat_idents
  • default_type_params
  • globs
  • import_shadowing
  • intrinsics
  • lang_items
  • link_args
  • linkage
  • log_syntax
  • macro_rules
  • non_ascii_idents
  • phase
  • plugin_registrar
  • quote
  • rustc_diagnostic_macros
  • simd
  • slicing_syntax
  • thread_local
  • trace_macros
  • unboxed_closures
  • unsafe_destructor
  • visible_private_types
@huonw
Copy link
Member

huonw commented Dec 29, 2014

Of the top of my head (I'm not 100% sure, so don't take this as gospel), I think we're aiming for stabilising the major parts of:

  • associated_types
  • default_type_params
  • globs (I'm particularly unsure about this one)
  • macro_rules
  • slicing_syntax
  • unboxed_closures
  • unsafe_destructor

They may still exist to feature gate some more advanced/not-yet-finished parts of those features, but the core functionality they enable is designed to be stable.

@flaper87 flaper87 added the metabug Issues about issues themselves ("bugs about bugs") label Dec 29, 2014
@tshepang
Copy link
Member

@tshepang
Copy link
Member

I also expect that all the ICE issues to be closed.

@flaper87
Copy link
Contributor

@tshepang this bug is to track features that are currently gated and that we'd like to stabilize before 1.0.

@flaper87 flaper87 changed the title List of features to accept for 1.0 List of features that are gated to accept for 1.0 Dec 29, 2014
@tshepang
Copy link
Member

@flaper87 thanks

@huonw
Copy link
Member

huonw commented Dec 30, 2014

Ah, it turns out that this has been written down elsewhere: #19260

(Closing as a dupe.)

@huonw huonw closed this as completed Dec 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
metabug Issues about issues themselves ("bugs about bugs")
Projects
None yet
Development

No branches or pull requests

4 participants