rust-analyzer/crates/ide-diagnostics/src/handlers
2022-09-26 19:06:29 +01:00
..
break_outside_of_loop.rs Properly handle break resolution inside non-breakable expressions 2022-09-01 14:54:47 +02: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
incorrect_case.rs style: rename crates to kebab case 2022-05-01 10:48:58 +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 Restructure find_path into a separate functions for modules and non-module items 2022-09-13 15:15:27 +02:00
macro_error.rs Import serde derives on converting json to struct 2022-08-06 20:12:21 +04:30
malformed_derive.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
mismatched_arg_count.rs internal: extract common code for adjusting diagnostic range 2022-07-23 22:24:44 +01:00
missing_fields.rs Restructure find_path into a separate functions for modules and non-module items 2022-09-13 15:15:27 +02:00
missing_match_arms.rs Implement unstable RFC 1872 exhaustive_patterns 2022-08-31 20:17:54 +05:00
missing_unsafe.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
no_such_field.rs Fix panic in no_such_field when using tuple fields on record structs 2022-08-11 10:41:30 +02:00
replace_filter_map_next_with_find_map.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
type_mismatch.rs Fix tests by using primitive rather than String. 2022-09-16 16:56:19 -05:00
unimplemented_builtin_macro.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unlinked_file.rs Run cargo fmt 2022-07-20 15:06:15 +02:00
unresolved_extern_crate.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unresolved_import.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unresolved_macro_call.rs Improve proc macro errors a bit 2022-06-24 13:45:19 +02:00
unresolved_module.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unresolved_proc_macro.rs fix: Fix unresolved proc macro diagnostics pointing to macro expansions 2022-07-05 12:46:09 +02:00
useless_braces.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00