summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2021-03-15Revert PR 81473 to resolve (on beta) issues 81626 and 81658.Felix S. Klock II-46/+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-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
2020-11-28Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkovbors-0/+10
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-0/+10
2020-11-26Store ForeignItem in a side table.Camille GILLOT-18/+18
2020-11-22Drop support for cloudabi targetsLzu Tao-54/+53
2020-11-21Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPCbors-0/+56
2020-11-18Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obkMara Bos-2/+2
2020-11-18change error for `LayoutErr::SizeOverflow`Bastian Kauschke-2/+2
2020-11-14Use true previous lint level when detecting overriden forbidsMark Rousskov-164/+84
2020-11-12stability: More precise location for deprecation lint on macrosVadim Petrochenkov-1/+11
2020-11-07Use a semicolon instead of a dash in lint noteAaron Hill-4/+4
2020-11-07Don't fire `CONST_ITEM_MUTATION` lint when borrowing a derefAaron Hill-8/+13
2020-11-03Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obkMara Bos-31/+75
2020-11-02Fix ICE when a future-incompat-report has its command-line level cappedAaron Hill-0/+21
2020-11-01Corrected suggestion for generic parameters in `function_item_references` lintAyrton-31/+75
2020-10-29Rollup merge of #78431 - Rustin-Liu:rustin-patch-lint, r=estebankJonas Schievink-4/+4
2020-10-27Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obkbors-0/+56