rust/src/librustc_parse/parser
2020-02-27 14:57:22 +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 use char instead of &str for single char patterns 2020-02-27 14:57:22 +01: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 Rollup merge of #69423 - petrochenkov:nont, r=Centril 2020-02-26 02:07:14 +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: address nitpick 2020-02-25 06:00:47 +01:00
ty.rs Rename FunctionRetTy to FnRetTy 2020-02-17 11:24:29 +09:00