about summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-05-01rename InvalidIntPtrUsageRalf Jung-4/+4
2020-05-01bless youRalf Jung-2/+2
2020-04-30Rollup merge of #71688 - ecstatic-morse:const-downcast, r=oli-obkTyler Mandry-10/+2
2020-04-30Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obkTyler Mandry-37/+38
2020-04-30Rollup merge of #71597 - CohenArthur:refactor-unique-empty, r=shepmasterDylan DPC-2/+2
2020-04-30Rollup merge of #71655 - RalfJung:const-pattern-soundness, r=oli-obkDylan DPC-14/+221
2020-04-30rename-unique: Rename Unique::empty() to Unique::dangling()cohenarthur-2/+2
2020-04-29Bless testsDylan MacKenzie-10/+2
2020-04-29Auto merge of #67343 - ecstatic-morse:qualif-structural-match, r=pnkfelixbors-0/+655
2020-04-29some more test casesRalf Jung-14/+109
2020-04-29also test reference into static fieldRalf Jung-15/+40
2020-04-28TYPE -> TYPE_ASCRIPTIONGDylan MacKenzie-8/+8
2020-04-28Use path to refer to constants in cross-crate pattern testsDylan MacKenzie-10/+9
2020-04-28Add cross-crate const in pattern testsDylan MacKenzie-0/+55
2020-04-28Add branchy `const` in pattern testsDylan MacKenzie-0/+129
2020-04-28FIXME: ignore test that ICEsDylan MacKenzie-0/+4
2020-04-28Add tests from #67088 and the issues mentioned in its descriptionDylan MacKenzie-0/+468
2020-04-28add test for const-ref-to-cross-crate-mutable-staticRalf Jung-14/+101
2020-04-28Rollup merge of #71488 - spastorino:normalize-ty-to-fix-broken-mir, r=eddybDylan DPC-0/+1
2020-04-27keep 'pointer' terminology aroundRalf Jung-14/+14
2020-04-27make recursive-zst test unleashedRalf Jung-3/+27
2020-04-26organize Debug/Display impls a bit more; avoid sign-ignorant decimal displayRalf Jung-37/+38
2020-04-26Rollup merge of #71140 - oli-obk:static_cycle, r=RalfJungDylan DPC-2/+27
2020-04-24adjust testsRalf Jung-4/+2
2020-04-23normalize field projection ty to fix broken MIR issueSantiago Pastorino-0/+1
2020-04-23explain what we are testing in mutable_constRalf Jung-9/+18
2020-04-23miri-unleash tests: ensure they fire even with 'allow(const_err)'Ralf Jung-174/+140
2020-04-23Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obkDylan DPC-2/+2
2020-04-23Disallow statics initializing themselvesOliver Scherer-2/+27
2020-04-22Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obkDylan DPC-1/+28
2020-04-22Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obkDylan DPC-0/+26
2020-04-21Assign correct span to new illegal opsDylan MacKenzie-11/+12
2020-04-20Treat RETURN_PLACE as a normal LocalJonas Schievink-2/+2
2020-04-19Bless new miri_unleashed testDylan MacKenzie-2/+13
2020-04-19Check for `llvm_asm` in a const contextDylan MacKenzie-0/+15
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-18Detect mistyped associated consts in `Instance::resolve`.Eduard-Mihai Burtescu-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