rust/src/libsyntax/ext
bors e4c64a1499 Auto merge of #25713 - Stebalien:pattern, r=alexcrichton
Needed to support:

```rust
match X {
  pattern if Y ...
}

for pattern in Y {}
```

IMO, this shouldn't require an RFC because it can't interfere with any future language changes (because `pattern if` and `pattern in` are already legal in rust) and can't cause any ambiguity.
2015-05-27 00:42:55 +00:00
..
deriving Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix 2015-05-24 11:12:34 +00:00
tt Allow patterns to be followed by if and in. 2015-05-22 12:47:52 -04:00
asm.rs
base.rs Let MultiItemDecorator take &Annotatable (fixes #25683) 2015-05-22 21:10:27 +05:30
build.rs syntax: parse const fn for free functions and inherent methods. 2015-05-21 11:47:30 -04:00
cfg.rs
concat_idents.rs
concat.rs
env.rs
expand.rs Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix 2015-05-24 11:12:34 +00:00
format.rs
log_syntax.rs
mtwt.rs
quote.rs syntax: Unquoting some statements requires trailing semicolons 2015-05-15 08:07:48 -07:00
source_util.rs
trace_macros.rs