| .. |
|
context
|
Add way to express no-values with check-cfg
|
2024-01-13 17:19:46 +01:00 |
|
nonstandard_style
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|
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
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint.
|
2024-01-23 08:08:25 +11:00 |
|
context.rs
|
Rename struct_lint_level as lint_level.
|
2024-01-23 08:09:08 +11: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
|
Rename some Diagnostic setters.
|
2024-01-03 19:40:20 +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
|
rustc: hir().local_def_id_to_hir_id() -> tcx.local_def_id_to_hir_id() cleanup
|
2023-11-26 12:41:21 +03:00 |
|
let_underscore.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint.
|
2024-01-23 08:08:25 +11:00 |
|
levels.rs
|
Rename struct_lint_level as lint_level.
|
2024-01-23 08:09:08 +11:00 |
|
lib.rs
|
Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"
|
2024-01-22 14:24:31 +00:00 |
|
lints.rs
|
Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"
|
2024-01-22 14:24:31 +00: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
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint.
|
2024-01-23 08:08:25 +11: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
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint.
|
2024-01-23 08:08:25 +11: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
|
Remove rustc_lint_defs::lint_array
|
2023-09-28 23:01:25 +02:00 |
|
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
|
refactor(rustc_lint): inline check_lint_name_cmdline
|
2023-08-30 17:35:07 +01:00 |
|
traits.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint.
|
2024-01-23 08:08:25 +11:00 |
|
types.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint.
|
2024-01-23 08:08:25 +11:00 |
|
unit_bindings.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint.
|
2024-01-23 08:08:25 +11:00 |
|
unused.rs
|
Rename LintContext::emit_spanned_lint as LintContext::emit_span_lint.
|
2024-01-23 08:08:25 +11:00 |