about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs
AgeCommit message (Expand)AuthorLines
2023-03-15Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J...bors-3/+4
2023-03-11`MaybeUninit::assume_init_read` should have `noundef` load metadataScott McMurray-3/+4
2023-03-11Rollup merge of #108806 - cjgillot:query-lints, r=davidtwcoMatthias Krüger-2/+5
2023-03-06Querify early_lint_checks.Camille GILLOT-1/+2
2023-03-06Querify registered_tools.Camille GILLOT-1/+3
2023-02-27Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkinMatthias Krüger-0/+7
2023-02-22Add check for invalid \`#[macro_export]\` argumentsblyxyas-0/+30
2023-02-22Move the unused extern crate check back to the resolver.Camille GILLOT-0/+7
2023-02-09Extend `BYTE_SLICE_IN_PACKED_STRUCT_WITH_DERIVE`.Nicholas Nethercote-4/+5
2023-01-31make unaligned_reference a hard errorRalf Jung-46/+0
2023-01-30Auto merge of #104429 - nnethercote:more-deriving-on-packed-structs, r=RalfJungbors-0/+34
2023-01-30Allow more deriving on packed structs.Nicholas Nethercote-0/+34
2023-01-29Rollup merge of #107078 - ehuss:invalid_doc_attributes-docs, r=jackh726Matthias Krüger-3/+9
2023-01-22Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errorsbors-1/+2
2023-01-21Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillotMichael Goulet-1/+1
2023-01-22Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim...bors-0/+68
2023-01-21Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat reportAaron Hill-0/+1
2023-01-21Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obkbors-2/+3
2023-01-20Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error"Felix S. Klock II-0/+68
2023-01-20Add `compile_fail` to doctest for `bindings_with_variant_name`--global-1/+1
2023-01-20Change `bindings_with_variant_name` to deny-by-default--global-1/+1
2023-01-19Update wording of invalid_doc_attributes docs.Eric Huss-3/+9
2023-01-19Use UnordMap instead of FxHashMap in define_id_collections!().Michael Woerister-2/+3
2023-01-16fix #104440Takayuki Maeda-1/+1
2023-01-12Bump IMPLIED_BOUNDS_ENTAILMENT to Deny + ReportNowMichael Goulet-2/+2
2023-01-10create helper function for `rustc_lint_defs::Level` and remove it's duplicate...ozkanonur-0/+13
2022-12-25fix some typosKaDiWa-1/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-1/+1
2022-12-19Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin...Michael Goulet-4/+5
2022-12-19Add IMPLIED_BOUNDS_ENTAILMENT lintMichael Goulet-0/+41
2022-12-15Make the test actually emit the future incompat lintOli Scherer-3/+4
2022-12-15Fix docsOli Scherer-1/+1
2022-12-15Always report alignment failures in future incompat summariesOli Scherer-0/+1
2022-12-15Make alignment checks a future incompat lintOli Scherer-0/+36
2022-12-12delete mentions of type ascription from lint descriptionsLukas Markeffsky-14/+17
2022-11-23Make `deref_into_dyn_supertrait` lint the impl and not the usageMaybe Waffle-46/+0
2022-11-15Merge branch 'master' into patch-2Kagami Sascha Rosylight-68/+0
2022-10-25Fix failing examplesKagami Sascha Rosylight-4/+4
2022-10-24Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard errorAaron Hill-68/+0
2022-10-22Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726Matthias Krüger-0/+1
2022-10-19Fixup a few tests needing asm supportJosh Stone-1/+1
2022-10-17`order_dependent_trait_objects` to `ReportNow`lcnr-0/+1
2022-10-14more dupe word typosRageking8-1/+1
2022-10-08Auto merge of #100720 - camsteffen:representable, r=cjgillotbors-0/+3
2022-10-07make const_err a hard errorRalf Jung-32/+0
2022-10-07Rewrite representabilityCameron Steffen-0/+3
2022-10-01Compute `lint_levels` by definitionDeadbeef-5/+26
2022-09-22Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-26/+5
2022-09-14Compute `lint_levels` by definitionDeadbeef-5/+26
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-2/+0