about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-03-26Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkorMazdak Farrokhzad-5/+71
2019-03-26Rollup merge of #59315 - Zoxc:move-query, r=oli-obkMazdak Farrokhzad-159/+159
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-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-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-24Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkovbors-2/+2
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-12/+66
2019-03-24make asm diagnostic instruction optionalAndy Russell-0/+27
2019-03-24replace redundant note in deprecation warningAndy Russell-5/+71
2019-03-24Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor`Vadim Petrochenkov-2/+2
2019-03-24Rollup merge of #59377 - smaeul:patch/system-llvm, r=nikickennytm-12/+12
2019-03-24Auto merge of #58305 - scalexm:chalk-continued, r=nikomatsakisbors-5/+31
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-24Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkovkennytm-0/+23
2019-03-24Separate variant id and variant constructor id.David Wood-2/+2
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-23Auto merge of #59058 - petrochenkov:assocrecov3, r=estebankbors-4/+135
2019-03-22Continue running after `typeck_item_bodies` has failedEsteban Küber-1/+5
2019-03-22Reword type ascription note to reduce verbosityEsteban Küber-60/+10
2019-03-22Review commentEsteban Küber-10/+10
2019-03-22Hide "type ascription is experimental error" unless it's the only oneEsteban Küber-24/+5
2019-03-22Only suggest let assignment for type ascription if we find an equals signEsteban Küber-9/+3
2019-03-22Tweak labelsEsteban Küber-5/+1
2019-03-22Expand suggestions for type ascription parse errorsEsteban Küber-0/+256
2019-03-23Auto merge of #58929 - estebank:elide-object, r=zackmdavisbors-0/+33
2019-03-22Correct minimum system LLVM version in testsSamuel Holland-12/+12
2019-03-22Rollup merge of #59347 - petrochenkov:nomake, r=davidtwcoMazdak Farrokhzad-50/+57
2019-03-22Rollup merge of #59329 - petrochenkov:rmcff, r=alexcrichtonMazdak Farrokhzad-45/+0
2019-03-22Rollup merge of #59323 - euclio:enum-instead-of-variant, r=varkorMazdak Farrokhzad-40/+104
2019-03-22Rollup merge of #59322 - estebank:diag-tweak, r=davidtwcoMazdak Farrokhzad-49/+23
2019-03-22Rollup merge of #59321 - varkor:unify-E0109-E0110-E0111, r=davidtwcoMazdak Farrokhzad-182/+179
2019-03-22Rollup merge of #59297 - euclio:field-method-suggestions, r=estebankMazdak Farrokhzad-20/+48
2019-03-22Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkovMazdak Farrokhzad-0/+21