rust-analyzer/crates/ide-diagnostics/src/handlers
2024-03-18 21:21:52 +01:00
..
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 Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01:00
inactive_code.rs feat: add unresolved-ident diagnostic 2024-02-19 14:12:18 +01:00
incoherent_impl.rs ide-diagnostics: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
incorrect_case.rs internal: Improve rooted upmapping 2024-03-12 13:46:58 +01:00
invalid_derive_target.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
json_is_not_rust.rs ide-diagnostics: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
macro_error.rs internal: macro_arg query always returns a TokenTree 2024-02-12 17:19:41 +01:00
malformed_derive.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
mismatched_arg_count.rs refactor: disable "unused" lint using parameter name 2024-02-05 01:07:44 +03:00
missing_fields.rs Add prefix file_ to Semantics's to_module_defs()/to_module_def() methods 2024-02-28 10:27:28 +01:00
missing_match_arms.rs Avoid hanging on complex matches 2024-03-18 21:21:52 +01:00
missing_unsafe.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
moved_out_of_ref.rs cargo clippy --fix 2024-01-18 13:59:49 +01:00
mutability_errors.rs fix: Ignore some warnings if they originate from within macro expansions 2024-03-17 21:30:56 +01:00
no_such_field.rs test: ensure no_such_field diagnostic don't work for field with disabled cfg 2024-01-25 19:30:04 +08: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 fix: Ignore some warnings if they originate from within macro expansions 2024-03-17 21:30:56 +01: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 ide-diagnostics: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
type_mismatch.rs internal: make check_diagnostics_with_disabled more ergonomic 2024-02-19 14:12:18 +01:00
typed_hole.rs Cleanup term search related changes 2024-02-11 14:35:54 +02: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 Fix diagnostics panicking when resolving to different files due to macros 2023-12-06 14:39:26 +01: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 internal: Improve rooted upmapping 2024-03-12 13:46:58 +01:00
unresolved_ident.rs fix: Don't panic on synthetic syntax in inference diagnostics 2024-02-26 17:46:03 +01: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 feat: add unresolved-ident diagnostic 2024-02-19 14:12:18 +01:00
unresolved_module.rs ide-diagnostics: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
unresolved_proc_macro.rs ide-diagnostics: Fix warnings about clippy str_to_string rule 2024-02-10 01:00:40 +09:00
unused_variables.rs fix: Ignore some warnings if they originate from within macro expansions 2024-03-17 21:30:56 +01:00
useless_braces.rs internal: Attempt to add a timeout to rustc-tests 2024-02-20 18:04:53 +01:00