rust/src/libsyntax_ext
bors 38a959a543 Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis
Stabilize `..` in tuple (struct) patterns

I'd like to nominate `..` in tuple and tuple struct patterns for stabilization.
This feature is a relatively small extension to existing stable functionality and doesn't have known blockers.
The feature first appeared in Rust 1.10 6 months ago.
An example of use: https://github.com/rust-lang/rust/pull/36203

Closes https://github.com/rust-lang/rust/issues/33627
r? @nikomatsakis
2016-11-08 02:06:45 -08:00
..
deriving Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
asm.rs Make ast::ExprKind smaller. 2016-11-03 23:48:24 +00:00
Cargo.toml rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
cfg.rs Move CrateConfig from Crate to ParseSess. 2016-10-29 07:52:58 +00:00
concat.rs run rustfmt on libsyntax_ext folder 2016-08-12 09:40:12 +05:30
concat_idents.rs make emit_feature_err take a ParseSess 2016-09-26 07:07:41 +02:00
env.rs run rustfmt on libsyntax_ext folder 2016-08-12 09:40:12 +05:30
format.rs libsyntax: clearer names for some AST parts 2016-09-28 22:31:18 +02:00
lib.rs Stabilize .. in tuple (struct) patterns 2016-11-03 01:38:15 +03:00
log_syntax.rs make emit_feature_err take a ParseSess 2016-09-26 07:07:41 +02:00
proc_macro_registrar.rs Add error when proc_macro_derive is used not on functions 2016-11-04 23:52:20 +01:00
trace_macros.rs make emit_feature_err take a ParseSess 2016-09-26 07:07:41 +02:00