| .. |
|
context
|
Rollup merge of #120435 - chenyukang:yukang-fix-120427-cfg-name, r=Urgau,Nilstrieb
|
2024-02-06 22:45:41 +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
|
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
|
Add SubdiagnosticMessageOp as a trait alias.
|
2024-02-08 13:02:44 +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
|
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
|
Add SubdiagnosticMessageOp as a trait alias.
|
2024-02-08 13:02:44 +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
|
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
|
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 |