about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2021-03-28unaligned_references: align(N) fields in packed(N) structs are fineRalf Jung-7/+32
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-9/+30
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-35/+32
2021-03-20Move some tests to more reasonable directories - 5Caio-0/+135
2021-03-19update testsmark-35/+32
2021-03-18Auto merge of #82868 - petrochenkov:bto, r=estebankbors-0/+47
2021-03-18Report missing cases of `bare_trait_objects`Vadim Petrochenkov-0/+47
2021-03-18Rollup merge of #83216 - jyn514:register-tool, r=petrochenkovDylan DPC-0/+38
2021-03-16Allow registering tool lints with `register_tool`Joshua Nelson-0/+38
2021-03-16Don't warn about old rustdoc lint names (temporarily)Joshua Nelson-8/+3
2021-03-16Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakisbors-29/+289
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-29/+289
2021-03-15Rollup merge of #82989 - Smittyvb:other-lang-literal-errors, r=varkorDylan DPC-0/+107
2021-03-15Custom error on literal names from other languagesSmitty-0/+107
2021-03-14Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomezYuki Okushi-0/+15
2021-03-08Rollup merge of #82829 - JohnTitor:handle-neg-val, r=estebankMara Bos-1/+2
2021-03-07Rollup merge of #82793 - JohnTitor:move-ui-tests, r=petrochenkovYuki Okushi-0/+14
2021-03-06Move some tests to more suitable subdirsYuki Okushi-0/+14
2021-03-06Handle negative literals in cast overflow warningYuki Okushi-1/+2
2021-03-05Rename `rustdoc` to `rustdoc::all`Joshua Nelson-0/+15
2021-03-05Rollup merge of #80723 - rylev:noop-lint-pass, r=estebankMara-0/+93
2021-03-05Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakisbors-118/+148
2021-03-04Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomezYuki Okushi-0/+34
2021-03-03Fix borrow and derefRyan Levick-13/+53
2021-03-03Remove lint pass on borrow and derefRyan Levick-57/+23
2021-03-03Increase accuracy of lint triggerEsteban Küber-5/+8
2021-03-03Improve error messagesRyan Levick-16/+12
2021-03-03Fix tidy errorRyan Levick-4/+4
2021-03-03Update error messageRyan Levick-8/+20
2021-03-03Fix tidy errorsRyan Levick-6/+9
2021-03-03Improve warningRyan Levick-12/+12
2021-03-03Add tests and support two more noop methodsRyan Levick-0/+73
2021-03-01Improve error messagesJoshua Nelson-0/+34
2021-03-02Rollup merge of #82655 - SkiFire13:fix-issue-81314, r=estebankGuillaume Gomez-6/+51
2021-03-01Auto merge of #82663 - jyn514:rollup-xh3cb0c, r=jyn514bors-0/+37
2021-03-01Rollup merge of #82620 - jyn514:apply-renamed-lints, r=ManishearthJoshua Nelson-0/+37
2021-03-01Add regression testGiacomo Stevanato-0/+45
2021-02-28Bless some testsGiacomo Stevanato-6/+6
2021-02-28Apply lint restrictions from renamed lintsJoshua Nelson-0/+37
2021-02-27Enable report_in_external_macro in unaligned_referencesTaiki Endo-0/+68
2021-02-24Properly account for non-shorthand pattern field in unused variable lintEsteban Küber-0/+46
2021-02-19Consider auto derefs before warning about write only fieldsTomasz MiÄ…sko-1/+68
2021-02-18Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPCYuki Okushi-0/+8
2021-02-17Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnrGuillaume Gomez-18/+38
2021-02-16Move some tests to more reasonable directoriesCaio-0/+8
2021-02-13Improve error and help messagesCamelid-38/+38
2021-02-10Inherit `#[stable(..)]` annotations in enum variants and fields from its itemEsteban Küber-118/+148
2021-02-10Auto merge of #79804 - tmiasko:improper-ctypes-no-niche, r=pnkfelixbors-46/+147
2021-02-09Rollup merge of #72209 - Nemo157:lint-no-mangle-in-unsafe-code, r=nikomatsakisDylan DPC-20/+113
2021-02-07Auto merge of #81462 - osa1:issue75158, r=Mark-Simulacrumbors-19/+0