rust/compiler/rustc_parse/src/parser
Matthias Krüger 1da4a49912 clippy::complexity fixes
filter_next
needless_question_mark
bind_instead_of_map
manual_find
derivable_impls
map_identity
redundant_slicing
skip_while_next
unnecessary_unwrap
needless_bool
2022-12-19 00:04:28 +01:00
..
attr_wrapper.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
attr.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
diagnostics.rs Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank 2022-12-14 04:00:05 +00:00
expr.rs Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank 2022-12-14 04:00:05 +00:00
generics.rs fix #102182, recover from impl Trait in type param bound 2022-10-08 06:47:26 +08:00
item.rs Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebank 2022-12-14 10:31:06 +01:00
mod.rs While parsing enum variant, the error message always disappear 2022-12-01 22:48:52 -08:00
nonterminal.rs rustc_parse: remove ref patterns 2022-11-22 18:49:16 +00:00
pat.rs Parameterise Parser::{recover_unclosed_char,handle_missing_lit}. 2022-12-05 15:04:33 +11:00
path.rs clippy::complexity fixes 2022-12-19 00:04:28 +01:00
stmt.rs Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank 2022-12-14 04:00:05 +00:00
ty.rs Auto merge of #104410 - WaffleLapkin:unregress, r=estebank 2022-11-23 19:52:43 +00:00