| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2020-04-23 | Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obk | Dylan DPC | -2/+2 |
| 2020-04-23 | Disallow statics initializing themselves | Oliver Scherer | -2/+27 |
| 2020-04-22 | Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obk | Dylan DPC | -1/+28 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -0/+26 |
| 2020-04-21 | Assign correct span to new illegal ops | Dylan MacKenzie | -11/+12 |
| 2020-04-20 | Treat RETURN_PLACE as a normal Local | Jonas Schievink | -2/+2 |
| 2020-04-19 | Bless new miri_unleashed test | Dylan MacKenzie | -2/+13 |
| 2020-04-19 | Check for `llvm_asm` in a const context | Dylan MacKenzie | -0/+15 |
| 2020-04-19 | Rollup merge of #71324 - petrochenkov:passcheck2, r=RalfJung | Dylan DPC | -2/+2 |
| 2020-04-19 | Rollup merge of #71317 - RalfJung:unleash-inline-asm, r=ecstatic-morse | Dylan DPC | -0/+25 |
| 2020-04-19 | Fix comment | Ralf Jung | -3/+2 |
| 2020-04-19 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -2/+2 |
| 2020-04-19 | miri-unleash test for llvm_asm | Ralf Jung | -0/+26 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -0/+26 |
| 2020-04-18 | miri-unleashed: test that we detect heap allocations | Ralf Jung | -0/+29 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -148/+25 |
| 2020-04-17 | Rollup merge of #71206 - RalfJung:dont-try, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-04-16 | bikeshed | Ralf Jung | -1/+1 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -148/+25 |
| 2020-04-16 | Miri error messages: avoid try terminology | Ralf Jung | -1/+1 |
| 2020-04-16 | test fast path offset reporting | Ralf Jung | -2/+112 |
| 2020-04-16 | switch back to 'bytes' | Ralf Jung | -1/+1 |
| 2020-04-15 | reword Miri validity errors: undefined -> uninitialized | Ralf Jung | -3/+3 |