rust/compiler/rustc_parse/src/parser
2023-07-12 21:49:27 -04:00
..
attr.rs Simplify some conditions 2023-06-27 07:40:47 +00:00
attr_wrapper.rs Simplify some conditions 2023-06-27 07:40:47 +00:00
diagnostics.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04: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 Fix the issue of wrong diagnosis for extern pub fn 2023-07-05 16:25:46 +08:00
mod.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04: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