rust/compiler/rustc_lint/src
bors a60a9e567a Auto merge of #129464 - GuillaumeGomez:rollup-ckfqd7h, r=GuillaumeGomez
Rollup of 9 pull requests

Successful merges:

 - #128511 (Document WebAssembly target feature expectations)
 - #129243 (do not build `cargo-miri` by default on stable channel)
 - #129263 (Add a missing compatibility note in the 1.80.0 release notes)
 - #129276 (Stabilize feature `char_indices_offset`)
 - #129350 (adapt integer comparison tests for LLVM 20 IR changes)
 - #129408 (Fix handling of macro arguments within the `dropping_copy_types` lint)
 - #129426 (rustdoc-search: use tighter json for names and parents)
 - #129437 (Fix typo in a help diagnostic)
 - #129457 (kobzol vacation)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-08-23 10:56:34 +00:00
..
context
nonstandard_style
async_closures.rs
async_fn_in_trait.rs
builtin.rs Use a LocalDefId in ResolvedArg. 2024-08-22 01:17:01 +00:00
context.rs
deref_into_dyn_supertrait.rs
drop_forget_useless.rs Fix handling of macro arguments within the `dropping_copy_types lint 2024-08-22 13:32:01 +02:00
early.rs
enum_intrinsics_non_enums.rs
errors.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
expect.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
for_loops_over_fallibles.rs Use is_lang_item more 2024-08-13 16:44:53 -04:00
foreign_modules.rs
hidden_unicode_codepoints.rs
impl_trait_overcaptures.rs Use a LocalDefId in ResolvedArg. 2024-08-22 01:17:01 +00:00
internal.rs Refactor: diagnostic_outside_of_impl, untranslatable_diagnostic 2024-08-10 21:53:01 +03:00
invalid_from_utf8.rs
late.rs
let_underscore.rs
levels.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
lib.rs lint on tail expr drop order change in Edition 2024 2024-08-21 01:05:21 +08:00
lints.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
macro_expr_fragment_specifier_2024_migration.rs
map_unit_fn.rs
methods.rs
multiple_supertrait_upcastable.rs
non_ascii_idents.rs
non_fmt_panic.rs
non_local_def.rs
nonstandard_style.rs
noop_method_call.rs
opaque_hidden_inferred_bound.rs
pass_by_value.rs
passes.rs
precedence.rs
ptr_nulls.rs
redundant_semicolon.rs
reference_casting.rs Use bool in favor of Option<()> for diagnostics 2024-08-21 01:31:11 -04:00
shadowed_into_iter.rs
tail_expr_drop_order.rs lint on tail expr drop order change in Edition 2024 2024-08-21 01:05:21 +08:00
tests.rs
traits.rs Use is_lang_item more 2024-08-13 16:44:53 -04:00
types.rs Use FnSig instead of raw FnDecl for ForeignItemKind::Fn 2024-08-16 14:10:06 -04:00
unit_bindings.rs
unused.rs Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors 2024-08-11 07:51:51 +02:00