summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-08-07Forbid non-derefable types explicitly in unsizing castsYuki Okushi-0/+22
2020-07-11Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJungManish Goregaokar-72/+63
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-72/+63
2020-07-10Rollup merge of #73989 - RalfJung:ub-enum-test, r=oli-obkManish Goregaokar-8/+9
2020-07-10Rollup merge of #73887 - DutchGhost:master, r=oli-obkManish Goregaokar-2/+0
2020-07-10Rollup merge of #73862 - oli-obk:const_array_to_slice, r=RalfJungManish Goregaokar-29/+22
2020-07-05const validation: add test for uninit boolRalf Jung-2/+13
2020-07-05catch errors more locally around read_discriminantRalf Jung-3/+3
2020-07-03adjust ub-enum test to be endianess-independentRalf Jung-8/+9
2020-06-30Bless failing testsLeSeulArtichaut-97/+99
2020-06-30stabilize const mem::forgetDodo-2/+0
2020-06-30Stabilize casts and coercions to `&[T]` in const fnOliver Scherer-29/+22
2020-06-28Update testsDylan MacKenzie-314/+40
2020-06-28Update testsDylan MacKenzie-1022/+178
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-95/+95
2020-06-24Fix testsNathan Corbyn-0/+1
2020-06-24Implement intrinsicNathan Corbyn-0/+46
2020-06-23Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obkManish Goregaokar-8/+77
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-50/+71
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-5/+4
2020-06-20update testsChristian Poveda-8/+77
2020-06-20Satisfy tidyOliver Scherer-2/+2
2020-06-20Refer just to the issue in the raw ptr cmp diagnostic instead of explaining e...Oliver Scherer-8/+4
2020-06-19Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obkManish Goregaokar-57/+90
2020-06-19Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasperManish Goregaokar-1/+12
2020-06-19add new error codeChristian Poveda-27/+29
2020-06-19update diagnostics for &mut in constantsChristian Poveda-96/+54
2020-06-19update testsChristian Poveda-17/+90
2020-06-19Add fuzzy pointer comparison intrinsicsOliver Scherer-4/+23
2020-06-19Remove the const_raw_ptr_comparison feature gate.Oliver Scherer-50/+56
2020-06-19Rollup merge of #72497 - RalfJung:tag-term, r=oli-obkRalf Jung-3/+3
2020-06-19Auto merge of #73486 - Manishearth:rollup-11iyqpc, r=Manishearthbors-1/+1
2020-06-18Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwcoManish Goregaokar-1/+1
2020-06-17Add regression test for #73431Dylan MacKenzie-0/+29
2020-06-16warn against 'specialization' featureRalf Jung-1/+12
2020-06-15Tweak "non-primitive cast" errorEsteban Küber-1/+1
2020-06-15Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJungbors-24/+27
2020-06-15Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obkRalf Jung-24/+27
2020-06-15Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakisRalf Jung-4/+5
2020-06-15Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obkRalf Jung-9/+49
2020-06-13Add tests for `const_precise_live_drops`Dylan MacKenzie-9/+49
2020-06-13avoid computing precise span for const_eval queryRalf Jung-2/+2
2020-06-13Prefer the associated consts for pattern matching errorLzu Tao-18/+18
2020-06-12Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnayDylan DPC-53/+53
2020-06-12fix const_prop spans and re-bless testsRalf Jung-22/+25
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-4/+5
2020-06-11Rollup merge of #72380 - lcnr:const_context, r=estebankDylan DPC-8/+0
2020-06-10Migrate to numeric associated constsLzu Tao-53/+53
2020-06-02Fix commentRalf Jung-1/+1
2020-06-01test miri-unleash TLS accessesRalf Jung-3/+55