summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2019-08-12more informative error message from invalid_value lintRalf Jung-55/+183
2019-08-11warn for more casesRalf Jung-11/+166
2019-08-11add basic lint testing for misuse of mem::zeroed and mem::uninitializedRalf Jung-0/+72
2019-08-09Allow deprecated try macro in test cratesLzu Tao-2/+3
2019-08-09Deprecate `try!` macroBO41-1/+1
2019-08-07Rollup merge of #63163 - bravomikekilo:master, r=cramertjMazdak Farrokhzad-14/+833
2019-08-06Add rustfix test and fix test name.bravomikekilo-127/+220
2019-08-03fix tidy problembravomikekilo-1/+1
2019-08-03add new test and add conditional whitespacebravomikekilo-1/+727
2019-07-31add a pair of whitespace after remove parenthesesbravomikekilo-1/+1
2019-07-30Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obkbors-27/+27
2019-07-28Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centrilbors-27/+269
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-106/+105
2019-07-27Lint attributes on function argumentsCaio-27/+269
2019-07-26rustc: Stabilize options for pipelined compilationAlex Crichton-27/+27
2019-07-21normalize use of backticks in compiler messages for librustc_lintSamy Kacimi-13/+13
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-32/+32
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-119/+119
2019-07-06in which the `non_ascii_idents` lint appears (RFC 2457)Zack M. Davis-0/+43
2019-07-06Make WhileTrue into an EarlyLintPass lint.Mazdak Farrokhzad-23/+32
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-34/+34
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