..
break_outside_of_loop.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
expected_function.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
field_shorthand.rs
Encode edition within FileId in the hir layer
2024-07-18 08:49:10 +02:00
inactive_code.rs
Make CfgExpr
slimmer
2024-07-21 14:50:44 +02:00
incoherent_impl.rs
move tt-iter into tt crate
2024-06-24 14:47:21 +02:00
incorrect_case.rs
feat: Add incorrect case diagnostics for enum variant fields and all variables
2024-07-13 21:54:22 +12:00
invalid_derive_target.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
json_is_not_rust.rs
Encode edition within FileId in the hir layer
2024-07-18 08:49:10 +02:00
macro_error.rs
Fix error spans for include! and compile_error!
2024-07-29 15:57:01 +02:00
malformed_derive.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
mismatched_arg_count.rs
Auto merge of #17586 - ShoyuVanilla:tuple-arg-macro-rest, r=Veykril
2024-07-22 09:08:12 +00:00
missing_fields.rs
Remove Name::to_smol_str
2024-07-16 12:43:58 +02:00
missing_match_arms.rs
feat: Add incorrect case diagnostics for enum variant fields and all variables
2024-07-13 21:54:22 +12:00
missing_unsafe.rs
Don't mark #[rustc_deprecated_safe_2024]
functions as unsafe
2024-06-02 15:04:26 +02:00
moved_out_of_ref.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
mutability_errors.rs
internal: Move grammar codegen into xtask
2024-03-19 10:57:53 +01:00
no_such_field.rs
Encode edition within FileId in the hir layer
2024-07-18 08:49:10 +02:00
non_exhaustive_let.rs
feat: add non-exhaustive-let diagnostic
2024-02-19 12:36:30 +01:00
private_assoc_item.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
private_field.rs
Cleanup visibility.rs
2024-02-10 13:50:45 +01:00
remove_trailing_return.rs
Encode edition within FileId in the hir layer
2024-07-18 08:49:10 +02:00
remove_unnecessary_else.rs
Auto merge of #16861 - Veykril:macro-diag-exceptions, r=Veykril
2024-03-17 20:41:40 +00:00
replace_filter_map_next_with_find_map.rs
add test case
2024-02-23 21:05:55 +08:00
trait_impl_incorrect_safety.rs
internal: Use improved adjusted_display_range for all diagnostics
2024-01-31 09:16:30 +01:00
trait_impl_missing_assoc_item.rs
internal: Use improved adjusted_display_range for all diagnostics
2024-01-31 09:16:30 +01:00
trait_impl_orphan.rs
ide-diagnostics: Fix warnings about clippy str_to_string
rule
2024-02-10 01:00:40 +09:00
trait_impl_redundant_assoc_item.rs
Remove Name::to_smol_str
2024-07-16 12:43:58 +02:00
type_mismatch.rs
fix: Panic in debug profile for tuple deconstruct with arity mismatch
2024-07-21 02:37:37 +09:00
typed_hole.rs
Avoid ref when using format! in compiler
2024-07-19 14:41:59 -04:00
undeclared_label.rs
feat: add unresolved-ident diagnostic
2024-02-19 14:12:18 +01:00
unimplemented_builtin_macro.rs
ide-diagnostics: Fix warnings about clippy str_to_string
rule
2024-02-10 01:00:40 +09:00
unlinked_file.rs
Encode edition within FileId in the hir layer
2024-07-18 08:49:10 +02:00
unreachable_label.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
unresolved_assoc_item.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
unresolved_extern_crate.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
unresolved_field.rs
early exit if unresolved field is an index
2024-07-26 22:44:47 +02:00
unresolved_ident.rs
Diagnose unresolved self value in path expression
2024-07-06 15:44:12 +02:00
unresolved_import.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
unresolved_macro_call.rs
Replace doc_comments_and_attrs
with collect_attrs
, 2nd round
2023-12-11 22:56:50 +03:30
unresolved_method.rs
Encode edition within FileId in the hir layer
2024-07-18 08:49:10 +02:00
unresolved_module.rs
Encode edition within FileId in the hir layer
2024-07-18 08:49:10 +02:00
unused_variables.rs
Encode edition within FileId in the hir layer
2024-07-18 08:49:10 +02:00
useless_braces.rs
Encode edition within FileId in the hir layer
2024-07-18 08:49:10 +02:00