| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2020-04-29 | Bless tests | Dylan MacKenzie | -10/+2 |
| 2020-04-29 | Auto merge of #67343 - ecstatic-morse:qualif-structural-match, r=pnkfelix | bors | -0/+655 |
| 2020-04-29 | some more test cases | Ralf Jung | -14/+109 |
| 2020-04-29 | also test reference into static field | Ralf Jung | -15/+40 |
| 2020-04-28 | TYPE -> TYPE_ASCRIPTIONG | Dylan MacKenzie | -8/+8 |
| 2020-04-28 | Use path to refer to constants in cross-crate pattern tests | Dylan MacKenzie | -10/+9 |
| 2020-04-28 | Add cross-crate const in pattern tests | Dylan MacKenzie | -0/+55 |
| 2020-04-28 | Add branchy `const` in pattern tests | Dylan MacKenzie | -0/+129 |
| 2020-04-28 | FIXME: ignore test that ICEs | Dylan MacKenzie | -0/+4 |
| 2020-04-28 | Add tests from #67088 and the issues mentioned in its description | Dylan MacKenzie | -0/+468 |
| 2020-04-28 | add test for const-ref-to-cross-crate-mutable-static | Ralf Jung | -14/+101 |
| 2020-04-28 | Rollup merge of #71488 - spastorino:normalize-ty-to-fix-broken-mir, r=eddyb | Dylan DPC | -0/+1 |
| 2020-04-27 | keep 'pointer' terminology around | Ralf Jung | -14/+14 |
| 2020-04-27 | make recursive-zst test unleashed | Ralf Jung | -3/+27 |
| 2020-04-26 | organize Debug/Display impls a bit more; avoid sign-ignorant decimal display | Ralf Jung | -37/+38 |
| 2020-04-26 | Rollup merge of #71140 - oli-obk:static_cycle, r=RalfJung | Dylan DPC | -2/+27 |
| 2020-04-24 | adjust tests | Ralf Jung | -4/+2 |
| 2020-04-23 | normalize field projection ty to fix broken MIR issue | Santiago Pastorino | -0/+1 |
| 2020-04-23 | explain what we are testing in mutable_const | Ralf Jung | -9/+18 |
| 2020-04-23 | miri-unleash tests: ensure they fire even with 'allow(const_err)' | Ralf Jung | -174/+140 |