summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2020-01-27Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkovbors-1/+1
2020-01-25Rollup merge of #68504 - tmiasko:check-pass, r=alexcrichtonYuki Okushi-16/+16
2020-01-23unused-parens: implement for block return valuesTyler Lanphear-12/+31
2020-01-23Use check-pass mode for lint testsTomasz Miąsko-16/+16
2020-01-20generalize bindings_with_variant_name lintMazdak Farrokhzad-1/+47
2020-01-20stabilize transparent_enumsMazdak Farrokhzad-1/+1
2020-01-17Rollup merge of #66660 - jumbatm:dont_warn_about_snake_case_in_patterns, r=ce...Tyler Mandry-0/+61
2020-01-17Don't warn about snake case for field puns that don't introduce a new name.jumbatm-0/+61
2020-01-12Add backticks in appropriate placesvarkor-8/+8
2020-01-12Diagnostics should start lowercasevarkor-27/+27
2020-01-09Update testsVadim Petrochenkov-90/+523
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-0/+2
2020-01-06fire "non_camel_case_types" for associated typesAndy Russell-2/+9
2020-01-03Implement uncommon_codepoints lint.Charles Lew-0/+43
2019-12-22Auto merge of #67505 - Centril:rollup-7win7ty, r=Centrilbors-150/+248
2019-12-22Rollup merge of #67500 - JohnTitor:non-shorthand-field-patterns, r=CentrilMazdak Farrokhzad-15/+113
2019-12-22Tweak non_shorthand_field_patterns' suggestionYuki Okushi-15/+113
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-24/+26
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-135/+135
2019-12-18Add more tests for raw_ref_opMatthew Jasper-4/+18
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