rust/compiler/rustc_parse/src/parser
Vadim Petrochenkov d0c63bccc5 parser: Cleanup LazyTokenStream and avoid some clones
by using a named struct instead of a closure.
2020-10-31 01:56:34 +03:00
..
attr.rs Only call collect_tokens when we have an attribute to parse 2020-10-22 15:17:40 -04:00
diagnostics.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
expr.rs Fix typo in comments 2020-10-27 14:23:58 -07:00
generics.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
item.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
mod.rs parser: Cleanup LazyTokenStream and avoid some clones 2020-10-31 01:56:34 +03:00
nonterminal.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
pat.rs Add back missing comments 2020-10-30 10:13:41 -04:00
path.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
stmt.rs Detect blocks that could be struct expr bodies 2020-10-07 13:40:52 -07:00
ty.rs Tweak invalid fn header and body parsing 2020-10-25 18:34:14 -07:00