rust/compiler/rustc_parse/src/parser
Nicholas Nethercote cc4e3443ec Produce CloseDelim and pop the stack at the same time.
This makes `CloseDelim` handling more like `OpenDelim` handling, which
produces `OpenDelim` and pushes the stack at the same time. It requires
some adjustment to `parse_token_tree` now that we don't remain within
the frame after getting the `CloseDelim`.
2022-04-21 12:34:38 +10:00
..
attr.rs Stop flagging certain inner attrs as outer ones 2022-04-06 19:54:05 +02:00
attr_wrapper.rs Merge TokenCursor::{next,next_desugared}. 2022-04-19 17:02:48 +10:00
diagnostics.rs errors: implement fallback diagnostic translation 2022-04-05 07:01:02 +01:00
expr.rs Shrink Nonterminal. 2022-04-07 12:51:50 +10:00
generics.rs diagnostics: correct generic bounds with doubled colon 2022-03-25 13:57:05 -07:00
item.rs use to_string instead of format! 2022-04-12 07:51:23 +09:00
mod.rs Produce CloseDelim and pop the stack at the same time. 2022-04-21 12:34:38 +10:00
nonterminal.rs Inline Parser::nonterminal_may_begin_with. 2022-04-20 14:13:49 +10:00
pat.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
path.rs better error for binder on associated type bound 2022-04-10 16:41:15 -07:00
stmt.rs Shrink Nonterminal. 2022-04-07 12:51:50 +10:00
ty.rs Stablize const_extern_fn for "Rust" and "C" 2022-03-26 18:23:54 -04:00