rust/src/libsyntax/parse
Nicholas Nethercote 57d33b155f Remove custom PartialEq impls for LocalInternedString.
This is on-trend with the recent changes simplifying
`LocalInternedString` and reducing its use.
2019-10-15 14:23:27 +11: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 Remove custom PartialEq impls for LocalInternedString. 2019-10-15 14:23:27 +11: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