rust/compiler/rustc_parse/src
Matthias Krüger adf759bf6a fix couple of clippy findings:
filter_map_identity
iter_kv_map
needless_question_mark
redundant_at_rest_pattern
filter_next
derivable_impls
2023-07-23 10:50:14 +02:00
..
lexer Use a better link 2023-06-10 14:46:11 -04:00
parser fix couple of clippy findings: 2023-07-23 10:50:14 +02:00
errors.rs Add suggestion for bad block fragment error 2023-06-23 19:18:20 +00:00
lib.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
validate_attr.rs Avoid &format("...") calls in error message code. 2023-05-16 17:59:56 +10:00