summary refs log tree commit diff
path: root/src/test/ui/consts
AgeCommit message (Expand)AuthorLines
2020-06-26Add regression test for #73431Dylan MacKenzie-0/+29
2020-06-02Fix commentRalf Jung-1/+1
2020-06-01test miri-unleash TLS accessesRalf Jung-3/+55
2020-05-31Add descriptions for all queriesMatthew Jasper-1/+1
2020-05-30Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkovRalf Jung-1/+1
2020-05-30miri validation: clarify valid values of 'char'Ralf Jung-1/+1
2020-05-27Add additional checks for isize overflowJoe Richey-2/+2
2020-05-26Add checks and tests for computing abs(offset_bytes)Joe Richey-1/+19
2020-05-25miri_unleached: We now allow offset in const fnJoe Richey-25/+6
2020-05-25test/ui/consts: Add tests for const ptr offsetsJoe Richey-0/+291
2020-05-21Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obkbors-0/+26
2020-05-19Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnayDylan DPC-1/+0
2020-05-17Don't unleash NRVO const-eval testDylan MacKenzie-32/+8
2020-05-16Test that Miri can handle MIR with NRVO appliedDylan MacKenzie-0/+50
2020-05-16Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obkbors-179/+148
2020-05-14make sure even unleashed miri does not do pointer stuffRalf Jung-0/+68
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-10rebase falloutRalf Jung-5/+3
2020-05-10avoid raising interpreter errors from interningRalf Jung-11/+23
2020-05-10Miri interning: replace ICEs by proper errors, make intern_shallow type signa...Ralf Jung-168/+127
2020-05-09Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkovRalf Jung-0/+9
2020-05-08Skip tests on emscriptenYuki Okushi-0/+1
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-06Move tests from `test/run-fail` to UIYuki Okushi-0/+8
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/+12
2020-05-04Suggest to add missing feature when using gated const featuresmibac138-0/+12
2020-05-04Stabilize saturating_abs and saturating_negTobias Rapp-1/+0
2020-05-04Auto merge of #71751 - oli-obk:const_ice, r=RalfJungbors-0/+32
2020-05-03Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obkbors-222/+330
2020-05-03remove unneeded flags; exlain why we still have const_if_matchRalf Jung-27/+56
2020-05-03warn about each skipped feature gateRalf Jung-317/+315
2020-05-02Test associated const default qualifs cross-crateDylan MacKenzie-3/+41
2020-05-02fix miri-unleash delayed sanity checkingRalf Jung-9/+7
2020-05-02make sure the miri-unleash-flag is not used to circumvent feature gatesRalf Jung-17/+10
2020-05-01Name test appropriately and link to the issues it regress-checks forOliver Scherer-0/+5
2020-05-01Move recursion check for zsts back to read site instead of access check site.Oliver Scherer-0/+27
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-30deduplicate warningsRalf Jung-221/+225
2020-04-30remove no longer needed feature flagsRalf Jung-42/+128
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