rust/compiler/rustc_parse/src/parser
2022-09-27 10:28:50 +09:00
..
attr_wrapper.rs Emit an error instead of reconstructing token stream. 2022-09-13 19:47:50 +02:00
attr.rs make mk_attr_id part of ParseSess 2022-09-14 08:49:10 +08:00
diagnostics.rs Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=davidtwco 2022-09-26 19:19:21 +02:00
expr.rs UPDATE - rename DiagnosticHandler trait to IntoDiagnostic 2022-09-21 11:39:52 -04:00
generics.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
item.rs add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09: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