summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval
AgeCommit message (Expand)AuthorLines
2020-05-30miri validation: clarify valid values of 'char'Ralf Jung-1/+1
2020-05-17Don't unleash NRVO const-eval testDylan MacKenzie-0/+26
2020-05-14Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obkRalf Jung-14/+14
2020-05-12Pointer printing: do not print 0 offsetRalf Jung-14/+14
2020-05-12strings do not have to be valid UTF-8 any moreRalf Jung-8/+8
2020-05-07use hex for pointers in Miri error messages; refine vtable error messageRalf Jung-3/+3
2020-05-06more precise vtable errorsRalf Jung-9/+9
2020-05-06convert remaining try_validation to new macroRalf Jung-5/+35
2020-05-06add test for insufficiently aligned vtableRalf Jung-6/+16
2020-05-05Rollup merge of #71902 - mibac138:const-feature-diag, r=varkorDylan DPC-0/+4
2020-05-04Suggest to add missing feature when using gated const featuresmibac138-0/+4
2020-05-03Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obkbors-16/+19
2020-05-03warn about each skipped feature gateRalf Jung-38/+32
2020-05-01rename InvalidIntPtrUsageRalf Jung-3/+3
2020-05-01bless youRalf Jung-1/+1
2020-04-30deduplicate warningsRalf Jung-25/+34
2020-04-27keep 'pointer' terminology aroundRalf Jung-14/+14
2020-04-26organize Debug/Display impls a bit more; avoid sign-ignorant decimal displayRalf Jung-37/+38
2020-04-24adjust testsRalf Jung-4/+2
2020-04-20Treat RETURN_PLACE as a normal LocalJonas Schievink-1/+1
2020-04-19Fix some tests failing in `--pass check` modeVadim Petrochenkov-1/+1
2020-04-17Auto merge of #71049 - eddyb:const-err, r=oli-obkbors-50/+6
2020-04-16ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.Eduard-Mihai Burtescu-50/+6
2020-04-16test fast path offset reportingRalf Jung-2/+112
2020-04-16switch back to 'bytes'Ralf Jung-1/+1
2020-04-15reword Miri validity errors: undefined -> uninitializedRalf Jung-3/+3
2020-04-14typeck: workaround WF hole in `to_const`.Eduard-Mihai Burtescu-2/+20
2020-04-11rustc: Add a warning count upon completionRoccoDev-7/+21
2020-04-05add testRalf Jung-0/+14
2020-04-05add testRalf Jung-0/+10
2020-03-31const backtrace: do not skip first frameRalf Jung-0/+1
2020-03-30bless testsRalf Jung-1/+1
2020-03-24bless; add test for mutating a staticRalf Jung-1/+1
2020-03-24Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra...Mazdak Farrokhzad-35/+7
2020-03-23Evaluate repeat expression lengths as late as possibleOliver Scherer-27/+53
2020-03-22Rename `TimeLimitReached` -> `StepLimitReached`Dylan MacKenzie-2/+2
2020-03-18Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obkMazdak Farrokhzad-29/+29
2020-03-17Update const-eval testsDylan MacKenzie-35/+7
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-22/+22
2020-03-11generalize InvalidNullPointerUsage to InvalidIntPointerUsageRalf Jung-3/+3
2020-03-11fmt, tweak messages and blessRalf Jung-26/+26
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-24/+44
2020-03-08fix type size mismatch on 32bitRalf Jung-20/+19
2020-03-06please tidyRalf Jung-13/+14
2020-03-06better error messages for invalid boxes (and a few more tests)Ralf Jung-17/+39