rust/compiler/rustc_parse/src/parser
2023-05-24 14:33:43 +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 Use is_some_and/is_ok_and in less obvious spots 2023-05-24 14:33:43 +00:00
expr.rs Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
generics.rs Recover impl<T ?Sized> correctly 2023-05-15 17:14:59 +00: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 Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
nonterminal.rs use matches! macro in more places 2023-04-16 12:08:30 +02:00
pat.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
path.rs Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk 2023-05-04 00:17:23 +05:30
stmt.rs Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naber 2023-05-18 17:37:08 +05:30
ty.rs Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk 2023-05-04 00:17:23 +05:30