summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-05-09normalize field projection ty to fix broken MIR issueSantiago Pastorino-0/+1
2020-04-22adjust testsRalf Jung-4/+2
2020-04-19Rollup merge of #71324 - petrochenkov:passcheck2, r=RalfJungDylan DPC-2/+2
2020-04-19Rollup merge of #71317 - RalfJung:unleash-inline-asm, r=ecstatic-morseDylan DPC-0/+25
2020-04-19Fix commentRalf Jung-3/+2
2020-04-19Fix some tests failing in `--pass check` modeVadim Petrochenkov-2/+2
2020-04-19miri-unleash test for llvm_asmRalf Jung-0/+26
2020-04-18miri-unleashed: test that we detect heap allocationsRalf Jung-0/+29
2020-04-17Auto merge of #71049 - eddyb:const-err, r=oli-obkbors-148/+25
2020-04-17Rollup merge of #71206 - RalfJung:dont-try, r=oli-obkDylan DPC-1/+1
2020-04-16bikeshedRalf Jung-1/+1
2020-04-16ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.Eduard-Mihai Burtescu-148/+25
2020-04-16Miri error messages: avoid try terminologyRalf Jung-1/+1
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: always expose repeat count `AnonConst`s' parent in `generics_of`.Eduard-Mihai Burtescu-45/+8
2020-04-14borrow_check/type_check: normalize `Aggregate` and `Call` operands.Eduard-Mihai Burtescu-0/+15
2020-04-14typeck: workaround WF hole in `to_const`.Eduard-Mihai Burtescu-5/+30
2020-04-12fix issue 69130David Renshaw-1/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-20/+44
2020-04-08Small tweaks to required bound spanEsteban Küber-2/+2
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-2/+2
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