.. |
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
|
move tt-iter into tt crate
|
2024-06-24 14:47:21 +02: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
|
style: simplify string interpolation
|
2024-05-30 16:18:49 -07:00 |
macro_error.rs
|
Fix diagnostic name in macro_error.rs
|
2024-06-21 00:13:34 +08: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
|
internal: refactor prefer_no_std /prefer_prelude bools into a struct
|
2024-05-22 20:46:30 +02:00 |
missing_match_arms.rs
|
Generally optimize diagnostics performance
|
2024-04-15 22:15:41 +02:00 |
missing_unsafe.rs
|
Don't mark #[rustc_deprecated_safe_2024] functions as unsafe
|
2024-06-02 15:04:26 +02:00 |
moved_out_of_ref.rs
|
cargo clippy --fix
|
2024-01-18 13:59:49 +01:00 |
mutability_errors.rs
|
internal: Move grammar codegen into xtask
|
2024-03-19 10:57:53 +01:00 |
no_such_field.rs
|
different error code based on variant
|
2024-04-23 20:54:03 +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
|
Simplify
|
2024-06-30 14:00:55 +02:00 |
type_mismatch.rs
|
internal: make check_diagnostics_with_disabled more ergonomic
|
2024-02-19 14:12:18 +01:00 |
typed_hole.rs
|
Run data_constructor tactic only backwards
|
2024-06-21 22:01:06 +03: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: Improve hover text in unlinked file diagnostics
|
2024-06-20 09:32:48 -07: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
|
fix: Fix impl Trait<Self> causing stackoverflows
|
2024-04-15 15:41:20 +02: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
|
fix: formatting in handlers/unresolved_method.rs
|
2024-05-30 16:39:41 -07: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
|
Don't show unused_variables fixes if the name comes from a macro definition
|
2024-04-17 12:05:35 +02:00 |
useless_braces.rs
|
internal: Attempt to add a timeout to rustc-tests
|
2024-02-20 18:04:53 +01:00 |