rust/compiler/rustc_parse/src/parser
2022-03-23 22:31:57 -07:00
..
attr_wrapper.rs Split TokenCursor::{next,next_desugared} into inlined and non-inlined halves. 2022-03-22 11:05:54 +11:00
attr.rs Rollup merge of #94731 - TaKO8Ki:const-generic-expr-recovery, r=davidtwco,oli-obk 2022-03-17 22:55:04 +01:00
diagnostics.rs Make standalone an enum 2022-03-23 22:31:57 -07:00
expr.rs Add heuristic to avoid treating x + +2 as increment 2022-03-23 22:31:57 -07:00
generics.rs replace this.clone() with this.create_snapshot_for_diagnostic() 2022-03-23 01:26:34 +09:00
item.rs fix a not emitted unmatched angle bracket error 2022-03-20 22:39:15 +09:00
mod.rs Split TokenCursor::{next,next_desugared} into inlined and non-inlined halves. 2022-03-22 11:05:54 +11:00
nonterminal.rs Do not recover from Ty? in macro parsing 2022-03-04 02:03:55 +00:00
pat.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
path.rs cancel a not emitted error after parsing const generic args 2022-03-22 16:06:56 +09:00
stmt.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
ty.rs Do not recover from Ty? in macro parsing 2022-03-04 02:03:55 +00:00