about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-55/+206
2019-03-29Suggest using anonymous lifetime in `impl Trait` returnEsteban Küber-3/+9
2019-03-29revert change to test file as per review requestEsteban Küber-2/+1
2019-03-29Rollup merge of #59486 - varkor:dead-code-impl, r=sanxiynMazdak Farrokhzad-0/+17
2019-03-29Rollup merge of #59473 - estebank:borrow-sugg-inside-macro, r=davidtwcoMazdak Farrokhzad-4/+33
2019-03-29Rollup merge of #59467 - hgallagher1993:local_branch, r=estebankMazdak Farrokhzad-84/+173
2019-03-28fix text after rebaseEsteban Küber-0/+8
2019-03-29Rollup merge of #59394 - mark-i-m:dup-matcher-bindings-2, r=CentrilMazdak Farrokhzad-5/+10
2019-03-28Implement `#[non_exhaustive]` on variants.David Wood-55/+206
2019-03-28deny duplicate matcher bindings by defaultmark-5/+10
2019-03-28Add check for when left and right overlap and change span for explanation to ...hgallagher1993-42/+9
2019-03-28Rollup merge of #59429 - estebank:for-loop-move-nll, r=petrochenkovMazdak Farrokhzad-22/+14
2019-03-28Rollup merge of #59408 - euclio:compiletest-normalization, r=oli-obkMazdak Farrokhzad-108/+108
2019-03-28Rollup merge of #59371 - dlrobertson:rename_va_list_copy, r=joshtriplettMazdak Farrokhzad-19/+19
2019-03-28Revise and generalize the macros-unlinted tests.Felix S. Klock II-2/+85
2019-03-28Revise test slightly so that `dyn` in macro invocation *must* be parsed as ke...Felix S. Klock II-4/+4
2019-03-28Recover from parse error in tuple syntaxEsteban Küber-9/+165
2019-03-28Rollup merge of #59198 - estebank:recovered-pattern, r=zackmdavisMazdak Farrokhzad-27/+4
2019-03-27Expand testEsteban Küber-2/+30
2019-03-27Account for short-hand field syntax when suggesting borrowEsteban Küber-4/+42
2019-03-27Account for fully overlapping multiline annotationsEsteban Küber-12/+9
2019-03-27Add testEsteban Küber-0/+35
2019-03-27Do not suggest borrowing when the span comes from a macroEsteban Küber-4/+1
2019-03-28Add a regression test for #47131varkor-0/+17
2019-03-27Rollup merge of #59459 - JohnTitor:add-tests, r=CentrilJosh Stone-0/+88
2019-03-27Rollup merge of #59439 - Centril:generalize-assign-to-bool-diagnostic, r=oli-obkJosh Stone-6/+211
2019-03-27Rollup merge of #59421 - estebank:tuple-index-suffix, r=petrochenkovJosh Stone-24/+68
2019-03-27Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavusJosh Stone-0/+23
2019-03-27Rollup merge of #57565 - petrochenkov:turbowarn, r=CentrilJosh Stone-15/+3
2019-03-27Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoeristerJosh Stone-26/+26
2019-03-27Better diagnostic for binary operation on BoxedValueshgallagher1993-84/+206
2019-03-27Regression test for rust-lang/rust#56327.Felix S. Klock II-0/+25
2019-03-27Some tests illustrating where the revised lint does and does not apply.Felix S. Klock II-0/+346
2019-03-27Add some testsYuki OKUSHI-0/+88
2019-03-27add negative test case in assignment-expected-boolMazdak Farrokhzad-2/+23
2019-03-27adjust assignment-in-if test accordingly.Mazdak Farrokhzad-6/+26
2019-03-27add test for assignment x = y where type bool is expected.Mazdak Farrokhzad-0/+164
2019-03-26Add specific message for tuple struct invoked with suffixed numeric field nameEsteban Küber-1/+19
2019-03-26Reword invalid suffixe errorsEsteban Küber-30/+30
2019-03-26Use `expect_no_suffix` for errorEsteban Küber-7/+6
2019-03-26Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkorMazdak Farrokhzad-5/+71
2019-03-26Rollup merge of #59267 - estebank:assoc-const-as-field, r=davidtwcoMazdak Farrokhzad-1/+25
2019-03-26Rollup merge of #59150 - estebank:type-ascription, r=varkorMazdak Farrokhzad-0/+177
2019-03-25review commentsEsteban Küber-3/+13
2019-03-25When moving out of a for loop head, suggest borrowing it in nll modeEsteban Küber-22/+14
2019-03-25Reject integer suffix when tuple indexingEsteban Küber-0/+17
2019-03-25Update testsJohn Kåre Alsaker-26/+26
2019-03-25Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obkbors-1/+24
2019-03-25Auto merge of #59242 - euclio:asm-ice, r=nagisabors-0/+27
2019-03-25Auto merge of #59240 - euclio:struct-field-span, r=oli-obkbors-7/+7