about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2022-10-21Fix unreachable_pub suggestion for enum with fieldsKitsu-0/+30
2022-10-20Elaborate supertrait bounds when triggering unused_must_use on impl TraitMichael Goulet-0/+26
2022-10-17`order_dependent_trait_objects` to `ReportNow`lcnr-0/+42
2022-10-15Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillotbors-2/+11
2022-10-13fix small word dupe typosRageking8-1/+1
2022-10-09fixup lint nameMaybe Waffle-1/+1
2022-10-09`for_loop_over_fallibles`: fix suggestion for "remove `.next()`" caseMaybe Waffle-3/+2
2022-10-09Add a test for the `for_loop_over_fallibles` lintMaybe Waffle-0/+145
2022-10-07make const_err a hard errorRalf Jung-83/+43
2022-10-05Fix opaque_hidden_inferred_bound lint ICEMichael Goulet-0/+22
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-26/+51
2022-10-04Rollup merge of #102489 - compiler-errors:issue-102074, r=oli-obkDylan DPC-2/+11
2022-10-04Rollup merge of #102639 - nnethercote:improve-spans-splitting, r=Aaron1011Matthias Krüger-1/+1
2022-10-04Rollup merge of #102567 - compiler-errors:issue-102561, r=davidtwcoMatthias Krüger-0/+19
2022-10-04We are able to resolve methods even if they need substMichael Goulet-2/+11
2022-10-04Improve spans when splitting multi-char operator tokens for proc macros.Nicholas Nethercote-1/+1
2022-10-02Delay evaluating lint primary message until after it would be suppressedMichael Goulet-0/+19
2022-10-01Compute `lint_levels` by definitionDeadbeef-8/+8
2022-10-01bless ui testsMaybe Waffle-306/+306
2022-09-27also query type_uninhabited_fromRalf Jung-1/+1
2022-09-26make invalid_value lint a bit smarter around enumsRalf Jung-66/+171
2022-09-22Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-8/+8
2022-09-15Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obkbors-8/+8
2022-09-14Compute `lint_levels` by definitionDeadbeef-8/+8
2022-09-13Update must_not_suspend/ref.rsEric Holk-10/+37
2022-09-12A SubstitutionPart is not a deletion if it replaces nothing with nothingMichael Goulet-45/+30
2022-09-04Don't fire `rust_2021_incompatible_closure_captures` in edition = 2021Maybe Waffle-0/+15
2022-09-02Rollup merge of #97739 - a2aaron:let_underscore, r=estebankGuillaume Gomez-0/+63
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-26More tests for invalid_value lint5225225-7/+49
2022-08-26Make invalid-value trigger on uninit primitives5225225-10/+23
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-11/+10
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-11/+10
2022-08-23Use par_body_owners for livenessSeo Sanghyeon-20/+20
2022-08-18Rollup merge of #97962 - eholk:drop-tracking-must-not-suspend, r=cjgillotMatthias Krüger-0/+57
2022-08-11Add missing visit_pat_field in early lint visitor.Eric Huss-6/+27
2022-08-11Make Node::ExprField a child of Node::Expr.Eric Huss-76/+76
2022-08-11Add visitors for PatField and ExprField.Eric Huss-1/+1
2022-08-11Honor lint level attributes in more places.Eric Huss-0/+1266
2022-08-11Check attributes on struct expression fields.Eric Huss-2/+8
2022-08-11Check attributes on pattern fields.Eric Huss-1/+13
2022-08-10Rollup merge of #100226 - cjgillot:noice-multibyte, r=davidtwcoMatthias Krüger-0/+54
2022-08-07Do not manually craft a span pointing inside a multibyte character.Camille GILLOT-0/+54
2022-08-05Use `#![warn(let_underscore_drop)]` in tests.Aaron Kofsky-2/+6
2022-08-05Delay formatting trimmed path until lint/error is emittedMichael Goulet-0/+24
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-6/+64
2022-08-04Explain why let-underscoring a lock guard is incorrect.Aaron Kofsky-2/+4
2022-08-04Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro...Matthias Krüger-0/+41
2022-08-04Enable unused_parens for match armswcampbell-0/+41
2022-08-03Rollup merge of #100029 - hdelc:master, r=cjgillotMatthias Krüger-2/+2