rust/src/libsyntax
Alex Crichton af556238eb syntax: Allow semi tokens after macro ty/path
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-12 15:53:04 -07:00
..
diagnostics diagnostics: Resurrect the Compiler Error Index. 2015-06-20 16:57:40 +10:00
ext syntax: Allow semi tokens after macro ty/path 2015-07-12 15:53:04 -07:00
parse Fix a span bug for qualified paths 2015-07-09 12:24:39 +12: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
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
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
visit.rs Fix issue #23302, ICE on recursively defined enum variant discriminant. 2015-06-22 20:55:57 -06:00