about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-01-13Add additional regression testAaron Hill-0/+20
2020-01-12Turn off const propagation of ref takingWesley Wiser-0/+77
2020-01-12Add backticks in appropriate placesvarkor-1/+1
2020-01-12Diagnostics should not end with a full stopvarkor-2/+2
2020-01-12Diagnostics should start lowercasevarkor-1/+1
2020-01-11Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obkbors-114/+184
2020-01-11Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=CentrilMazdak Farrokhzad-31/+27
2020-01-11Rollup merge of #68079 - varkor:E0013-clarify, r=CentrilMazdak Farrokhzad-2/+6
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-31/+27
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-1/+1
2020-01-10Clarify suggestion for E0013varkor-2/+6
2020-01-10Errors in promoteds may only cause lints not hard errorsOliver Scherer-162/+136
2020-01-10Promoteds also need param envs.Oliver Scherer-1/+1
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-27/+123
2020-01-10Rollup merge of #68073 - Centril:fix-68062, r=estebankMazdak Farrokhzad-0/+41
2020-01-09expect `fn` after `const unsafe` / `const extern`Mazdak Farrokhzad-0/+41
2020-01-09Update testsVadim Petrochenkov-11/+64
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-1/+1
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2020-01-05Add backticks to various diagnosticsvarkor-3/+3
2020-01-04Rollup merge of #67709 - petrochenkov:nodedup2, r=CentrilDylan DPC-1/+1
2020-01-03Introduce an option for disabling deduplication of diagnosticsVadim Petrochenkov-1/+1
2020-01-02Revert `const_err` lint checking of castsWesley Wiser-27/+11
2019-12-30Lint overflowing integer casts in const propWesley Wiser-0/+31
2019-12-30Auto merge of #67667 - wesleywiser:speed_up_trivially_valid_constants, r=oli-obkbors-0/+87
2019-12-30Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiserbors-0/+65
2019-12-29Resolve long compile times when evaluating always valid constantsWesley Wiser-0/+87
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-20/+29
2019-12-28Rollup merge of #67621 - matthewjasper:correct-static-type, r=oli-obkOliver Scherer-0/+14
2019-12-27Fix `Instance::resolve()` incorrectly returning specialized instancesWesley Wiser-0/+65
2019-12-26Make ui test bitwidth independentOliver Scherer-7/+11
2019-12-26Remove unintended noisy log statementOliver Scherer-108/+0
2019-12-26Add regression test for ZST statics being allowed to "read" from themselvesOliver Scherer-0/+7
2019-12-26Prevent an ICE on invalid transmutesOliver Scherer-0/+151
2019-12-26Don't ICE on the use of integer addresses for ZST constants in pattern matchingOliver Scherer-0/+13
2019-12-26A cycle error on a diverging function is now a const stack overflow againOliver Scherer-16/+91
2019-12-26Auto merge of #67580 - RalfJung:miri-unleash-tests, r=oli-obkbors-17/+61
2019-12-25Use the correct type for static qualifsMatthew Jasper-0/+14
2019-12-25use error-patternRalf Jung-2/+2
2019-12-24Deprecate Error::description for realDavid Tolnay-1/+1
2019-12-24Auto merge of #67445 - llogiq:todo, r=dtolnaybors-3/+3
2019-12-24Differentiate todo! and unimplemented!Andre Bogus-3/+3
2019-12-24this has sysroot spans to let's ignore it the usual wayRalf Jung-3/+4
2019-12-24better variable namesRalf Jung-17/+17
2019-12-24add test for dropping in constRalf Jung-0/+43
2019-12-24Rollup merge of #67337 - oli-obk:no_mut_static_ref_from_const, r=RalfJungMazdak Farrokhzad-3/+225
2019-12-23Bless testsOliver Scherer-1/+1
2019-12-23Rollup merge of #67546 - oli-obk:slice_pattern_ice, r=varkorMazdak Farrokhzad-0/+9
2019-12-23Rollup merge of #67466 - oli-obk:const_intrinsic, r=CentrilMazdak Farrokhzad-0/+5
2019-12-23Show `const_err` lintsOliver Scherer-8/+45