summaryrefslogtreecommitdiff
path: root/compiler/rustc_lint_defs
Commit message (Expand)AuthorAgeFilesLines
* more dupe word typosRageking82022-10-141-1/+1
* Auto merge of #100720 - camsteffen:representable, r=cjgillotbors2022-10-081-0/+3
|\
| * Rewrite representabilityCameron Steffen2022-10-071-0/+3
* | make const_err a hard errorRalf Jung2022-10-071-32/+0
|/
* Compute `lint_levels` by definitionDeadbeef2022-10-011-5/+26
* Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT2022-09-221-26/+5
* Compute `lint_levels` by definitionDeadbeef2022-09-141-5/+26
* Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors2022-09-131-2/+0
|\
| * Stabilize GATsJack Huey2022-08-301-2/+0
* | Allow tool-lints to specify a feature-gate tooWim Looman2022-09-121-3/+7
* | Don't fire `rust_2021_incompatible_closure_captures` in edition = 2021Maybe Waffle2022-09-041-2/+2
* | Add warning against unexpected --cfg with --check-cfgUrgau2022-09-021-1/+0
* | Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors2022-09-011-1/+1
|\ \
| * | Fix a bunch of typoDezhi Wu2022-08-311-1/+1
| |/
* | Suggest calling when operator types mismatchMichael Goulet2022-08-281-1/+2
|/
* Rollup merge of #99784 - est31:deny_cfg_attr_crate_type_name, r=Mark-SimulacrumYuki Okushi2022-08-271-2/+2
|\
| * Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by d...est312022-07-271-2/+2
* | Tidyfinalchild2022-08-221-1/+1
* | Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword...finalchild2022-08-221-2/+2
* | Use DiagnosticMessage for BufferedEarlyLint.msgfinalchild2022-08-221-4/+4
* | Rollup merge of #99935 - CAD97:unstable-syntax-lints, r=petrochenkovMatthias Krüger2022-08-201-0/+51
|\ \
| * | Reenable early feature-gates as future-compat warningsChristopher Durham2022-08-171-0/+51
* | | Add diagnostic translation lints to crates that don't emit them52252252022-08-181-0/+2
|/ /
* | Warn about dead tuple struct fieldsFabian Wolff2022-08-031-0/+27
* | Improve position named arguments lint underline and formatting namesPreston From2022-08-021-1/+13
* | Generate correct suggestion with named arguments used positionallyPreston From2022-07-251-1/+1
|/
* avoid a `Symbol` to `String` conversionTakayuki Maeda2022-07-201-1/+1
* Only suggest if span is not erroneousMichael Goulet2022-07-151-1/+1
* Emit warning when named arguments are used positionally in formatPreston From2022-07-132-0/+32
* fix documentationDeadbeef2022-07-131-6/+10
* check non_exhaustive attr and private fields for transparent typesDeadbeef2022-07-121-0/+51
* Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley...Dylan DPC2022-07-072-0/+12
|\
| * Add function to manually fulfill lint expectations (RFC 2383)xFrednet2022-07-061-0/+7
| * Document, that some lint have to be expected on the crate level (RFC 2383)xFrednet2022-07-061-0/+5
* | Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors2022-07-021-0/+40
|\ \
| * | Fix FFI-unwind unsoundness with mixed panic modeGary Guo2022-06-081-0/+40
* | | make const_err show up in future breakage reportsRalf Jung2022-06-251-0/+1
* | | Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r...Michael Goulet2022-06-231-0/+3
|\ \ \ | |_|/ |/| |
| * | add "was" to pluralize macro and use itTakayuki Maeda2022-06-221-0/+3
* | | Auto merge of #97652 - RalfJung:cenum_impl_drop_cast, r=nagisabors2022-06-181-3/+3
|\ \ \ | |/ / |/| |
| * | fix lint doctestsRalf Jung2022-06-021-2/+1
| * | make cenum_impl_drop_cast deny-by-default and show up as future breakage diag...Ralf Jung2022-06-021-1/+2
* | | Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet2022-06-161-4/+10
| |/ |/|
* | Use serde_json for json error messagesbjorn32022-06-032-1/+4
|/
* Fix typoest312022-05-231-1/+1
* Lint single-use-lifetimes on the AST.Camille GILLOT2022-05-201-1/+15
* Allow the unused_macro_rules lint for nowest312022-05-141-1/+2
* Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors2022-05-121-0/+44
|\
| * Add unused_macro_rules lint definitionest312022-05-041-0/+44
* | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors2022-05-091-6/+5
|\ \