summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2019-06-30Extend #[must_use] lint to arraysvarkor-0/+91
2019-06-30Improve error messages for boxed trait objects in tuplesvarkor-3/+33
2019-06-30Extend the #[must_use] lint to boxed typesvarkor-2/+13
2019-06-24--bless you.Mazdak Farrokhzad-5/+5
2019-06-24Address review comments.Mazdak Farrokhzad-1/+0
2019-06-24lint-type-overflow2: warn -> deny.Mazdak Farrokhzad-32/+21
2019-06-23let_chains: scrutinee -> head expression.Mazdak Farrokhzad-4/+4
2019-06-23let_chains: Adjust unnecessary parens tests.Mazdak Farrokhzad-4/+4
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-24/+46
2019-06-09Address review commentsVadim Petrochenkov-69/+0
2019-06-08Remove some more `#![feature(custom_attribute)]`sVadim Petrochenkov-40/+40
2019-06-03Auto merge of #61100 - varkor:must_use-tuple-expr, r=cramertjbors-0/+64
2019-06-03Add nested must_use variantvarkor-1/+11
2019-06-03Specify tuple element in lint messagevarkor-10/+10
2019-06-03Add function call to testvarkor-4/+18
2019-06-03Use precise span for must_use tuple componentsvarkor-3/+23
2019-06-03Add test for #[must_use] in tuplesvarkor-0/+20
2019-05-30Update ui and run-pass for ellipsis_inclusive_range_patterns lintmemoryruins-11/+69
2019-05-29Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centrilbors-14/+14
2019-05-29Update ui test suite to use dynmemoryruins-14/+14
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-36/+32
2019-05-23Add test for denying overflowing literal in loopvarkor-1/+10
2019-05-23Auto merge of #60174 - matthewjasper:add-match-arm-scopes, r=pnkfelixbors-2/+42
2019-05-22Allow null-pointer-optimized enums in FFI if their underlying representation ...Michael Bradshaw-10/+65
2019-05-21Give match arms a drop/region scopeMatthew Jasper-2/+10
2019-05-21Respect lint attributes on match armsMatthew Jasper-0/+32
2019-05-04Fix misleading indentationJesper Steen Møller-6/+5
2019-05-04Fix #45268 by saving all NodeId's for resolved traits.Jesper Steen Møller-0/+61
2019-04-30Include signed integer types in the lintvarkor-1/+8
2019-04-30Preserve literal suffixesvarkor-1/+8
2019-04-30Place types inside backticksvarkor-77/+75
2019-04-30Add a test for overflowing endpointsvarkor-0/+47
2019-04-23Update ui testsvarkor-3/+3
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-71/+72
2019-04-16Don't test json with color codes on windowsOliver Scherer-53/+54
2019-04-15include mode in unused binding suggestion spanAndy Russell-0/+107
2019-04-02Update ui tests to latest masterOliver Scherer-18/+18
2019-04-02Rename `colorful-json` to `json-rendered` and make it a selection instead of ...Oliver Scherer-27/+27
2019-04-02Emit ansi color codes in the `rendered` field of json diagnosticsOliver Scherer-45/+45
2019-03-30Handle glob import in redundancy checkFabian Drinck-9/+0
2019-03-30Change message to present tenseFabian Drinck-4/+4
2019-03-30Add glob import to redundancy testFabian Drinck-6/+36
2019-03-30Fix testsFabian Drinck-5/+13
2019-03-30Replace REDUNDANT_IMPORT with UNUSED_IMPORTSFabian Drinck-7/+4
2019-03-30Edit ui testsFabian Drinck-0/+1
2019-03-30Distinguish between imported and defined itemsFabian Drinck-1/+1
2019-03-30Bless testsFabian Drinck-0/+23
2019-03-30Improve warningFabian Drinck-7/+4
2019-03-30Add lint for redundant importsFabian Drinck-0/+31