rust/compiler/rustc_parse/src/parser
2023-02-19 04:17:58 +00:00
..
attr.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
attr_wrapper.rs Remove TokenCursorFrame. 2023-02-03 10:06:52 +11:00
diagnostics.rs Rollup merge of #103478 - SpanishPear:spanishpear/issue_103366_fix, r=TaKO8Ki 2023-02-14 18:02:50 +01:00
expr.rs Migrate rustc_parse to derive diagnostics 2023-02-06 14:40:35 +00:00
generics.rs Recover from default value for a lifetime in generic parameters. 2023-02-04 17:04:09 -06:00
item.rs Reduce limit on macro_rules! diagnostic 2023-02-19 04:17:58 +00:00
mod.rs if $c:expr { Some($r:expr) } else { None } =>> $c.then(|| $r) 2023-02-16 15:26:00 +00:00
nonterminal.rs rustc_parse: migrate more to diagnostic structs 2023-02-01 21:50:34 +01:00
pat.rs Rollup merge of #107493 - clubby789:range-fat-arrow-followup, r=estebank 2023-02-02 17:14:05 +01:00
path.rs if $c:expr { Some($r:expr) } else { None } =>> $c.then(|| $r) 2023-02-16 15:26:00 +00:00
stmt.rs rustc_parse: remove huge error imports 2023-02-05 03:48:17 +01:00
ty.rs Replace some thens with some then_somes 2023-02-16 15:26:03 +00:00