rust-analyzer/crates/ide-diagnostics/src/handlers
2024-10-20 19:49:57 +08: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 Properly account for editions in names 2024-08-16 16:46:24 +03:00
field_shorthand.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
inactive_code.rs Fix unconfigured diagnostic being attached to the wrong file for modules 2024-08-07 15:07:09 +02: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 Comment out cast checks for unknown ptr kind 2024-09-30 19:26:16 +03:00
invalid_derive_target.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
json_is_not_rust.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
macro_error.rs Resolve included files to their calling modules in IDE layer 2024-08-12 13:45:33 +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 Properly account for editions in names 2024-08-16 16:46:24 +03:00
missing_match_arms.rs feat: `min-exhaustive-patterns 2024-08-13 23:10:55 +09:00
missing_unsafe.rs fix: do not emit unsafe diagnositcs for safe statics in extern blocks 2024-10-20 19:49:57 +08:00
moved_out_of_ref.rs feat: Implement cast typechecks 2024-09-03 04:11:36 +09:00
mutability_errors.rs fix: Do not consider mutable usage of deref to *mut T as deref_mut 2024-10-07 01:49:14 +09: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 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 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 feat: Implement object safety 2024-08-29 22:22:21 +09: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 Properly account for editions in names 2024-08-16 16:46:24 +03:00
type_mismatch.rs fix: autofix for missing wrapped unit in return expr 2024-10-15 14:23:58 +08:00
typed_hole.rs fix: Don't report typed hole error in asm! out ops 2024-09-12 08:16:49 +02:00
undeclared_label.rs Properly account for editions in names 2024-08-16 16:46:24 +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 Properly account for editions in names 2024-08-16 16:46:24 +03: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 Properly account for editions in names 2024-08-16 16:46:24 +03: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 Properly account for editions in names 2024-08-16 16:46:24 +03:00
unresolved_method.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
unresolved_module.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00
unused_variables.rs fix: Fix trait method completions not acknowledging Deref impls 2024-08-25 10:47:30 +02:00
useless_braces.rs Encode edition within FileId in the hir layer 2024-07-18 08:49:10 +02:00