rust/compiler/rustc_parse/src/parser
Jhonny Bill Mena e52e2344dc FIX - adopt new Diagnostic naming in newly migrated modules
FIX - ambiguous Diagnostic link in docs

UPDATE - rename diagnostic_items to IntoDiagnostic and AddToDiagnostic

[Gardening] FIX - formatting via `x fmt`

FIX - rebase conflicts. NOTE: Confirm wheather or not we want to handle TargetDataLayoutErrorsWrapper this way

DELETE - unneeded allow attributes in Handler method

FIX - broken test

FIX - Rebase conflict

UPDATE - rename residual _SessionDiagnostic and fix LintDiag link
2022-09-21 11:43:22 -04:00
..
attr.rs make mk_attr_id part of ParseSess 2022-09-14 08:49:10 +08:00
attr_wrapper.rs Emit an error instead of reconstructing token stream. 2022-09-13 19:47:50 +02:00
diagnostics.rs FIX - adopt new Diagnostic naming in newly migrated modules 2022-09-21 11:43:22 -04: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 tweak suggestion 2022-09-16 01:09:26 +08: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