summary refs log tree commit diff
path: root/compiler/rustc_lint_defs/src/builtin.rs
AgeCommit message (Expand)AuthorLines
2023-01-22Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errorsbors-0/+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-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-12Bump IMPLIED_BOUNDS_ENTAILMENT to Deny + ReportNowMichael Goulet-2/+2
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-07make const_err a hard errorRalf Jung-32/+0
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-2/+0
2022-09-04Don't fire `rust_2021_incompatible_closure_captures` in edition = 2021Maybe Waffle-2/+2
2022-09-02Add warning against unexpected --cfg with --check-cfgUrgau-1/+0
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-30Stabilize GATsJack Huey-2/+0
2022-08-27Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-SimulacrumYuki Okushi-2/+2
2022-08-17Reenable early feature-gates as future-compat warningsChristopher Durham-0/+51
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-0/+27
2022-07-27Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by d...est31-2/+2
2022-07-13Emit warning when named arguments are used positionally in formatPreston From-0/+31
2022-07-13fix documentationDeadbeef-6/+10
2022-07-12check non_exhaustive attr and private fields for transparent typesDeadbeef-0/+51
2022-07-07Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley...Dylan DPC-0/+5
2022-07-06Document, that some lint have to be expected on the crate level (RFC 2383)xFrednet-0/+5
2022-07-02Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors-0/+40
2022-06-25make const_err show up in future breakage reportsRalf Jung-0/+1
2022-06-08Fix FFI-unwind unsoundness with mixed panic modeGary Guo-0/+40
2022-06-02fix lint doctestsRalf Jung-2/+1
2022-06-02make cenum_impl_drop_cast deny-by-default and show up as future breakage diag...Ralf Jung-1/+2
2022-05-23Fix typoest31-1/+1
2022-05-14Allow the unused_macro_rules lint for nowest31-1/+2
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-0/+44
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-6/+5
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-1/+2
2022-05-04Add unused_macro_rules lint definitionest31-0/+44