rust/compiler/rustc_parse/src/parser
2022-08-16 12:14:52 +10:00
..
attr.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
attr_wrapper.rs ast: Introduce some traits to get AST node properties generically 2022-05-11 12:43:27 +03:00
diagnostics.rs Rollup merge of #100559 - nnethercote:parser-simplifications, r=compiler-errors 2022-08-15 20:11:38 +02:00
expr.rs Rollup merge of #100559 - nnethercote:parser-simplifications, r=compiler-errors 2022-08-15 20:11:38 +02:00
generics.rs Remove {ast,hir}::WhereEqPredicate::id. 2022-08-16 12:13:23 +10:00
item.rs Rollup merge of #100458 - compiler-errors:fn-argument-span, r=estebank 2022-08-15 20:11:35 +02:00
mod.rs Simplify attribute handling in parse_bottom_expr. 2022-08-15 13:29:28 +10:00
nonterminal.rs ast: Introduce some traits to get AST node properties generically 2022-05-11 12:43:27 +03:00
pat.rs Simplify attribute handling in parse_bottom_expr. 2022-08-15 13:29:28 +10:00
path.rs Avoid unnecessary cloning in Parser::get_ident_from_generic_arg. 2022-08-16 12:14:52 +10:00
stmt.rs Rollup merge of #100559 - nnethercote:parser-simplifications, r=compiler-errors 2022-08-15 20:11:38 +02:00
ty.rs remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00