rust/crates/ide-diagnostics/src/handlers
2023-05-26 14:26:13 +03:30
..
break_outside_of_loop.rs fix break-outside-of-loop false positive in try block 2023-05-02 03:11:56 +03:30
expected_function.rs internal: Mark unresolved field, unresolved method and expected function diagnostics experimental 2023-03-06 22:24:38 +01:00
field_shorthand.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
inactive_code.rs Collect diagnostics in queries instead of nameres 2022-09-26 19:06:29 +01:00
incoherent_impl.rs lint incoherent inherent impls 2023-03-14 19:20:44 +01:00
incorrect_case.rs Auto merge of #14577 - jsoref:spelling, r=lnicola 2023-04-19 14:05:40 +00:00
invalid_derive_target.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
json_is_not_rust.rs a number of code simplifications 2023-01-10 18:48:51 +00:00
macro_error.rs Fix duplicate eager expansion errors 2023-04-16 19:20:35 +02:00
malformed_derive.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
mismatched_arg_count.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
missing_fields.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
missing_match_arms.rs Add moved-out-of-ref diagnostic 2023-05-18 19:17:06 +03:30
missing_unsafe.rs Add moved-out-of-ref diagnostic 2023-05-18 19:17:06 +03:30
moved_out_of_ref.rs handle match scrutinee in closure captures 2023-05-19 12:04:12 +03:30
mutability_errors.rs fix need-mut false positive in closure capture of match scrutinee 2023-05-26 02:08:37 +03:30
no_such_field.rs Option begone part 2 2023-04-16 19:20:48 +02:00
private_assoc_item.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
private_field.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
replace_filter_map_next_with_find_map.rs Option begone part 2 2023-04-16 19:20:48 +02:00
type_mismatch.rs insert type vars in function arguments 2023-05-26 14:26:13 +03:30
undeclared_label.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
unimplemented_builtin_macro.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unlinked_file.rs fix: Fix project linking popup appearing for modules that can be linked to a crate 2023-04-09 10:17:58 +02:00
unreachable_label.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
unresolved_extern_crate.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unresolved_field.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
unresolved_import.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unresolved_macro_call.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
unresolved_method.rs internal: Replace Display impl for Name 2023-05-24 20:55:12 +02:00
unresolved_module.rs Option begone part 2 2023-04-16 19:20:48 +02:00
unresolved_proc_macro.rs Handle proc macro fetching via OpQueue 2023-03-26 09:33:41 +02:00
useless_braces.rs Fix tests that depended on loose visibility restriction 2022-11-11 20:31:46 +09:00