about summary refs log tree commit diff
path: root/src/test/ui/consts/miri_unleashed
AgeCommit message (Expand)AuthorLines
2021-10-04Stabilize `const_panic`Jacob Pratt-12/+0
2021-09-25Bless testsGary Guo-2/+2
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-4/+4
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-4/+5
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-07-14test dynamic check for ptr-int-casts (unleashed)Ralf Jung-3/+21
2021-07-14adjust testsRalf Jung-17/+17
2021-07-06Revert "Revert "Update tests""bjorn3-2/+2
2021-06-28Bless the test suite.Charles Lew-2/+2
2021-06-13update tests involving CTFE validationRémy Rakic-4/+4
2021-06-07Revert "Update tests"bjorn3-2/+2
2021-05-30Update testsbjorn3-2/+2
2021-05-1532bit blessRalf Jung-38/+28
2021-05-15get rid of a bunch of unnecessary NOTE in const testsRalf Jung-59/+38
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-4/+4
2021-03-31Add 32bit.stderr files.Hameer Abbasi-0/+295
2021-03-31Rename stderr->64bit.stderr where needed.Hameer Abbasi-36/+39
2021-03-31Add allocation information to undefined behaviour errors.Hameer Abbasi-32/+61
2021-03-17Auto merge of #82122 - bstrie:dep4real, r=dtolnaybors-1/+1
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-2/+2
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-1/+1
2021-02-05fix ui tests referencing pointer-to-integer cast error messageJeffrey Griffin-2/+2
2021-02-03make const_err a future incompat lintRalf Jung-15/+26
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-8/+10
2021-01-04Keep an unoptimized duplicate of `const fn` aroundoli-2/+2
2020-12-19also const-check FakeReadRalf Jung-0/+5
2020-10-26move &mut-in-const check from interning to validationRalf Jung-3/+5
2020-10-26move UnsafeCell-in-const check from interning to validationRalf Jung-6/+11
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