rust/compiler/rustc_parse/src/parser
2020-12-17 13:58:56 -08:00
..
attr.rs rustc_parse: restore pub vis on parse_attribute 2020-11-26 12:54:09 -06:00
diagnostics.rs Permit standalone generic parameters as const generic arguments in macros 2020-11-18 13:16:35 +00:00
expr.rs Update error to reflect that integer literals can have float suffixes 2020-11-27 19:08:24 -08:00
generics.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
item.rs Recover on const impl<> X for Y 2020-12-12 14:45:54 -06:00
mod.rs Properly capture trailing 'unglued' token 2020-12-12 16:28:13 -05:00
nonterminal.rs Don't allow const to begin a nonterminal 2020-12-17 13:58:56 -08:00
pat.rs Fixes #79357 unstable or-pat suggestions 2020-11-29 15:31:45 -03:00
path.rs Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov 2020-11-27 00:18:24 +00:00
stmt.rs Only eat semicolons for statements that need them 2020-11-26 17:08:35 -05:00
ty.rs Tweak invalid fn header and body parsing 2020-10-25 18:34:14 -07:00