about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs
AgeCommit message (Expand)AuthorLines
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
2022-09-12Allow tool-lints to specify a feature-gate tooWim Looman-3/+7
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-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-30Stabilize GATsJack Huey-2/+0
2022-08-28Suggest calling when operator types mismatchMichael Goulet-1/+2
2022-08-27Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-SimulacrumYuki Okushi-2/+2
2022-08-22Tidyfinalchild-1/+1
2022-08-22Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword...finalchild-2/+2
2022-08-22Use DiagnosticMessage for BufferedEarlyLint.msgfinalchild-4/+4
2022-08-20Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkovMatthias Krüger-0/+51
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+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-08-02Improve position named arguments lint underline and formatting namesPreston From-1/+13
2022-07-27Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by d...est31-2/+2
2022-07-25Generate correct suggestion with named arguments used positionallyPreston From-1/+1
2022-07-20avoid a `Symbol` to `String` conversionTakayuki Maeda-1/+1
2022-07-15Only suggest if span is not erroneousMichael Goulet-1/+1
2022-07-13Emit warning when named arguments are used positionally in formatPreston From-0/+32
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/+12
2022-07-06Add function to manually fulfill lint expectations (RFC 2383)xFrednet-0/+7
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-23Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r...Michael Goulet-0/+3
2022-06-22add "was" to pluralize macro and use itTakayuki Maeda-0/+3
2022-06-18Auto merge of #97652 - RalfJung:cenum_impl_drop_cast, r=nagisabors-3/+3
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-4/+10
2022-06-08Fix FFI-unwind unsoundness with mixed panic modeGary Guo-0/+40
2022-06-03Use serde_json for json error messagesbjorn3-1/+4
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-20Lint single-use-lifetimes on the AST.Camille GILLOT-1/+15
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-06Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...bors-35/+0
2022-05-04Add unused_macro_rules lint definitionest31-0/+44
2022-05-02fix most compiler/ doctestsElliot Roberts-1/+2
2022-04-27Plumb through rustc_lint_defs::Level as enum rather than string.Jeremy Fitzhardinge-0/+7
2022-04-20Remove mutable_borrow_reservation_conflict lintJack Huey-35/+0