rust/compiler/rustc_parse/src/parser
Jubilee Young c70290da0a compiler: derive Debug in parser
It's annoying to debug the parser if you have to stop every five seconds
to add a Debug impl.
2024-05-07 19:09:39 -07:00
..
attr_wrapper.rs Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
attr.rs Rewrite parse_meta_item. 2024-03-21 10:16:09 +11:00
diagnostics.rs Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
expr.rs Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco 2024-04-23 12:10:26 +02:00
generics.rs Parsing , pre-lowering support for precise captures 2024-04-15 16:45:01 -04:00
item.rs Add StaticForeignItem and use it on ForeignItemKind 2024-04-29 13:15:51 -03:00
mod.rs compiler: derive Debug in parser 2024-05-07 19:09:39 -07:00
nonterminal.rs Rename ModSep to PathSep 2024-04-04 19:44:04 +02:00
pat.rs Rename BindingAnnotation to BindingMode 2024-04-17 09:34:39 -04:00
path.rs parser: remove ununsed(no reads) max_angle_bracket_count field 2024-04-23 11:23:20 +03:00
stmt.rs Use better variable names in some maybe_whole! calls. 2024-03-21 10:18:34 +11:00
ty.rs Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk 2024-04-16 11:22:35 +00:00