..
await_outside_of_async.rs
cargo fmt
2025-03-15 21:32:01 +01:00
bad_rtn.rs
Emit an error when RTN is used in an incorrect place
2025-03-12 23:34:16 +02:00
break_outside_of_loop.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
expected_function.rs
Pass the target crate in HirFormatter
2025-03-06 21:00:05 +02:00
field_shorthand.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
generic_args_prohibited.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
inactive_code.rs
refactor: Lower type-refs before type inference
2025-04-09 10:43:23 +02:00
incoherent_impl.rs
cargo fmt
2025-03-15 21:32:01 +01:00
incorrect_case.rs
refactor: Lower type-refs before type inference
2025-04-09 10:43:23 +02:00
invalid_cast.rs
fix: Yet another false positive invalid cast diagnostic
2025-03-24 02:34:24 +09:00
invalid_derive_target.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
json_is_not_rust.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
macro_error.rs
refactor: Lower type-refs before type inference
2025-04-09 10:43:23 +02:00
malformed_derive.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
mismatched_arg_count.rs
cargo fmt
2025-03-15 21:32:01 +01:00
missing_fields.rs
Remove unnecessary predefined symbol clones
2025-04-21 03:10:13 +03:00
missing_match_arms.rs
cargo fmt
2025-03-15 21:32:01 +01:00
missing_unsafe.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
moved_out_of_ref.rs
Pass the target crate in HirFormatter
2025-03-06 21:00:05 +02:00
mutability_errors.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
no_such_field.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
non_exhaustive_let.rs
Temporarily remove non-working test case
2024-08-13 23:10:55 +09:00
parenthesized_generic_args_without_fn_trait.rs
Refactor path lowering
2025-02-16 19:44:50 +02: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
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
remove_unnecessary_else.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
replace_filter_map_next_with_find_map.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
trait_impl_incorrect_safety.rs
cargo fmt
2025-03-15 21:32:01 +01:00
trait_impl_missing_assoc_item.rs
cargo fmt
2025-03-15 21:32:01 +01:00
trait_impl_orphan.rs
Fix a bug in orphan rules calculation
2025-03-28 05:37:29 +03:00
trait_impl_redundant_assoc_item.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
type_mismatch.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
typed_hole.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
undeclared_label.rs
Correctly resolve variables and labels from before macro definition in macro expansion
2024-10-22 21:49:17 +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
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +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
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
unresolved_ident.rs
Report unresolved idents for implicit captures in format_args!()
2024-12-16 10:10:26 +02:00
unresolved_import.rs
cargo clippy --fix
2024-01-18 13:59:49 +01:00
unresolved_macro_call.rs
Properly resolve prelude paths inside modules inside blocks
2024-10-27 19:23:12 +02:00
unresolved_method.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
unresolved_module.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
unused_variables.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00
useless_braces.rs
Make HirFileId, EditionedFileId and macro files Salsa struct
2025-04-19 22:10:52 +03:00