rust/compiler/rustc_parse/src/parser
Nicholas Nethercote 9de9cf19d7 Add comments to TokenCursor::desugar.
It took me some time to work out what this code was doing.
2022-10-03 11:42:29 +11:00
..
attr.rs Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind) 2022-09-27 20:29:19 +02:00
attr_wrapper.rs Group together more size assertions. 2022-10-01 07:30:23 +10:00
diagnostics.rs Remove expr_parentheses_needed from ParseSess 2022-09-30 01:39:20 +00:00
expr.rs Remove expr_parentheses_needed from ParseSess 2022-09-30 01:39:20 +00:00
generics.rs Use AttrVec in more places. 2022-08-22 07:35:33 +10:00
item.rs Rollup merge of #102350 - TaKO8Ki:incomplete-fn-in-struct-definition, r=fee1-dead 2022-09-30 10:22:37 +02:00
mod.rs Add comments to TokenCursor::desugar. 2022-10-03 11:42:29 +11:00
nonterminal.rs slight vertical formatting 2022-09-15 23:51:43 +08:00
pat.rs Remove expr_parentheses_needed from ParseSess 2022-09-30 01:39:20 +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 Rework "inner attribute not permitted" errors 2022-09-27 20:29:19 +02:00
ty.rs Structured suggestion for missing mut/const in pointer 2022-09-27 02:47:07 +00:00