about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2024-05-27non_local_defs: use labels to indicate what may need to be movedUrgau-56/+568
2024-05-27non_local_defs: use span of the impl def and not the impl blockUrgau-179/+78
2024-05-27non_local_defs: improve some notes around trait, bounds, constsUrgau-113/+111
2024-05-27non_local_defs: switch to more friendly primary messageUrgau-60/+60
2024-05-24A small diagnostic improvement for dropping_copy_typessurechen-4/+126
2024-05-13Suggest removing unused tuple fields if they are the last fieldsGurinder Singh-26/+42
2024-04-30Auto merge of #124398 - klensy:trailing-ws, r=compiler-errorsbors-1/+1
2024-04-29Prohibit const prop of unions in `KnownPanicsLint`Gurinder Singh-0/+51
2024-04-27tests: remove some trailing wsklensy-1/+1
2024-04-24Fix tests and blessGary Guo-39/+34
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-7/+8
2024-04-23Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwcoMatthias Krüger-9/+9
2024-04-23Rollup merge of #123680 - compiler-errors:gen-kw, r=NadrierilMatthias Krüger-2/+2
2024-04-22Stabilize generic `NonZero`.Markus Reiter-33/+31
2024-04-22Deny gen keyword in edition_2024_compat lintsMichael Goulet-2/+2
2024-04-21Auto merge of #123594 - Urgau:fix-non_local_def-lint-overflow, r=lcnrbors-0/+28
2024-04-18Disallow ambiguous attributes on expressionsDominik Stolz-9/+9
2024-04-15Use the rustc_private libc less in testsBen Kimock-64/+60
2024-04-11Silence unused_imports lint for redundant importsMichael Goulet-158/+20
2024-04-10skip `unused_parens`'s suggestion for `Paren` in macro.surechen-0/+79
2024-04-09Fix trait solver overflow with `non_local_definitions` lintUrgau-0/+28
2024-04-09Rollup merge of #123653 - Urgau:split-test-non_local_defs, r=compiler-errorsGuillaume Gomez-1196/+1375
2024-04-09Split `non_local_definitions` lint tests in separate test filesUrgau-1196/+1375
2024-04-07Unify all the always-false cfgs under the `FALSE` cfgUrgau-1/+1
2024-04-05Put non_local_definitions lint back to warn-by-defaultUrgau-61/+56
2024-04-05Update non-local impl definition lint rule noteUrgau-51/+51
2024-04-05Eliminate false-positives in the non-local lint with the type-systemUrgau-29/+158
2024-04-03rename `expose_addr` to `expose_provenance`joboet-4/+4
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-1/+1
2024-03-29Add support for NonNull in ambiguous_wide_ptr_comparisionsUrgau-51/+96
2024-03-29Add detection of [Partial]Ord methods to the ambiguous wide ptr cmp lintUrgau-53/+209
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-1/+1
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-0/+27
2024-03-21Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obkbors-0/+21
2024-03-20Split item bounds and item super predicatesMichael Goulet-0/+21
2024-03-20Ignore paths from expansion in `unused_qualifications`Alex Macleod-0/+2
2024-03-19Rollup merge of #122435 - jieyouxu:unused_qualifications_global_paths, r=petr...Matthias Krüger-25/+23
2024-03-18Detect allocator for box in must_not_suspend lintMichael Goulet-0/+52
2024-03-17Invoke decorate when error level is beyond warning, including error许杰友 Jieyou Xu (Joe)-14/+82
2024-03-17Only invoke `decorate` if the diag can eventually be emitted许杰友 Jieyou Xu (Joe)-0/+14
2024-03-17Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw...bors-20/+10
2024-03-15Don't trigger `unused_qualifications` on global paths许杰友 Jieyou Xu (Joe)-25/+23
2024-03-14Fix lint.Markus Reiter-0/+7
2024-03-14fixes #121331surechen-18/+155
2024-03-12Replace visibility test with reachability test in dead code detectionArthur Carcano-0/+27
2024-03-11Make `DefiningAnchor::Bind` only store the opaque types that may be constrain...Oli Scherer-6/+13
2024-03-10Detect unused struct impls pub traitr0cky-4/+31
2024-03-10Fix lint.Markus Reiter-180/+7
2024-03-10Move generic `NonZero` `rustc_layout_scalar_valid_range_start` attribute to i...Markus Reiter-29/+185
2024-03-07Use was_invoked_from_cargo method instead of hand-written oneUrgau-1/+1