about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-04-05add testRalf Jung-0/+14
2020-04-05add testRalf Jung-0/+10
2020-04-03Rollup merge of #70696 - jumbatm:extend-issue-69020-test, r=RalfJungDylan DPC-119/+0
2020-04-02Move #69020 test to ui/associated-const + rebless.jumbatm-137/+0
2020-04-02Extend #69020 test to include reversed order.jumbatm-0/+18
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-30/+17
2020-04-01Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obkDylan DPC-74/+148
2020-04-01Rollup merge of #70081 - lcnr:issue68387, r=varkorDylan DPC-1/+1
2020-03-31update testsBastian Kauschke-1/+1
2020-03-31const backtrace: do not skip first frameRalf Jung-1/+12
2020-03-30bless testsRalf Jung-73/+136
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+15
2020-03-25Rollup merge of #70319 - lcnr:issue63695, r=eddybDylan DPC-1/+1
2020-03-24improve normalize cycle errorBastian Kauschke-1/+1
2020-03-24get back the more precise error messageRalf Jung-1/+1
2020-03-24bless; add test for mutating a staticRalf Jung-4/+48
2020-03-24Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra...Mazdak Farrokhzad-70/+46
2020-03-23Remove leftover mentions of `from_anon_const`Oliver Scherer-1/+1
2020-03-23Evaluate repeat expression lengths as late as possibleOliver Scherer-39/+67
2020-03-22Rename `TimeLimitReached` -> `StepLimitReached`Dylan MacKenzie-3/+3
2020-03-21Rollup merge of #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ...Dylan DPC-0/+47
2020-03-21Fix ICE caused by truncating a negative ZST enum discriminantWesley Wiser-0/+47
2020-03-21Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJungMazdak Farrokhzad-0/+22
2020-03-20Update const_forget.rsDutchGhost-1/+1
2020-03-18Move the const-forget test into ui testsDutchGhost-0/+22
2020-03-18Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obkMazdak Farrokhzad-80/+80
2020-03-17Update const-eval testsDylan MacKenzie-70/+46
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-1/+1
2020-03-16Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddybbors-1/+1
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-2/+0
2020-03-14Rollup merge of #69960 - RalfJung:abort, r=oli-obkYuki Okushi-1/+1
2020-03-13bless testsRalf Jung-1/+1
2020-03-12Move some more tests to `check-pass`LeSeulArtichaut-3/+6
2020-03-12Move some const-eval `build-pass` tests to `check-pass`LeSeulArtichaut-20/+20
2020-03-11make error message less confusingRalf Jung-24/+24
2020-03-11start Miri messages lower-caseRalf Jung-45/+45
2020-03-11generalize InvalidNullPointerUsage to InvalidIntPointerUsageRalf Jung-3/+3
2020-03-11fmt, tweak messages and blessRalf Jung-32/+32
2020-03-11Rollup merge of #69825 - lcnr:discriminant, r=oli-obkMazdak Farrokhzad-0/+40
2020-03-11Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obkMazdak Farrokhzad-2/+0
2020-03-11Deduplicate and clean up pretty printing logicOliver Scherer-1/+1
2020-03-10explain the use of a custom identity functionBastian Kauschke-0/+3
2020-03-10rustc_errors: Use ensure_source_file_source_present where necessary.Ana-Maria Mihalache-1/+1
2020-03-09discrimant test must not be inlined!Bastian Kauschke-0/+1
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-28/+48
2020-03-08allow dead code in discriminant testBastian Kauschke-0/+1
2020-03-08test discriminant of enum with uninhabited variantBastian Kauschke-0/+11
2020-03-08Rollup merge of #69646 - RalfJung:layout-visitor, r=eddybMazdak Farrokhzad-228/+305
2020-03-08prevent potential promotion in const_discriminantBastian Kauschke-3/+5
2020-03-08constify `mem::discriminant`Bastian Kauschke-0/+22