rust/src/libsyntax
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
..
diagnostics diagnostics: Resurrect the Compiler Error Index. 2015-06-20 16:57:40 +10:00
ext Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr 2015-07-13 13:55:29 +00:00
parse Auto merge of #26947 - nagisa:unicode-escape-error, r=nrc 2015-07-13 04:00:49 +00:00
print Auto merge of #26904 - bluss:no-repeat, r=alexcrichton 2015-07-09 10:36:41 +00:00
util
abi.rs Add netbsd amd64 support 2015-07-01 19:09:14 -07:00
ast_util.rs Change some instances of .connect() to .join() 2015-07-10 19:40:46 -04:00
ast.rs Move AST Repr impls to Debug impls in libsyntax. 2015-06-19 01:32:46 +03:00
attr.rs Auto merge of #26747 - huonw:stability-issue, r=alexcrichton 2015-07-07 17:41:43 +00:00
codemap.rs Move AST Repr impls to Debug impls in libsyntax. 2015-06-19 01:32:46 +03:00
config.rs
diagnostic.rs Added unit test for code indent of multi-line errors 2015-06-24 12:25:40 +02:00
feature_gate.rs Feature-gate #[prelude_import]. 2015-07-05 22:35:20 +03:00
fold.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
lib.rs collections: Split the collections feature 2015-06-17 09:06:59 -07:00
owned_slice.rs
ptr.rs
show_span.rs
std_inject.rs Feature-gate #[prelude_import]. 2015-07-05 22:35:20 +03:00
str.rs
test.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
visit.rs Fix issue #23302, ICE on recursively defined enum variant discriminant. 2015-06-22 20:55:57 -06:00