about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
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-04Make *const (), *mut () okay for FFIDavid Tolnay-11/+2
2021-06-04Add improper ctypes test for ptr to unit, ptr to tupleDavid Tolnay-45/+69
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
2021-05-21Warn about unreachable code following an expression with an uninhabited typeFabian Wolff-0/+109
2021-05-16More tests for issue-85255hi-rustin-5/+82
2021-05-15Warn about unused pub fields in non-pub structsFabian Wolff-0/+54
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-15/+15
2021-05-07shrinking the deprecated method spanhi-rustin-48/+48
2021-05-05Suggest lint groupsCameron Steffen-1/+11
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-7/+30
2021-05-03parser: Remove support for inner attributes on non-block expressionsVadim Petrochenkov-8/+6