rust/src/libsyntax/ext
bors 9ff2d19c45 Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr
This commit expands the follow set of the `ty` and `path` macro fragments to
include the semicolon token as well. A semicolon is already allowed after these
tokens, so it's currently a little too restrictive to not have a semicolon
allowed. For example:

    extern {
        fn foo() -> i32; // semicolon after type
    }

    fn main() {
        struct Foo;

        Foo; // semicolon after path
    }
2015-07-13 13:55:29 +00:00
..
deriving Replaced a comment mentioning a fixed issue 2015-06-14 18:27:05 +02:00
tt Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr 2015-07-13 13:55:29 +00:00
asm.rs Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
base.rs Remove superfluous variable 2015-06-16 22:29:41 +03:00
build.rs syntax: parse const fn for free functions and inherent methods. 2015-05-21 11:47:30 -04:00
cfg.rs Work towards a non-panicing parser (libsyntax) 2015-04-05 09:52:50 +01:00
concat.rs Replace MacExpr / MacPat / MacItems with MacEager 2015-02-27 11:17:05 -08:00
concat_idents.rs cleanup: Remove unused braces in use statements 2015-03-28 02:23:20 -07:00
env.rs Positive case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
expand.rs save-analysis: API-ify paths 2015-07-09 12:24:39 +12:00
format.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
log_syntax.rs Remove the vestigial ExtCtxt::print_backtrace function. 2015-04-11 16:48:52 -07:00
mtwt.rs Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
quote.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
source_util.rs Change some instances of .connect() to .join() 2015-07-10 19:40:46 -04:00
trace_macros.rs syntax: Remove uses of #[feature(slice_patterns)] 2015-04-21 10:08:26 -07:00