rust/crates/ide-diagnostics/src/handlers
Josh Soref bc7d84c3ce Spelling
* a rule
* access
* after
* amount
* annotations
* assignment
* assist
* associated
* attribute
* borrowed
* built-in type
* clarification
* command
* const
* constructor
* corresponding
* counterparts
* curlies
* dependencies
* deterministic
* diagnostic
* duplicates
* edge
* edited
* efficient
* elsewhere
* execution
* expression
* extensions
* extracted
* fill
* github
* helper
* heuristic
* incomplete
* indent end
* inlay
* invocation
* lifetime
* looking
* maybe
* move
* mutability
* mutable
* necessarily
* necessary
* negative
* nonexistent
* occurred
* offsets
* offsetted
* overridden
* parameters
* params
* params_and_where_preds_in_scope
* paredit
* parent
* parentheses
* prepended if
* punctuation
* receive
* receiver
* referring
* repeated
* representing
* semantically
* separately
* shouldnot
* siblings
* similar
* something's
* statement
* struct
* structure
* surprise
* the
* this
* transparent
* unimplemented
* unnamed
* unnecessary
* unneeded
* unreachable
* unterminated
* utilities
* variant
* variants
* visibility
* work around (v)
* workaround

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-19 09:45:55 -04:00
..
break_outside_of_loop.rs Re-enable controlflow outside loop diagnostic 2023-04-06 15:37:53 +02:00
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 Spelling 2023-04-19 09:45:55 -04: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: Fix nested macro diagnostics pointing at macro expansion files 2022-11-19 10:32:32 +01: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 Add flag to disallow opaque types for DisplayTarget::SourceCode 2023-04-12 19:03:48 +09:00
missing_match_arms.rs Refactor hir::diagnostics::MissingMatchArms fields, better naming 2023-03-10 18:22:32 +05:00
missing_unsafe.rs do not offer fixit for macro expansions and refactor the code 2023-03-15 09:12:40 +08:00
mutability_errors.rs Spelling 2023-04-19 09:45:55 -04:00
no_such_field.rs Add flag to disallow opaque types for DisplayTarget::SourceCode 2023-04-12 19:03:48 +09:00
private_assoc_item.rs Fix associated item visibility in block-local impls 2023-02-19 23:55:55 +09:00
private_field.rs fix: Fix visibility resolution not respecting parent blocks 2023-03-14 13:42:08 +01:00
replace_filter_map_next_with_find_map.rs Compute closure captures 2023-04-10 23:04:34 +03:30
type_mismatch.rs Compute closure captures 2023-04-10 23:04:34 +03:30
undeclared_label.rs Re-enable controlflow outside loop diagnostic 2023-04-06 15:37:53 +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 Re-enable controlflow outside loop diagnostic 2023-04-06 15:37:53 +02:00
unresolved_extern_crate.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unresolved_field.rs Spelling 2023-04-19 09:45:55 -04:00
unresolved_import.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
unresolved_macro_call.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
unresolved_method.rs internal: Rename AstDatabase to ExpandDatabase 2023-03-13 16:35:41 +01:00
unresolved_module.rs internal: Rename AstDatabase to ExpandDatabase 2023-03-13 16:35:41 +01: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