.. |
context
|
Rollup merge of #120435 - chenyukang:yukang-fix-120427-cfg-name, r=Urgau,Nilstrieb
|
2024-02-06 22:45:41 +01:00 |
nonstandard_style
|
|
|
array_into_iter.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
async_fn_in_trait.rs
|
Rename TyCtxt::emit_spanned_lint as TyCtxt::emit_node_span_lint .
|
2024-01-23 08:09:05 +11:00 |
builtin.rs
|
Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errors
|
2024-02-05 06:37:14 +01:00 |
context.rs
|
add missing potential_query_instability for keys and values in hashmap
|
2024-01-30 12:43:10 +08:00 |
deref_into_dyn_supertrait.rs
|
Auto merge of #120017 - nnethercote:lint-api, r=oli-obk
|
2024-01-23 00:06:57 +00:00 |
drop_forget_useless.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
early.rs
|
Rename LintContext::lookup_with_diagnostics as LintContext::span_lint_with_diagnostics .
|
2024-01-23 07:59:45 +11:00 |
enum_intrinsics_non_enums.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
errors.rs
|
Stop using String for error codes.
|
2024-01-29 07:41:41 +11:00 |
expect.rs
|
Rename TyCtxt::emit_spanned_lint as TyCtxt::emit_node_span_lint .
|
2024-01-23 08:09:05 +11:00 |
for_loops_over_fallibles.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
foreign_modules.rs
|
Rename TyCtxt::emit_spanned_lint as TyCtxt::emit_node_span_lint .
|
2024-01-23 08:09:05 +11:00 |
hidden_unicode_codepoints.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
internal.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
invalid_from_utf8.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
late.rs
|
|
|
let_underscore.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
levels.rs
|
hir: Remove hir::Map::{owner,expect_owner}
|
2024-01-30 15:00:52 +03:00 |
lib.rs
|
get rid of nontrivial_structural_match lint and custom_eq const qualif
|
2024-02-05 20:36:09 +01:00 |
lints.rs
|
Stop using String for error codes.
|
2024-01-29 07:41:41 +11:00 |
map_unit_fn.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
methods.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
multiple_supertrait_upcastable.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
non_ascii_idents.rs
|
address requested changes
|
2024-01-23 21:16:24 +08:00 |
non_fmt_panic.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
nonstandard_style.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
noop_method_call.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
opaque_hidden_inferred_bound.rs
|
Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFIT
|
2024-01-25 04:41:38 +00:00 |
pass_by_value.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
passes.rs
|
|
|
ptr_nulls.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
redundant_semicolon.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
reference_casting.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
tests.rs
|
|
|
traits.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
types.rs
|
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
|
2024-02-06 02:22:58 +00:00 |
unit_bindings.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint .
|
2024-01-23 08:08:25 +11:00 |
unused.rs
|
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
|
2024-02-06 02:22:58 +00:00 |