| Age | Commit message (Expand) | Author | Lines |
| 2020-06-26 | Add regression test for #73431 | Dylan MacKenzie | -0/+29 |
| 2020-06-02 | Fix comment | Ralf Jung | -1/+1 |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -3/+55 |
| 2020-05-31 | Add descriptions for all queries | Matthew Jasper | -1/+1 |
| 2020-05-30 | Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-30 | miri validation: clarify valid values of 'char' | Ralf Jung | -1/+1 |
| 2020-05-27 | Add additional checks for isize overflow | Joe Richey | -2/+2 |
| 2020-05-26 | Add checks and tests for computing abs(offset_bytes) | Joe Richey | -1/+19 |
| 2020-05-25 | miri_unleached: We now allow offset in const fn | Joe Richey | -25/+6 |
| 2020-05-25 | test/ui/consts: Add tests for const ptr offsets | Joe Richey | -0/+291 |
| 2020-05-21 | Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk | bors | -0/+26 |
| 2020-05-19 | Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnay | Dylan DPC | -1/+0 |
| 2020-05-17 | Don't unleash NRVO const-eval test | Dylan MacKenzie | -32/+8 |
| 2020-05-16 | Test that Miri can handle MIR with NRVO applied | Dylan MacKenzie | -0/+50 |
| 2020-05-16 | Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk | bors | -179/+148 |
| 2020-05-14 | make sure even unleashed miri does not do pointer stuff | Ralf Jung | -0/+68 |
| 2020-05-14 | Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obk | Ralf Jung | -14/+14 |
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -14/+14 |
| 2020-05-12 | strings do not have to be valid UTF-8 any more | Ralf Jung | -8/+8 |
| 2020-05-10 | rebase fallout | Ralf Jung | -5/+3 |
| 2020-05-10 | avoid raising interpreter errors from interning | Ralf Jung | -11/+23 |
| 2020-05-10 | Miri interning: replace ICEs by proper errors, make intern_shallow type signa... | Ralf Jung | -168/+127 |
| 2020-05-09 | Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkov | Ralf Jung | -0/+9 |
| 2020-05-08 | Skip tests on emscripten | Yuki Okushi | -0/+1 |
| 2020-05-07 | use hex for pointers in Miri error messages; refine vtable error message | Ralf Jung | -3/+3 |
| 2020-05-06 | more precise vtable errors | Ralf Jung | -9/+9 |
| 2020-05-06 | convert remaining try_validation to new macro | Ralf Jung | -5/+35 |
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -0/+8 |
| 2020-05-06 | add test for insufficiently aligned vtable | Ralf Jung | -6/+16 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+12 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+12 |
| 2020-05-04 | Stabilize saturating_abs and saturating_neg | Tobias Rapp | -1/+0 |
| 2020-05-04 | Auto merge of #71751 - oli-obk:const_ice, r=RalfJung | bors | -0/+32 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -222/+330 |
| 2020-05-03 | remove unneeded flags; exlain why we still have const_if_match | Ralf Jung | -27/+56 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -317/+315 |
| 2020-05-02 | Test associated const default qualifs cross-crate | Dylan MacKenzie | -3/+41 |
| 2020-05-02 | fix miri-unleash delayed sanity checking | Ralf Jung | -9/+7 |
| 2020-05-02 | make sure the miri-unleash-flag is not used to circumvent feature gates | Ralf Jung | -17/+10 |
| 2020-05-01 | Name test appropriately and link to the issues it regress-checks for | Oliver Scherer | -0/+5 |
| 2020-05-01 | Move recursion check for zsts back to read site instead of access check site. | Oliver Scherer | -0/+27 |
| 2020-05-01 | rename InvalidIntPtrUsage | Ralf Jung | -4/+4 |
| 2020-05-01 | bless you | Ralf Jung | -2/+2 |
| 2020-04-30 | Rollup merge of #71688 - ecstatic-morse:const-downcast, r=oli-obk | Tyler Mandry | -10/+2 |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -37/+38 |
| 2020-04-30 | Rollup merge of #71597 - CohenArthur:refactor-unique-empty, r=shepmaster | Dylan DPC | -2/+2 |
| 2020-04-30 | deduplicate warnings | Ralf Jung | -221/+225 |
| 2020-04-30 | remove no longer needed feature flags | Ralf Jung | -42/+128 |
| 2020-04-30 | Rollup merge of #71655 - RalfJung:const-pattern-soundness, r=oli-obk | Dylan DPC | -14/+221 |
| 2020-04-30 | rename-unique: Rename Unique::empty() to Unique::dangling() | cohenarthur | -2/+2 |