about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-08-13Rollup merge of #75471 - richkadel:llvm-program-name, r=wesleywiserTyler Mandry-0/+23
2020-08-13Rollup merge of #75417 - npmccallum:naked, r=matthewjasperTyler Mandry-44/+2
2020-08-13Rollup merge of #75319 - estebank:format-ice, r=eddybTyler Mandry-0/+13
2020-08-13Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddybTyler Mandry-22/+45
2020-08-13Auto merge of #75382 - JulianKnodt:match_branches, r=oli-obkbors-0/+145
2020-08-13Auto merge of #74793 - tmiasko:san-macos, r=Mark-Simulacrumbors-3/+0
2020-08-13Auto merge of #75443 - lcnr:opaque-normalize, r=nikomatsakisbors-0/+13
2020-08-13Auto merge of #75322 - JulianKnodt:revisions, r=lcnrbors-853/+1325
2020-08-13Add 64bit / 32bit fileskadmin-22/+91
2020-08-13Link sanitizers when creating dynamic libraries on macOSTomasz Miąsko-3/+0
2020-08-13bless diffkadmin-0/+64
2020-08-13Update to actually use transformkadmin-2/+1
2020-08-13First iteration of simplify match brancheskadmin-0/+13
2020-08-13Rollup merge of #75473 - JulianKnodt:swap_order_oops, r=varkorYuki Okushi-1/+1
2020-08-13Rollup merge of #75449 - RalfJung:const-prop-test, r=wesleywiserYuki Okushi-0/+14
2020-08-13Rollup merge of #75372 - estebank:lt-sugg-in-type, r=lcnrYuki Okushi-2/+188
2020-08-12Flip order of const & typekadmin-1/+1
2020-08-12Change registered "program name" for -Cllvm-args usage messagesRich Kadel-0/+23
2020-08-12Auto merge of #75396 - RalfJung:miri-spans, r=oli-obkbors-19/+16
2020-08-12Update stderr fileskadmin-960/+85
2020-08-12Auto merge of #75354 - estebank:tuple-struct-as-struct-pat, r=petrochenkovbors-13/+33
2020-08-12add regression test for #74739 (mir const-prop bug)Ralf Jung-0/+14
2020-08-12fix span of stack size errorRalf Jung-7/+6
2020-08-12more precise span for erroneous consts during CTFE/MiriRalf Jung-16/+18
2020-08-12bless testsRalf Jung-17/+13
2020-08-12Auto merge of #75321 - estebank:js-goes-gaga, r=davidtwcobors-0/+43
2020-08-12Add missing tests in root const-gen dirkadmin-102/+1182
2020-08-12Add a bunch of revisionskadmin-38/+305
2020-08-12allow escaping bound vars when normalizing `ty::Opaque`Bastian Kauschke-0/+13
2020-08-12Auto merge of #75205 - Aaron1011:fix/auto-trait-proj-ice, r=nikomatsakisbors-0/+25
2020-08-12Rollup merge of #74960 - nbdd0121:typeck, r=nikomatsakisYuki Okushi-0/+38
2020-08-11Auto merge of #74802 - Mark-Simulacrum:reland-74069, r=nnethercotebors-3/+28
2020-08-11Suggest using `'static` in assoc consts and suggest when multiple lts are neededEsteban Küber-6/+84
2020-08-11Revert "Suppress debuginfo on naked function arguments"Nathaniel McCallum-44/+2
2020-08-11When suggesting `for` lts, consider existing lifetime namesEsteban Küber-0/+88
2020-08-11Assoc `const`s don't have genericsEsteban Küber-0/+20
2020-08-11Fix suggestion to use lifetime in typeEsteban Küber-2/+2
2020-08-11Detect tuple variants used as struct pattern and suggest correct patternEsteban Küber-13/+33
2020-08-11Auto merge of #73656 - oli-obk:deaggregate-is-cleanup, r=wesleywiserbors-345/+764
2020-08-11move Deaggregate pass to post_borrowck_cleanupRalf Jung-345/+764
2020-08-11Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obkYuki Okushi-7/+7
2020-08-11Rollup merge of #75352 - estebank:incorrect-tuple-struct-pat, r=oli-obkYuki Okushi-8/+5
2020-08-11Rollup merge of #75333 - davidtwco:polymorphization-75260-fixes, r=lcnrYuki Okushi-0/+14
2020-08-11Auto merge of #75383 - Dylan-DPC:rollup-6hi36zn, r=Dylan-DPCbors-83/+195
2020-08-11Rollup merge of #75363 - Aaron1011:fix/diag-infcx, r=lcnrDylan DPC-0/+101
2020-08-11Rollup merge of #75339 - RalfJung:eval-required, r=oli-obkDylan DPC-31/+94
2020-08-11Rollup merge of #75337 - davidtwco:polymorphization-75255-fixes, r=eddybDylan DPC-52/+0
2020-08-10Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkovbors-122/+160
2020-08-10Auto merge of #75349 - nnethercote:tweak-confusable-idents-checking, r=petroc...bors-2/+13
2020-08-10Auto merge of #75127 - jyn514:impl-trait, r=pnkfelixbors-95/+92