about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2019-11-13Remove if/loop tests from min_const_fnDylan MacKenzie-4/+0
2019-11-13Add test for issue-52432Yuki Okushi-0/+38
2019-11-12check-consts remove cannot mutate statics in initializer of another static errorSantiago Pastorino-3/+5
2019-11-12Auto merge of #66129 - Nadrieril:refactor-slice-pat-usefulness, r=varkorbors-2/+2
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-26/+12
2019-11-08Bless tests now that we do promotion if `min_const_fn` failsDylan MacKenzie-28/+7
2019-11-08Auto merge of #66066 - ecstatic-morse:remove-promotion-from-qualify-consts, r...bors-0/+17
2019-11-08Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichtonYuki Okushi-5/+4
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-1/+1
2019-11-07Rollup merge of #66147 - RalfJung:no-scalar-ptr, r=oli-obkYuki Okushi-2/+2
2019-11-06Auto merge of #65728 - ecstatic-morse:promotion-const-proj, r=eddybbors-0/+12
2019-11-06Add test for promotability in `let`Dylan MacKenzie-0/+17
2019-11-06--blessRalf Jung-2/+2
2019-11-05Make exhaustiveness error message more consistent for slice patternsNadrieril-2/+2
2019-11-05Auto merge of #66083 - RalfJung:miri-offset-from, r=oli-obkbors-8/+63
2019-11-04Add tests for loop constructs in constsDylan MacKenzie-0/+118
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-11-04also test different integersRalf Jung-1/+27
2019-11-04test offset_from with two integersRalf Jung-8/+37
2019-11-03Test that borrows of projections are promoted everywhereDylan MacKenzie-0/+12
2019-11-02Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikicbors-0/+145
2019-11-02consistent handling of missing sysroot spansRalf Jung-5/+4
2019-11-02adjust for missing spans on x86 test runnerRalf Jung-8/+7
2019-10-28Auto merge of #65188 - matthewjasper:stabilize-const-constructor, r=Centrilbors-98/+40
2019-10-27Stabilize `const_constructor`Matthew Jasper-98/+40
2019-10-27Implementation of const caller_location.Adam Perry-0/+23
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-10-21Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obkMazdak Farrokhzad-0/+11
2019-10-21Rollup merge of #65629 - ecstatic-morse:remove-graphviz, r=Mark-SimulacrumMazdak Farrokhzad-6/+3
2019-10-20Remove `borrowck_graphviz_postflow` from testDylan MacKenzie-6/+3
2019-10-20Rollup merge of #65593 - RalfJung:non-const-fn, r=oli-obkMazdak Farrokhzad-0/+42
2019-10-19Rollup merge of #65192 - estebank:restrict-bound, r=matthewjasperMazdak Farrokhzad-2/+6
2019-10-19show the proper diagnosticsRalf Jung-2/+17
2019-10-19add test for calling non-const fnRalf Jung-0/+27
2019-10-19Update ui outputOliver Scherer-6/+6
2019-10-19Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obkbors-3/+52
2019-10-19Rollup merge of #65485 - ecstatic-morse:const-validation-mismatch-ugliness, r...Mazdak Farrokhzad-0/+24
2019-10-18Don't ICE when evaluating writes to uninhabited enum variantsWesley Wiser-0/+28
2019-10-18Ignore a test on musl because its ui output differsOliver Scherer-0/+3
2019-10-18Adjust const eval code to reflect `offset_from` docsOliver Scherer-30/+9
2019-10-18[const-prop] Handle MIR Rvalue::AggregatesWesley Wiser-2/+16
2019-10-18[const-prop] Handle MIR Rvalue::RepeatWesley Wiser-1/+8
2019-10-16Add regression test for #65394Dylan MacKenzie-0/+24
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+0
2019-10-15Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddybTyler Mandry-0/+23
2019-10-15Handle more cases involving `impl` and `trait`Esteban Küber-2/+6
2019-10-14Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddybbors-0/+20
2019-10-13Add regression test for #65348Dylan MacKenzie-0/+23
2019-10-13Rollup merge of #65320 - memoryruins:const_err, r=oli-obkMazdak Farrokhzad-0/+38
2019-10-11Add regression test for CONST_ERR lints in extern macrosmemoryruins-0/+38