summary refs log tree commit diff
path: root/src/test/ui/consts/miri_unleashed
AgeCommit message (Expand)AuthorLines
2020-09-27Bless testsDylan MacKenzie-2/+2
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-2/+2
2020-09-23Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obkDylan DPC-13/+7
2020-09-22Bless testsDylan MacKenzie-0/+10
2020-09-21Record `tcx.def_span` instead of `item.span` in crate metadataAaron Hill-13/+7
2020-09-16Bless `miri-unleashed` testsDylan MacKenzie-6/+6
2020-09-02pretty: trim paths of unique symbolsDan Aloni-3/+3
2020-07-27mv std libs to library/mark-2/+2
2020-07-26check that even referencing a TLS static during CTFE failsRalf Jung-1/+19
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-10/+0
2020-06-30Bless failing testsLeSeulArtichaut-1/+3
2020-06-28Update testsDylan MacKenzie-31/+25
2020-06-23Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obkManish Goregaokar-1/+3
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-1/+18
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-5/+4
2020-06-20update testsChristian Poveda-1/+3
2020-06-19Add fuzzy pointer comparison intrinsicsOliver Scherer-0/+17
2020-06-19Remove the const_raw_ptr_comparison feature gate.Oliver Scherer-1/+1
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-4/+5
2020-06-02Fix commentRalf Jung-1/+1
2020-06-01test miri-unleash TLS accessesRalf Jung-3/+55
2020-05-25miri_unleached: We now allow offset in const fnJoe Richey-25/+6
2020-05-16Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obkbors-168/+107
2020-05-14make sure even unleashed miri does not do pointer stuffRalf Jung-0/+68
2020-05-10rebase falloutRalf Jung-5/+3
2020-05-10Miri interning: replace ICEs by proper errors, make intern_shallow type signa...Ralf Jung-168/+109
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-264/+264
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-26/+9
2020-04-30deduplicate warningsRalf Jung-192/+187
2020-04-30remove no longer needed feature flagsRalf Jung-42/+128
2020-04-29some more test casesRalf Jung-14/+109
2020-04-29also test reference into static fieldRalf Jung-15/+40
2020-04-28add test for const-ref-to-cross-crate-mutable-staticRalf Jung-14/+101
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-1/+1
2020-04-21Assign correct span to new illegal opsDylan MacKenzie-9/+8
2020-04-20Treat RETURN_PLACE as a normal LocalJonas Schievink-1/+1
2020-04-19Bless new miri_unleashed testDylan MacKenzie-2/+13
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-19miri-unleash test for llvm_asmRalf Jung-0/+26
2020-04-18miri-unleashed: test that we detect heap allocationsRalf Jung-0/+29
2020-04-12fix issue 69130David Renshaw-1/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-9/+13
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-7/+3
2020-03-31const backtrace: do not skip first frameRalf Jung-1/+5
2020-03-30bless testsRalf Jung-2/+2