about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-07-31Rename HAIR to THIR (Typed HIR).Valentin Lazureanu-1/+1
2020-07-31Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obkbors-0/+34
2020-07-30Test `Option::unwrap` in a const contextDylan MacKenzie-0/+34
2020-07-30Rollup merge of #74934 - nbdd0121:issue-73976, r=ecstatic-morseManish Goregaokar-8/+8
2020-07-30Fix ui testsGary Guo-8/+8
2020-07-29Test `{align,size}_of_val` in a const contextDylan MacKenzie-0/+79
2020-07-28update stderr for polymorphic ui testAshley Mannix-4/+4
2020-07-28remove unstable const_type_id featureAshley Mannix-2/+0
2020-07-28stabilize const_type_id featureAshley Mannix-19/+0
2020-07-27mv std libs to library/mark-38/+38
2020-07-27Rollup merge of #73858 - tspiteri:const-methods, r=oli-obkManish Goregaokar-8/+0
2020-07-27Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obkbors-1/+19
2020-07-26check that even referencing a TLS static during CTFE failsRalf Jung-1/+19
2020-07-26Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnaybors-7/+16
2020-07-24Rollup merge of #74491 - xldenis:constant-binop-opt, r=oli-obkManish Goregaokar-3/+4
2020-07-22Optimize away BitAnd and BitOr when possibleXavier Denis-3/+4
2020-07-21Expand test to cover type_name and monomorphic useGary Guo-15/+77
2020-07-19Guard against non-monomorphized type_id intrinsic callGary Guo-0/+40
2020-07-18Rollup merge of #74459 - canova:const-unreachable-unchecked, r=oli-obkManish Goregaokar-0/+81
2020-07-18Update UB test to fail during build with contant errorsNazım Can Altınova-5/+34
2020-07-17Rollup merge of #73930 - a1phyr:feature_const_option, r=dtolnayManish Goregaokar-0/+14
2020-07-17Add a test for const unsafe_unreachable that triggers UBNazım Can Altınova-0/+35
2020-07-17Add a passing test for const unsafe_unreachableNazım Can Altınova-0/+17
2020-07-15Constify most non-trait `Duration` methods as described in #72440marmeladema-0/+57
2020-07-14Remove `Sized` `on_unimplemented` noteEsteban Küber-4/+0
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-05Remove the usage of the LengthAtMost32 traitRoman Proskuryakov-7/+16
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-07-01Add feature const_optionBenoît du Garreau-0/+14
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-29stabilize const_ascii_ctype_on_intrinsicsTrevor Spiteri-2/+0
2020-06-29stabilize const_int_signTrevor Spiteri-2/+0
2020-06-29stabilize const_saturating_int_methodsTrevor Spiteri-2/+0
2020-06-29stabilize const_nonzero_int_methodsTrevor Spiteri-2/+0
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