about summary refs log tree commit diff
path: root/src/test/ui/consts/miri_unleashed/mutable_const.rs
AgeCommit message (Collapse)AuthorLines
2020-05-10Miri interning: replace ICEs by proper errors, make intern_shallow type ↵Ralf Jung-25/+0
signature more precise
2020-05-03remove unneeded flags; exlain why we still have const_if_matchRalf Jung-1/+1
2020-05-03warn about each skipped feature gateRalf Jung-2/+0
2020-04-30deduplicate warningsRalf Jung-3/+2
2020-04-30remove no longer needed feature flagsRalf Jung-2/+2
2020-04-23explain what we are testing in mutable_constRalf Jung-2/+10
2020-04-23miri-unleash tests: ensure they fire even with 'allow(const_err)'Ralf Jung-1/+1
2019-12-02Update miri unleashed testsChristian Poveda-1/+2
2019-12-02Update miri_unleashed testsChristian Poveda-3/+1
2019-09-28Fix tests broken by more consistent miri unleashed warningsDylan MacKenzie-0/+1
2019-09-15all memory behind a constant must be immutableRalf Jung-0/+20