summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2019-12-14Fix #66295Georg Semmler-29/+20
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-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
2019-09-25Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasperMazdak Farrokhzad-10/+13
2019-09-22Auto merge of #64669 - estebank:unreachable, r=Centrilbors-6/+12
2019-09-21review commentsEsteban Küber-2/+2
2019-09-21Do not trigger unreachable lint in async body and Use span labelsEsteban Küber-6/+12
2019-09-21Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=CentrilMazdak Farrokhzad-2/+2
2019-09-18Point at original span when emitting unreachable lintAaron Hill-0/+5
2019-09-17Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mar...Tyler Mandry-1/+1
2019-09-16Fix failure note `to_str` implementationAfnan Enayet-1/+1
2019-09-16or-patterns: #47390: we rely on names to exercise `IndexMap`.Mazdak Farrokhzad-10/+13
2019-09-14Don't mark expression with attributes as not needing parenthesesMark Rousskov-19/+23
2019-09-12Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebankbors-87/+162
2019-09-11Stabilize `param_attrs` in Rust 1.39.0Caio-2/+2
2019-09-10Refactor "not FFI-safe" diagnosticvarkor-88/+133
2019-09-10Surround `PhantomData` in backticksvarkor-6/+6
2019-09-10Forbid opaque types in extern blocksvarkor-0/+30
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-1/+1
2019-09-05or-patterns: fix fallout from #664128.Mazdak Farrokhzad-34/+19
2019-09-03unused_parens: fix for or-patterns + &(mut x)Mazdak Farrokhzad-47/+192
2019-08-31Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppebors-13/+23
2019-08-31improper_ctypes: guard against accidental change to Unique<T>.Mazdak Farrokhzad-13/+23
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-18/+18
2019-08-26review commentEsteban Küber-2/+2