rust/src/librustc_parse/parser
2020-02-24 21:53:23 +01:00
..
attr.rs Invert control in struct_lint_level. 2020-02-11 19:47:40 +10:00
diagnostics.rs Invert control in struct_lint_level. 2020-02-11 19:47:40 +10:00
expr.rs Rename CodeMap to SourceMap follow up 2020-02-22 16:17:31 +02:00
generics.rs Use more appropriate spans on object unsafe traits and provide structured suggestions when possible 2020-02-02 11:53:10 -08:00
item.rs parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
mod.rs parser: Cleanup Parser::bump_with and its uses 2020-02-22 17:28:10 +03:00
module.rs Record proc macro harness order for use during metadata deserialization 2020-02-15 15:48:36 -05:00
pat.rs parse: recover mut (x @ y) as (mut x @ mut y). 2020-02-17 16:08:13 +01:00
path.rs parser: Remove Options from unnormalized tokens 2020-02-17 22:12:39 +03:00
stmt.rs parse: extract parse_stmt_item & parse_stmt_path_start. 2020-02-24 21:53:23 +01:00
ty.rs Rename FunctionRetTy to FnRetTy 2020-02-17 11:24:29 +09:00