about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
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-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-6/+5
2024-05-23Rollup merge of #122382 - mu001999:dead_code/enhance, r=petrochenkovLeón Orell Valerian Liehr-0/+48
2024-05-23Rollup merge of #125416 - compiler-errors:param-env-missing-copy, r=lcnrMatthias Krüger-0/+21
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-1/+83
2024-05-23Detect unused structs which implement private traitsr0cky-0/+48
2024-05-22Use correct param-env in MissingCopyImplementationsMichael Goulet-0/+21
2024-05-21Auto merge of #124417 - Xiretza:translate-early-lints, r=fmeasebors-4/+4
2024-05-21Make early lints translatableXiretza-4/+4
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+30
2024-05-20Handle a few more simple testsBen Kimock-13/+13
2024-05-18Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebankbors-18/+18
2024-05-17Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errorsMatthias Krüger-1/+1
2024-05-15Fix article in testZachary S-4/+4
2024-05-15Add tests for 'Also apply `warn(for_loops_over_fallibles)` to &T and &mut T, ...Zachary S-1/+83
2024-05-11Add test of unused_parens lint involving macro callsDavid Tolnay-19/+117
2024-05-10Handle Deref expressions in invalid_reference_castingBen Kimock-0/+7
2024-05-10Remove `ordinalize`.Nicholas Nethercote-18/+18
2024-05-08Handle field projections like slice indexing in invalid_reference_castingBen Kimock-0/+6