about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2019-12-02Add dual tests for const_mut_refsChristian Poveda-9/+39
2019-12-02Update miri unleashed testsChristian Poveda-9/+37
2019-12-02Suggest feature for const_mut_refs errorsChristian Poveda-16/+34
2019-12-02Update miri_unleashed testsChristian Poveda-53/+6
2019-12-02Extend test for const_mut_refs featureChristian Poveda-3/+22
2019-12-02Allow mutable derefs with feature gateChristian Poveda-1/+3
2019-12-02Move and rewrite tests to use &mut in constantsChristian Poveda-16/+16
2019-12-02Rename feature gateChristian Poveda-1/+1
2019-12-02Add tests for mutable borrows in const fnsChristian Poveda-0/+34
2019-12-02Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasperRalf Jung-9/+23
2019-12-01Miri core engine: use throw_ub instead of throw_panicRalf Jung-69/+20
2019-11-28Auto merge of #66642 - ecstatic-morse:promotion-in-const, r=eddybbors-29/+44
2019-11-28Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obkbors-69/+36
2019-11-27Also test shared borrows of `Cell` for good errorsDylan MacKenzie-3/+20
2019-11-27Rollup merge of #66800 - jyn514:combine-const-match-tests, r=Dylan-DPCTyler Mandry-22/+11
2019-11-27Update test with improved diagnosticsDylan MacKenzie-10/+7
2019-11-27Add memoization for const function evaluationsDavid Hewitt-69/+36
2019-11-27Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obkbors-0/+24
2019-11-27Combine similar tests for const matchJoshua Nelson-22/+11
2019-11-26Rollup merge of #66788 - ecstatic-morse:const-fn-unreachable, r=CentrilTyler Mandry-0/+21
2019-11-26Remove test for #66758Dylan MacKenzie-6/+0
2019-11-26Add regression test for #66756Dylan MacKenzie-0/+27
2019-11-26Test multiple variantsJoshua Nelson-0/+2
2019-11-25Add wildcard test for const_if_matchJoshua Nelson-0/+19
2019-11-23[const prop] Fix "alloc id without corresponding allocation" ICEWesley Wiser-0/+24
2019-11-23Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obkbors-354/+1171
2019-11-22Fix tests for RFC 2203 in a `const`Dylan MacKenzie-29/+44
2019-11-22Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obkMazdak Farrokhzad-9/+9
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-354/+1171
2019-11-21Bless remaining test outputMatthew Jasper-5/+5
2019-11-21Readjust const qualification to detect statics againSantiago Pastorino-4/+4
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-83/+49
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-1/+1
2019-11-18Surround types with backticks in type errorsEsteban Küber-47/+47
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-34/+0
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-8/+8
2019-11-18Update ui testsGuillaume Gomez-0/+1
2019-11-17Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddybbors-60/+20
2019-11-16Only run tests on x86_64Wesley Wiser-1/+3
2019-11-15Respond to review feedbackWesley Wiser-0/+4
2019-11-15[ConstProp] Avoid OOM crashes by not evaluating large PlacesWesley Wiser-0/+5
2019-11-15Fix spurious CI filures due to OOMWesley Wiser-0/+9
2019-11-15Add explanation of test for validation mismatchDylan MacKenzie-7/+15
2019-11-15Silence miri unleashed warnings in testDylan MacKenzie-53/+5
2019-11-15Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obkYuki Okushi-3/+5
2019-11-13Bless miri unleashed test now that errors are mandatoryDylan MacKenzie-7/+13
2019-11-13Bless less verbose error messagesDylan MacKenzie-111/+59
2019-11-13Bless back-compat breakagesDylan MacKenzie-10/+45
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-165/+288
2019-11-13Extend const-loop and const-if to handle more casesDylan MacKenzie-21/+71