summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-4/+5
2019-12-06Remove failing test caseGeorg Semmler-18/+0
2019-12-03Fix #66295Georg Semmler-11/+20
2019-11-24Update tests for raw array in FFI lintElichai Turkel-1/+33
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-5/+4
2019-11-16Use "field is never read" instead of "field is never used"cosine-10/+10
2019-11-14Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centrilbors-2/+1
2019-11-14Fix ui tests with better error code usageGuillaume Gomez-2/+1
2019-11-13Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter...Robin Kruppe-433/+0
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-95/+113
2019-11-07Rollup merge of #66182 - RalfJung:invalid-value, r=CentrilMazdak Farrokhzad-35/+35
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-4/+4
2019-11-07invalid_value lint: fix help textRalf Jung-35/+35
2019-11-07Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obkYuki Okushi-7/+71
2019-11-06Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, ...bors-0/+433
2019-11-06Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebankbors-48/+266
2019-11-05improper ctypes: adjust lint msg for extern fnsDavid Wood-24/+24
2019-11-05improper_ctypes: `extern "C"` fnsDavid Wood-0/+433
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-4/+4
2019-11-02also identiy MaybeUninit::uninit().assume_init() as dangerousRalf Jung-1/+40
2019-11-02uninit/zeroed lint: warn against NULL vtablesRalf Jung-7/+32
2019-11-02Update error annotations in tests that successfully compileTomasz Miąsko-7/+9
2019-11-01Rollup merge of #65112 - jack-t:type-parens-lint, r=varkorTyler Mandry-12/+30
2019-10-29Add lint for unnecessary parens around typesjack-t-12/+30
2019-10-29Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasperMazdak Farrokhzad-0/+142
2019-10-26Use ident instead of def_span in dead-code passPi Lanningham-42/+87
2019-10-26Move dead_code related tests to test/ui/dead-codePi Lanningham-14/+187
2019-10-26Make inline associated constants a future compatibility warningvarkor-17/+28
2019-10-25Handle `ImplItem` in `check_attr`varkor-5/+49
2019-10-25Add test for attribute error checking on trait and foreign itemsvarkor-0/+54
2019-10-25Emit warning for ignored #[inline] on foreign function prototypesvarkor-0/+11
2019-10-25Emit warning for ignored #[inline] on trait method prototypesvarkor-0/+22
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-10-23Rollup merge of #65507 - polyedre:master, r=nikomatsakisYuki Okushi-754/+66
2019-10-19Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obkbors-2/+8
2019-10-18Added text after error messagesLucas Henry-26/+26
2019-10-18[const-prop] Handle MIR Rvalue::AggregatesWesley Wiser-2/+8
2019-10-18Change how `Symbol::Debug` works.Nicholas Nethercote-1/+1
2019-10-17Replaced pretty-json error-format with only jsonLucas Henry-106/+6
2019-10-17Replaced pretty-json error-format with only jsonLucas Henry-626/+22
2019-10-17Replaced warn attribute by denyLucas Henry-144/+152
2019-10-17Replaced warn attibute by denyLucas Henry-26/+34
2019-10-15Organize `never_type` testsMazdak Farrokhzad-4/+3
2019-10-14Tweak heuristics for less noiseEsteban Küber-5/+5
2019-10-14Use heuristics for capitalization warning in suggestionsEsteban Küber-8/+8
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-28/+28
2019-09-29syntax: fix #64682.Mazdak Farrokhzad-5/+38
2019-09-28Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkorMazdak Farrokhzad-0/+52
2019-09-28Fix lint-exceeding-bitshifts ui testsWesley Wiser-23/+27
2019-09-27Add test for redundant_semicolon lint interaction with proc macro attrsNathan-0/+52