summary refs log tree commit diff
path: root/src/test/ui/consts/miri_unleashed
AgeCommit message (Expand)AuthorLines
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
2020-01-03Introduce an option for disabling deduplication of diagnosticsVadim Petrochenkov-1/+1
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-4/+7
2019-12-26Auto merge of #67580 - RalfJung:miri-unleash-tests, r=oli-obkbors-17/+61
2019-12-25use error-patternRalf Jung-2/+2
2019-12-24Deprecate Error::description for realDavid Tolnay-1/+1
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-23Bless testsOliver Scherer-1/+1
2019-12-23Show `const_err` lintsOliver Scherer-8/+45
2019-12-23Constants reading or referencing statics is illegalOliver Scherer-2/+2
2019-12-23Dynamically prevent constants from accessing staticsOliver Scherer-0/+101
2019-12-23Panic on mutable allocs in constantsOliver Scherer-0/+44
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-7/+13
2019-12-02Update miri unleashed testsChristian Poveda-9/+37
2019-12-02Update miri_unleashed testsChristian Poveda-53/+6
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-113/+0
2019-11-18Update ui testsGuillaume Gomez-0/+1
2019-11-15Silence miri unleashed warnings in testDylan MacKenzie-53/+5
2019-11-13Bless miri unleashed test now that errors are mandatoryDylan MacKenzie-7/+13
2019-11-13Bless less verbose error messagesDylan MacKenzie-12/+31
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-2/+4