about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
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
2019-03-25compiletest: make path normalization smarterAndy Russell-108/+108
2019-03-24Deduplicate code for path suggestionEsteban Küber-2/+2
2019-03-24Provide suggestion when using field access instead of pathEsteban Küber-0/+24
2019-03-25Auto merge of #59195 - estebank:for-loop-move, r=petrochenkovbors-0/+58
2019-03-24Add nll testEsteban Küber-0/+24
2019-03-24When moving out of a for loop head, suggest borrowing itEsteban Küber-0/+34
2019-03-24Auto merge of #59397 - kennytm:rollup, r=kennytmbors-0/+31
2019-03-24make asm diagnostic instruction optionalAndy Russell-0/+27
2019-03-24replace redundant note in deprecation warningAndy Russell-5/+71
2019-03-24Auto merge of #58305 - scalexm:chalk-continued, r=nikomatsakisbors-5/+3
2019-03-24Rollup merge of #59355 - varkor:const-param-struct-ice, r=petrochenkovkennytm-0/+21
2019-03-24Rollup merge of #59296 - petrochenkov:stdup, r=estebankkennytm-0/+10
2019-03-24Auto merge of #59199 - estebank:untrack-errors, r=eddybbors-1/+5
2019-03-23Fix span after rebaseEsteban Küber-9/+3
2019-03-23Mark duplicate import removal suggestion tool onlyEsteban Küber-10/+0
2019-03-23Deduplicate const eval error spans for better outputEsteban Küber-28/+12
2019-03-23Hide obvious suggestion from cli outputEsteban Küber-21/+9
2019-03-23Tweak unnecessary import suggestionEsteban Küber-44/+24
2019-03-23Tweak unsupported negative trait bounds messageEsteban Küber-30/+40
2019-03-23Swap primary/secondary spans for E0458Esteban Küber-4/+4
2019-03-23Swap const evaluation lint spans to point at problem in primary spanEsteban Küber-304/+344
2019-03-23Tweak spans for E0599Esteban Küber-126/+60
2019-03-23syntax: Remove warning for unnecessary path disambiguatorsVadim Petrochenkov-15/+3