about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
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
2021-02-06path trimming: ignore type aliasesDan Aloni-11/+11
2021-02-05Move type size check tests to new dir ui/limitsÖmer Sinan Ağacan-19/+0
2021-02-04Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelixMara Bos-24/+417
2021-02-03Really fix early lints inside an async desugaringJethro Beekman-0/+5
2021-02-02introduce future-compatibility warning for forbidden lint groupsNiko Matsakis-24/+417
2021-02-02Fix early lints inside an async desugaringAaron Hill-3/+9
2021-02-01Rollup merge of #81529 - estebank:case_lints, r=davidtwcoJonas Schievink-4/+4
2021-01-31Move some tests to more reasonable directoriesCaio-0/+126
2021-01-30Rollup merge of #81473 - sanxiyn:write-only-field, r=oli-obkYuki Okushi-0/+46
2021-01-29Fix invalid camel case suggestion involving unicode identsEsteban Küber-4/+4
2021-01-28Warn write-only fieldsSeo Sanghyeon-0/+46
2021-01-28Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lintAaron Hill-0/+78
2021-01-24Rollup merge of #81310 - tmiasko:in-pattern, r=petrochenkovJonas Schievink-1/+40
2021-01-24Auto merge of #80919 - cjgillot:defkey-span, r=oli-obkbors-8/+2
2021-01-23Iterate DefId to encode spans.Camille GILLOT-8/+2
2021-01-23Do not mark unit variants as used when in path patternTomasz Miąsko-1/+40
2021-01-17Fix formatting for removed lintsJoshua Nelson-13/+13
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+394
2021-01-13Update code to account for extern ABI requirementMark Rousskov-4/+4
2021-01-13Update tests for extern block lintingMark Rousskov-44/+74
2021-01-12Add test case for wasm non-clash.jumbatm-0/+21
2021-01-02Add snake case lint note about keyword identifiers which cannot be rawSkynoodle-0/+2
2021-01-01Add reserved identifier test cases for snake case lintSkynoodle-0/+84
2020-12-30Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-seMara Bos-1/+1
2020-12-30Rollup merge of #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obkYuki Okushi-6/+22
2020-12-29Lint on redundant trailing semicolon after itemAaron Hill-6/+22
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-0/+94
2020-12-29test: updated expected Vec src pathC-1/+1
2020-12-26update testsBastian Kauschke-1/+1
2020-12-22Revert "Promote missing_fragment_specifier to hard error"Wesley Wiser-4/+22
2020-12-17Suppress `CONST_ITEM_MUTATION` lint if a dereference occurs anywhereAaron Hill-8/+16
2020-12-12Add 'consider using' message to overflowing_literalsCamelid-0/+20
2020-12-10Types with a hidden niche are not known to be non-nullTomasz Miąsko-46/+147
2020-12-08Visit ForeignItems when marking dead code.Camille GILLOT-0/+19
2020-12-03Auto merge of #79620 - JohnTitor:label-name-sugg, r=davidtwcobors-1/+1
2020-12-02Tweak diagnostics on shadowing lifetimes/labelsYuki Okushi-1/+1
2020-12-02Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelixbors-164/+84