summary refs log tree commit diff
path: root/src/test/ui/consts/miri_unleashed
AgeCommit message (Expand)AuthorLines
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
2020-03-24get back the more precise error messageRalf Jung-1/+1
2020-03-24bless; add test for mutating a staticRalf Jung-1/+45
2020-03-11fmt, tweak messages and blessRalf Jung-2/+2
2020-03-10rustc_errors: Use ensure_source_file_source_present where necessary.Ana-Maria Mihalache-1/+1
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-2/+2
2020-02-07Fix testbjorn3-1/+1
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-3/+3
2020-01-27Rollup merge of #68370 - Aaron1011:const-extern-test, r=RalfJungPietro Albini-0/+44
2020-01-26Ensure that we error when calling "const extern fn" with wrong conventionAaron Hill-0/+44
2020-01-24Do not ICE on multipart suggestions touching multiple filesEsteban Küber-1/+1
2020-01-24Normalise notes with the/isvarkor-3/+3
2020-01-18adjust ui testsRalf Jung-3/+3
2020-01-16review commentsEsteban Küber-1/+1
2020-01-16Do not ICE on malformed suggestion spansEsteban Küber-1/+1
2020-01-12Diagnostics should not end with a full stopvarkor-2/+2
2020-01-10Errors in promoteds may only cause lints not hard errorsOliver Scherer-3/+3
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-2/+10
2020-01-09Update testsVadim Petrochenkov-2/+9
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-1/+1