summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2021-07-21temporarily ignore a test until we reland PR 83171.Felix S. Klock II-0/+2
2021-07-21Revert PR 81473 to resolve (on mainline) issues 81626 and 81658.Felix S. Klock II-113/+0
2021-07-21Rename force-warns to force-warnRyan Levick-30/+30
2021-07-20Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebankbors-1/+11
2021-07-19Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkovbors-0/+19
2021-07-19Remove special case for `ExprKind::Paren` in `MutVisitor`Aaron Hill-0/+19
2021-07-19Auto merge of #86970 - inquisitivecrystal:force-warn, r=davidtwcobors-0/+72
2021-07-17Add tests for command line lint controlinquisitivecrystal-0/+72
2021-07-17Compute a better `lint_node_id` during expansionAaron Hill-15/+38
2021-07-17Auto merge of #87129 - FabianWolff:issue-75356, r=varkorbors-0/+94
2021-07-14Add -Zfuture-incompat-test to assist with testing future-incompat reports.Eric Huss-0/+19
2021-07-14Warn about useless assignments of variables/fields to themselvesFabian Wolff-0/+94
2021-07-13Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obkbors-5/+4
2021-07-12Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebankbors-59/+58
2021-07-10Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obkbors-0/+63
2021-07-09Fix default_hash_types to use resolved pathCameron Steffen-5/+4
2021-07-09Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwcobors-0/+27
2021-07-08Add regression testinquisitivecrystal-0/+63
2021-07-08Rollup merge of #86639 - eholk:lint-tool, r=petrochenkovYuki Okushi-0/+22
2021-07-07Cleanup: unify lint name checkingEric Holk-0/+11
2021-07-07Fix test caseEric Holk-12/+1
2021-07-06Unify lint tool and lint name checkingEric Holk-4/+4
2021-07-06Add ui test for command line lints with tool namesEric Holk-0/+22
2021-07-05Fix double warning about illegal floating-point literal patternFabian Wolff-0/+27
2021-07-01New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w...Ryan Levick-1/+28
2021-06-30Force warnings even when can_emit_warnings == falseRyan Levick-0/+22
2021-06-29Auto merge of #86009 - cjgillot:fwarn, r=davidtwcobors-9/+9
2021-06-26Remove issue-78660-cap-lints-future-compat test.Mara Bos-10/+0
2021-06-26Make ForceWarn a lint level.Camille GILLOT-9/+9
2021-06-25Address PR feedbackRyan Levick-19/+19
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-30/+19
2021-06-18Lint for unused borrows as part of UNUSED_MUST_USEhi-rustin-0/+77
2021-06-15Use last segmenthi-rustin-3/+2
2021-06-15shrinking the deprecated method spanhi-rustin-56/+56
2021-06-10Fix force-warns to allow dashes.Eric Huss-1/+1
2021-06-10Auto merge of #82639 - jyn514:stable-options, r=Mark-Simulacrumbors-718/+53
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-718/+53
2021-06-05Auto merge of #86001 - richkadel:revert-85617-rustin-patch-fix, r=Mark-Simula...bors-56/+56
2021-06-05Rollup merge of #85853 - marmeladema:improper-ctypes-definitions-boxed-dst, r...Yuki Okushi-20/+55
2021-06-04Revert "shrinking the deprecated method span"Rich Kadel-56/+56
2021-06-04Auto merge of #85788 - rylev:force-warns, r=nikomatsakisbors-0/+195
2021-06-03Warn against boxed DST in `improper_ctypes_definitions` lintmarmeladema-20/+55
2021-06-03Update tests with new casingRyan Levick-9/+9
2021-06-02Add deny-by-default testRyan Levick-0/+22
2021-06-02Add missing stderr fileRyan Levick-0/+14
2021-06-02Add final testRyan Levick-7/+6
2021-06-02Force warn on lint groups as wellRyan Levick-4/+58
2021-06-01Fix issues and add testRyan Levick-1/+14
2021-05-28Initial support for force-warnsRyan Levick-0/+93
2021-05-24shrinking the deprecated method spanhi-rustin-56/+56