about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/builtin.rs
AgeCommit message (Expand)AuthorLines
2024-02-10hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}`Vadim Petrochenkov-2/+1
2024-02-05Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errorsMatthias Krüger-1/+1
2024-01-23Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.Nicholas Nethercote-30/+30
2024-01-23Rename `LintContext::lookup_with_diagnostics` as `LintContext::span_lint_with...Nicholas Nethercote-1/+1
2024-01-22Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff...Matthias Krüger-7/+27
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-4/+1
2024-01-05Remove outdated references to `librustc_middle`.Alona Enraght-Moony-1/+1
2024-01-04Rollup merge of #119195 - asquared31415:named_asm_labels_fix, r=AmanieuMatthias Krüger-13/+49
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-2/+2
2023-12-21Make named_asm_labels lint not trigger on unicode and trigger on format argsasquared31415-13/+49
2023-12-20Undeprecate and use lint `unstable_features`León Orell Valerian Liehr-7/+27
2023-12-15Don't pass lint back out of lint decoratorMichael Goulet-1/+1
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-1/+1
2023-12-10remove redundant importssurechen-1/+0
2023-12-03Parse a pattern with no armNadrieril-2/+4
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-17/+17
2023-11-18Remove --check-cfg checking of --cfg argsUrgau-25/+0
2023-11-14finish `RegionKind` renamelcnr-2/+2
2023-10-20Adjust importsMichael Goulet-1/+1
2023-10-18Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv...Ali MJ Al-Nasrawy-0/+5
2023-10-17disable missing_copy_implementations lint on non_exhaustive typesRyan Mehri-0/+5
2023-10-16Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`.Nicholas Nethercote-1/+1
2023-10-13Format all the let chains in compilerMichael Goulet-16/+21
2023-10-12Fix duplicate note on internal feature gateGurinder Singh-8/+4
2023-09-26Don't store lazyness in DefKindMichael Goulet-3/+3
2023-09-22make the reason: field mandatory for @future_incompatible lintsRalf Jung-3/+3
2023-09-21Record asyncness span in HIRMichael Goulet-2/+1
2023-09-03Emit unused doc comment warnings for pat and expr fieldsGurinder Singh-0/+14
2023-08-13Auto merge of #114723 - petrochenkov:noplugin2, r=davidtwcobors-1/+1
2023-08-11rustc: Move `features` from `Session` to `GlobalCtxt`Vadim Petrochenkov-1/+1
2023-08-10downgrade internal_features to warnlcnr-2/+2
2023-08-05Rollup merge of #114248 - fmease:neg-copy-rules-out-missing-copy-impl, r=b-naberMatthias Krüger-0/+23
2023-08-05Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkovbors-440/+23
2023-08-04Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errorsbors-6/+6
2023-08-04Fetch diagnostic item later.Camille GILLOT-2/+2
2023-08-04Make MissingDoc a module lint.Camille GILLOT-34/+1
2023-08-04Make MissingDebugImplementation a module lint.Camille GILLOT-18/+13
2023-08-04Querify clashing_extern_declarations lint.Camille GILLOT-386/+7
2023-08-04Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkovbors-77/+1
2023-08-03Make test harness lint about unnnameable tests.Camille GILLOT-77/+1
2023-08-03Add `internal_features` lintNilstrieb-13/+46
2023-08-03Make lint missing-copy-implementations honor negative Copy implsLeón Orell Valerian Liehr-0/+23
2023-08-02Add separate feature gate for async fn track callerBryan Garza-6/+6
2023-07-30Check lazy type aliases for well-formednessLeón Orell Valerian Liehr-7/+12
2023-07-28Lower generic const items to HIRLeón Orell Valerian Liehr-1/+2
2023-07-25inline format!() args from rustc_codegen_llvm to the end (4)Matthias Krüger-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-21/+23
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-10/+9
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-3/+3