summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2024-04-29Don't trigger `unused_qualifications` on global paths许杰友 Jieyou Xu (Joe)-25/+23
2024-04-18Silence unused_imports lint for redundant importsMichael Goulet-158/+20
2024-03-14fixes #121331surechen-18/+155
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-07Use was_invoked_from_cargo method instead of hand-written oneUrgau-1/+1
2024-03-07Add some weird test cases to the non_local_definitions lint testsUrgau-14/+56
2024-03-07Rollup merge of #122107 - Urgau:non_local_def-allow, r=WaffleLapkinMatthias Krüger-51/+56
2024-03-06Temporarily make allow-by-default the non_local_definitions lintUrgau-51/+56
2024-03-06Rollup merge of #122038 - Alexendoo:unused-qualifications, r=petrochenkovMatthias Krüger-1/+19
2024-03-05Rollup merge of #121961 - surechen:add_test_20240304, r=petrochenkovMatthias Krüger-0/+124
2024-03-05Fix linting paths with qself in `unused_qualifications`Alex Macleod-1/+19
2024-03-05add test for #71450surechen-0/+110
2024-03-04add test for #78894surechen-0/+14
2024-03-03Rollup merge of #121749 - jieyouxu:issue-45127-fix, r=petrochenkovMatthias Krüger-14/+126
2024-03-03Rollup merge of #121528 - Alexendoo:unused_qualifications, r=petrochenkovMatthias Krüger-7/+127
2024-03-03Consider middle segments of paths in `unused_qualifications`Alex Macleod-7/+127
2024-03-03Only run lint tests on x86_64-unknown-linux-gnu许杰友 Jieyou Xu (Joe)-13/+17
2024-03-03Ignore cdylib test for i686-unknown-linux-musl许杰友 Jieyou Xu (Joe)-0/+1
2024-03-02Ignore wasm in dylib/proc-macro crate type tests许杰友 Jieyou Xu (Joe)-4/+6
2024-03-01If suggestion would leave an empty line, delete itclubby789-1/+56
2024-02-28Don't lint snake-case on executable crate nameGil Shoshan-14/+119
2024-02-26Rollup merge of #121628 - gurry:121534-ice-asymm-binop, r=oli-obkMatthias Krüger-0/+21
2024-02-26Do not const pop unionsGurinder Singh-0/+21
2024-02-26Rollup merge of #120840 - HTGAzureX1212:HTGAzureX1212/unicode-identifier-type...Guillaume Gomez-7/+13
2024-02-26separate messages for individual categoriesHTGAzureX1212.-7/+13
2024-02-26Auto merge of #121461 - reitermarkus:generic-nonzero-tests, r=dtolnaybors-185/+182
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+1051
2024-02-25Don't use `unwrap()` in `ArrayIntoIter` lint when typeck failsGurinder Singh-0/+20
2024-02-25Use generic `NonZero` in tests.Markus Reiter-185/+182
2024-02-24promotion: don't promote int::MIN / -1Ralf Jung-720/+177
2024-02-23Rollup merge of #121510 - RalfJung:lint-overflowing-ops, r=oli-obkMatthias Krüger-676/+1191
2024-02-23lint-overflowing-ops: unify cases and remove redundancyRalf Jung-676/+1191
2024-02-23Rollup merge of #121471 - estebank:lint-clone, r=TaKO8KiMatthias Krüger-77/+62
2024-02-22When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de...Esteban Küber-77/+62
2024-02-22remove exceptionJames Dietz-8/+8
2024-02-21consolidate testsJames Dietz-510/+1169
2024-02-21Rollup merge of #121338 - jieyouxu:ambiguous_wide_pointer_comparisons_suggest...Dylan DPC-0/+44
2024-02-20Downgrade ambiguous_wide_pointer_comparisons suggestions to MaybeIncorrect许杰友 Jieyou Xu (Joe)-0/+44
2024-02-20trigger `unsafe_code` on `global_asm!` invocationsKalle Wachsmuth-0/+47
2024-02-18Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillotbors-8/+10
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-26/+102
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-8/+10
2024-02-17Add cargo update suggestion for non local defsUrgau-49/+113
2024-02-17Add const-anon suggestion for non local implUrgau-0/+3
2024-02-17Implement RFC3373 non local definitions lintUrgau-0/+984
2024-02-17Enable `ConstPropLint` for promotedsGurinder Singh-535/+3566
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-532/+532
2024-02-14Ignore unsized types when trying to determine the size of a typeUrgau-0/+5
2024-02-14Rollup merge of #121075 - chenyukang:yukang-fix-121070-lint-range, r=oli-obkGuillaume Gomez-0/+16