summary refs log tree commit diff
path: root/src/test/ui/consts/miri_unleashed
AgeCommit message (Expand)AuthorLines
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
2019-10-19show the proper diagnosticsRalf Jung-2/+17
2019-10-19add test for calling non-const fnRalf Jung-0/+27
2019-09-30Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebankTyler Mandry-0/+1
2019-09-30update testsGuillaume Gomez-0/+1
2019-09-28Bless miri unleashed outputDylan MacKenzie-12/+5
2019-09-28Fix tests broken by more consistent miri unleashed warningsDylan MacKenzie-54/+61
2019-09-28Silence "skipping const checks" if outside a const contextDylan MacKenzie-29/+3
2019-09-19Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddybMazdak Farrokhzad-0/+182
2019-09-16Rollup merge of #64028 - Centril:stabilize-alloc-new-2, r=alexcrichtonMazdak Farrokhzad-10/+3
2019-09-16Const-stabilize `Vec::new`.Mazdak Farrokhzad-10/+3
2019-09-16add testRalf Jung-0/+182
2019-09-15all memory behind a constant must be immutableRalf Jung-0/+47
2019-09-15const interning: move mutability computation into intern_shallow, and always ...Ralf Jung-1/+1