rust-analyzer/crates/ide-diagnostics/src/handlers
2025-01-27 17:30:35 -05:00
..
await_outside_of_async.rs feat: Implement diagnostic for await outside of async 2024-08-05 21:47:57 +09:00
break_outside_of_loop.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
expected_function.rs Support AsyncFnX traits 2024-12-03 21:26:26 +02:00
field_shorthand.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00
generic_args_prohibited.rs Fix a bug where enum variants were not considered properly in type ns resolution 2025-01-19 06:31:23 +02:00
inactive_code.rs Re-implement rust string highlighting via tool attribute 2025-01-10 13:49:35 +01:00
incoherent_impl.rs move tt-iter into tt crate 2024-06-24 14:47:21 +02:00
incorrect_case.rs Fix ambiguity with CamelCase diagnostic messages 2024-09-29 16:35:37 +08:00
invalid_cast.rs Fix typo in error message for invalid casting 2024-12-12 15:42:21 +01:00
invalid_derive_target.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
json_is_not_rust.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
macro_error.rs Fix another bug when reaching macro expansion limit caused a stack overflow 2025-01-13 15:55:30 +02:00
malformed_derive.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
mismatched_arg_count.rs Surpress type mismatches in calls with mismatched arg counts 2024-08-05 16:15:28 +02:00
missing_fields.rs Back out "Handle missing fields diagnostics" 2025-01-27 17:30:35 -05:00
missing_match_arms.rs Re-implement rust string highlighting via tool attribute 2025-01-10 13:49:35 +01:00
missing_unsafe.rs Report calling unsafe fn pointer as unsafe 2025-01-27 18:57:31 +02:00
moved_out_of_ref.rs feat: Implement cast typechecks 2024-09-03 04:11:36 +09:00
mutability_errors.rs Reformat 2024-10-28 14:37:52 +01:00
no_such_field.rs Make edition per-token, not per-file 2025-01-09 05:43:08 +02:00
non_exhaustive_let.rs Temporarily remove non-working test case 2024-08-13 23:10:55 +09:00
private_assoc_item.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
private_field.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
remove_trailing_return.rs Reformat 2024-10-28 14:37:52 +01:00
remove_unnecessary_else.rs Reformat 2024-10-28 14:37:52 +01:00
replace_filter_map_next_with_find_map.rs Re-implement rust string highlighting via tool attribute 2025-01-10 13:49:35 +01: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 Properly account for editions in names 2024-08-16 16:46:24 +03: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 Reformat 2024-10-28 14:37:52 +01:00
type_mismatch.rs Back out "feat: Implement default-field-values" 2025-01-27 17:30:35 -05:00
typed_hole.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
undeclared_label.rs Correctly resolve variables and labels from before macro definition in macro expansion 2024-10-22 21:49:17 +03: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 Cleanup Name string rendering 2025-01-21 10:05:32 +01:00
unreachable_label.rs Properly account for editions in names 2024-08-16 16:46:24 +03: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 Fix a panic with a diagnostics fix when a keyword is used as a field 2024-12-16 19:58:29 +02:00
unresolved_ident.rs Report unresolved idents for implicit captures in format_args!() 2024-12-16 10:10:26 +02:00
unresolved_import.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
unresolved_macro_call.rs Properly resolve prelude paths inside modules inside blocks 2024-10-27 19:23:12 +02:00
unresolved_method.rs Lay the foundation for diagnostics in ty lowering, and implement a first diagnostic 2024-12-04 14:22:56 +02:00
unresolved_module.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
unused_variables.rs Reformat 2024-10-28 14:37:52 +01:00
useless_braces.rs Move text-edit into ide-db 2024-10-28 14:37:41 +01:00