rust-analyzer/crates/ide-diagnostics/src/handlers
2023-12-07 20:45:42 +08:00
..
break_outside_of_loop.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
expected_function.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
field_shorthand.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
inactive_code.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
incoherent_impl.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
incorrect_case.rs fix: Diagnose everything in nested items, not just def diagnostics 2023-11-15 10:34:09 +01:00
invalid_derive_target.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
json_is_not_rust.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
macro_error.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
malformed_derive.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
mismatched_arg_count.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
missing_fields.rs Replace ID based TokenMap with proper relative text-ranges / spans 2023-11-28 10:55:39 +01:00
missing_match_arms.rs update: filter out syntax error in test 2023-11-30 19:35:25 +08:00
missing_unsafe.rs Replace ID based TokenMap with proper relative text-ranges / spans 2023-11-28 10:55:39 +01:00
moved_out_of_ref.rs Store binding mode for each instance independently 2023-10-22 23:35:33 +03:30
mutability_errors.rs Truncate closure capture place for raw pointer 2023-11-09 20:59:17 +03:30
no_such_field.rs Replace ID based TokenMap with proper relative text-ranges / spans 2023-11-28 10:55:39 +01:00
private_assoc_item.rs Shrink PatPtr by swapping its AstPtr and Either wrap order 2023-10-06 12:32:37 +02:00
private_field.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
replace_filter_map_next_with_find_map.rs Replace ID based TokenMap with proper relative text-ranges / spans 2023-11-28 10:55:39 +01:00
trait_impl_incorrect_safety.rs Diagnose missing assoc items in trait impls 2023-11-14 22:00:52 +01:00
trait_impl_missing_assoc_item.rs fix missing assoc item 2023-11-16 22:27:21 +08:00
trait_impl_orphan.rs Diagnose some orphan trait impl cases 2023-11-14 18:09:34 +01:00
trait_impl_redundant_assoc_item.rs fix: change default diagnostic range into impl body 2023-12-07 20:45:42 +08:00
type_mismatch.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
typed_hole.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
undeclared_label.rs fix: diagnostics for 'while let' loop with label in condition 2023-08-26 10:41:19 +08:00
unimplemented_builtin_macro.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unlinked_file.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
unreachable_label.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unresolved_extern_crate.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unresolved_field.rs Don't show unresolved-field diagnostic for missing names 2023-07-06 20:39:48 +09:00
unresolved_import.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unresolved_macro_call.rs Fix mod item in included file resolving incorrectly 2023-12-02 13:49:09 +01:00
unresolved_method.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unresolved_module.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
unresolved_proc_macro.rs Map our diagnostics to rustc and clippy's ones 2023-06-15 01:47:22 +03:30
unused_variables.rs Downgrade unused_variables to experimental 2023-09-30 08:38:55 +03:30
useless_braces.rs Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00