rust/src/libsyntax/parse
2019-10-07 06:47:24 +02:00
..
lexer Added backticks for one diagnostic message. 2019-09-30 01:15:24 +01:00
parser syntax: refactor with new fn parse_use_tree_glob_or_nested. 2019-10-07 06:47:24 +02:00
attr.rs Address review comments 2019-10-01 01:10:12 +03:00
classify.rs Rename Expr.node to Expr.kind 2019-09-26 18:21:09 +01:00
diagnostics.rs Rollup merge of #64909 - estebank:turbofish-reloaded, r=Centril 2019-10-05 21:54:52 -07:00
literal.rs Rename Lit.node to Lit.kind 2019-09-26 18:21:09 +01:00
mod.rs Add support for 'extern const fn' 2019-10-02 00:38:52 -04:00
parser.rs syntax: unify and simplify fn signature parsing. 2019-10-07 06:01:38 +02:00
tests.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
token.rs syntax: Support modern attribute syntax in the meta matcher 2019-09-30 22:58:22 +03:00
unescape_error_reporting.rs Fix issue #64732 2019-09-25 20:42:59 -04:00