about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/builtin.rs
AgeCommit message (Expand)AuthorLines
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
2023-07-03remove TypeWellFormedFromEnvMichael Goulet-2/+1
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-6/+2
2023-06-26TypeWellFormedInEnvMichael Goulet-1/+2
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-16/+7
2023-06-22migrate inferred_outlives_of to ClauseMichael Goulet-4/+4
2023-06-19s/Clause/ClauseKindMichael Goulet-13/+13
2023-06-17Move ConstEvaluatable to ClauseMichael Goulet-2/+2
2023-06-17Move WF goal to clauseMichael Goulet-1/+1
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-2/+2
2023-06-15privacy: Do not mark items reachable farther than their nominal visibilityVadim Petrochenkov-6/+2
2023-06-13Fix explicit-outlives-requirements lint spanSam Ginnett-7/+12