rust/compiler/rustc_parse/src/parser
Dylan DPC 28ead17745
Rollup merge of #100909 - nnethercote:minor-ast-LitKind-improvement, r=petrochenkov
Minor `ast::LitKind` improvements

r? `@petrochenkov`
2022-08-23 20:40:09 +05:30
..
attr.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
attr_wrapper.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
diagnostics.rs Rollup merge of #100565 - TaKO8Ki:suggest-adding-missing-semicolon-before-item, r=compiler-errors 2022-08-23 06:55:24 +02:00
expr.rs Rollup merge of #100713 - Xiretza:parser-expr-session-diagnostics, r=estebank 2022-08-22 20:34:14 +05:30
generics.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
item.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
mod.rs Remove the symbol from ast::LitKind::Err. 2022-08-23 16:56:24 +10:00
nonterminal.rs ast: Introduce some traits to get AST node properties generically 2022-05-11 12:43:27 +03:00
pat.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
path.rs Avoid unnecessary cloning in Parser::get_ident_from_generic_arg. 2022-08-16 12:14:52 +10:00
stmt.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
ty.rs Rollup merge of #99915 - WaffleLapkin:recover_keyword_bounds, r=compiler-errors 2022-08-22 11:45:42 +05:30