summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2019-12-14Show const_err lint in addition to the hard errorOliver Scherer-2/+16
2019-12-14Ensure that we get a hard error on generic ZST constants if their body causes...Oliver Scherer-0/+27
2019-12-06[ConstProp] Avoid OOM crashes by not evaluating large PlacesWesley Wiser-0/+20
2019-11-02Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikicbors-0/+145
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
2019-10-11Make <*const/mut T>::offset_from `const fn`Oliver Scherer-0/+164
2019-10-09Suggest `if let` on `let` refutable bindingEsteban Küber-0/+42
2019-10-09Move test next to likeminded onesOliver Scherer-0/+20
2019-10-07Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centrilbors-0/+229
2019-10-05Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandryTyler Mandry-0/+1
2019-10-05Rollup merge of #65066 - wesleywiser:fix_const_prop_ice_on_polymorphic_promot...Tyler Mandry-11/+22
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-0/+1
2019-10-04Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichtonbors-1/+0
2019-10-04[const-prop] Fix ICE when trying to eval polymorphic promoted MIRWesley Wiser-11/+22
2019-10-04make is_power_of_two a const functionTrevor Spiteri-0/+11
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+0
2019-10-04Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakisMazdak Farrokhzad-29/+0
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-29/+0
2019-10-02Rollup merge of #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obkMazdak Farrokhzad-0/+23
2019-10-02[const-prop] Correctly handle locals that can't be propagatedWesley Wiser-0/+23
2019-10-02Add support for 'extern const fn'Aaron Hill-0/+229
2019-10-01Add test cases for #64945Dylan MacKenzie-0/+61
2019-09-30Rollup merge of #64921 - JohnTitor:add-test-enum, r=varkorTyler Mandry-0/+25