rust/compiler/rustc_parse/src/parser
2022-09-15 23:51:43 +08:00
..
attr.rs make mk_attr_id part of ParseSess 2022-09-14 08:49:10 +08:00
attr_wrapper.rs Rename {Create,Lazy}TokenStream as {To,Lazy}AttrTokenStream. 2022-09-09 17:25:38 +10:00
diagnostics.rs fixes #101477: Recover from typo where == is used in place of = 2022-09-08 15:14:18 +08:00
expr.rs Rollup merge of #101502 - TaKO8Ki:do-not-suggest-semicolon-for-macro-without-exclamation-mark, r=wesleywiser 2022-09-07 21:48:15 +02:00
generics.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
item.rs Rollup merge of #101457 - ChayimFriedman2:struct-field-semi, r=fee1-dead 2022-09-06 17:00:28 +02:00
mod.rs Rename {Create,Lazy}TokenStream as {To,Lazy}AttrTokenStream. 2022-09-09 17:25:38 +10:00
nonterminal.rs slight vertical formatting 2022-09-15 23:51:43 +08:00
pat.rs Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillot 2022-09-06 08:49:54 +00:00
path.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
stmt.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
ty.rs Address code review comments 2022-09-13 14:50:12 -07:00