about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-08-31Revert #75463Dylan MacKenzie-15/+0
2020-08-31Auto merge of #75463 - CDirkx:ordering-const, r=CDirkxbors-0/+15
2020-08-30Stabilize feature `const_ordering`CDirkx-2/+0
2020-08-30Add unstable `const_ordering` feature, and some tests.CDirkx-0/+17
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-0/+2
2020-08-23Auto merge of #72449 - ecstatic-morse:const-float-bitcast, r=RalfJungbors-0/+170
2020-08-23Fix `compile-flags` directiveecstatic-morse-2/+2
2020-08-22Test new floating point bit castsDylan MacKenzie-0/+170
2020-08-22remove feature gate from testsRalf Jung-13/+10
2020-08-22Rollup merge of #75771 - tmiasko:const-eval-query-stack-normalize, r=jonas-sc...Dylan DPC-2/+3
2020-08-21Suppress "const" prefix of FnDef in MIR dumpLzu Tao-11/+11
2020-08-21Extend normalization in const-eval-query-stack testTomasz Miąsko-2/+3
2020-08-20Set RUST_BACKTRACE env variableThibsG-1/+2
2020-08-19Fix bad printing of const-eval queriesThibsG-0/+38
2020-08-18Rollup merge of #75578 - 5M1Sec:master, r=oli-obkYuki Okushi-12/+15
2020-08-17Auto merge of #74940 - oli-obk:const_is_null, r=RalfJungbors-0/+141
2020-08-17Make a test platform independentOliver Scherer-7/+11
2020-08-16Allowing raw ptr dereference in const fn5M1Sec-12/+15
2020-08-12fix span of stack size errorRalf Jung-7/+6
2020-08-12more precise span for erroneous consts during CTFE/MiriRalf Jung-16/+18
2020-08-12bless testsRalf Jung-17/+13
2020-08-11Make `<*const T>::is_null` const fnOliver Scherer-0/+137
2020-08-10add test for unused erroneous const in CTFERalf Jung-0/+63
2020-08-04Forbid non-derefable types explicitly in unsizing castsYuki Okushi-0/+22
2020-08-02fix typosliuzhenyu-2/+2
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