rust/compiler/rustc_parse/src/parser
2023-06-19 12:54:34 +00:00
..
attr_wrapper.rs Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
attr.rs fix clippy::toplevel_ref_arg and ::manual_map 2023-04-16 13:28:13 +02:00
diagnostics.rs remove unwrap 2023-06-10 10:34:19 +08:00
expr.rs Syntatically accept become expressions 2023-06-19 12:54:34 +00: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