rust/compiler/rustc_parse/src/parser
2023-07-04 18:13:31 +08:00
..
attr_wrapper.rs Simplify some conditions 2023-06-27 07:40:47 +00:00
attr.rs Simplify some conditions 2023-06-27 07:40:47 +00:00
diagnostics.rs Detect extra space in keyword for better hint 2023-07-04 18:13:31 +08:00
expr.rs Rollup merge of #112978 - compiler-errors:bad-block-sugg, r=davidtwco 2023-06-27 17:48:45 +02:00
generics.rs Recover upon encountering mistyped Const in const param def 2023-05-28 16:55:21 +08:00
item.rs Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
mod.rs fix(parse): return unpected when current token is EOF 2023-05-13 00:33:27 +08:00
nonterminal.rs use matches! macro in more places 2023-04-16 12:08:30 +02:00
pat.rs Fix suggestion for matching struct with .. on both ends 2023-06-03 15:02:13 +08:00
path.rs Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk 2023-05-04 00:17:23 +05:30
stmt.rs Use Cow in {D,Subd}iagnosticMessage. 2023-05-29 09:23:43 +10:00
ty.rs Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk 2023-05-04 00:17:23 +05:30