summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2019-01-01fix test outputPietro Albini-10/+2
2018-12-31Update tests to changes on masterOliver Scherer-2/+10
2018-12-31Also test projectionsOliver Scherer-1/+18
2018-12-31Fix a recently introduces regressionOliver Scherer-0/+24
2018-12-31Remove a wrong multiplier on relocation offset computationOliver Scherer-0/+9
2018-12-04Update testsOliver Scherer-2/+3
2018-11-30Fix const_fn ICE with non-const function pointerPhilipp Hansch-0/+28
2018-11-26Auto merge of #56070 - oli-obk:const_let, r=eddybbors-15/+278
2018-11-25Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisaPietro Albini-1/+1
2018-11-25Rollup merge of #56024 - oli-obk:const_fn_collect_inner, r=michaelwoeristerPietro Albini-1/+29
2018-11-25Stabilize the int_to_from_bytes featureSimon Sapin-1/+1
2018-11-24Clean up array/slice of primitive validationOliver Scherer-0/+16
2018-11-24Remove stderr file, because the test passes nowOliver Scherer-11/+0
2018-11-24Reintroduce zst-slice reading `read_bytes` method on `Memory`Oliver Scherer-1/+2
2018-11-24Properly test for int pointers in fat pointers to str slices of zero charsOliver Scherer-21/+12
2018-11-24Add regression test for integral pointers in zst str slice fat pointersOliver Scherer-0/+26
2018-11-21Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwcobors-0/+13
2018-11-21Explain why we do not overwrite qualification of localsOliver Scherer-5/+29
2018-11-21Add regression test for overwriting qualifs by assignmentOliver Scherer-0/+22
2018-11-21Fix a commentOliver Scherer-1/+1
2018-11-21TidyOliver Scherer-2/+2
2018-11-21Ensure assignments don't allow skipping projection checksOliver Scherer-0/+32
2018-11-21Properly assign to aggregate fieldsOliver Scherer-0/+20
2018-11-20Trailing newlineOliver Scherer-1/+1
2018-11-20Add sanity test for promotion and `const_let`Oliver Scherer-0/+35
2018-11-20Explain missing error in testOliver Scherer-1/+4
2018-11-19we now do proper validation on scalarsRalf Jung-14/+14
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-19/+27
2018-11-19Also catch static mutation at evaluation timeOliver Scherer-17/+45
2018-11-19Rollup merge of #56059 - alexcrichton:fix-tests, r=sfacklerkennytm-0/+27
2018-11-19Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obkPietro Albini-2/+10
2018-11-19Allow assignments in const contextsOliver Scherer-16/+115
2018-11-19Replace the ICEing on const fn loops with an errorOliver Scherer-0/+13
2018-11-18Auto merge of #55672 - RalfJung:miri-extern-types, r=eddybbors-0/+27
2018-11-17Don't auto-inline `const fn`Oliver Scherer-1/+29
2018-11-16CTFE: dynamically make sure we do not call non-const-fnRalf Jung-2/+10
2018-11-15do not accept out-of-bounds pointers in enum discriminants, they might be NULLRalf Jung-6/+19
2018-11-15validation: better error when the enum discriminant is UndefRalf Jung-13/+13
2018-11-13Auto merge of #55589 - oli-obk:min_length_💣, r=pnkfelixbors-1/+1
2018-11-12Auto merge of #55278 - Centril:constification-1, r=alexcrichtonbors-12/+86
2018-11-12miri-engine value visitor update to VariantIdxOliver Scherer-1/+1
2018-11-11Rollup merge of #55828 - oli-obk:promotion_strikes_again, r=eddybPietro Albini-0/+74
2018-11-11Rollup merge of #55792 - oli-obk:propsicle, r=RalfJungPietro Albini-0/+28
2018-11-10adjust ui/../mod-static-with-const-fn.rsMazdak Farrokhzad-3/+15
2018-11-10Tidy ♪ all ♪ the ♪ way ♪♪♪♪ with ♪ a ♪ newline ♪ missing ...Oliver Scherer-4/+4
2018-11-10Add a few tests around raw pointers and interior mutabilityOliver Scherer-0/+73
2018-11-10fix mod-static-with-const-fn.rs.Mazdak Farrokhzad-3/+1
2018-11-10--bless mod-static-with-const-fn.stderrMazdak Farrokhzad-9/+2
2018-11-10constify parts of libcore.Mazdak Farrokhzad-2/+0
2018-11-09Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value`Oliver Scherer-0/+74