| Age | Commit message (Expand) | Author | Lines |
| 2020-09-27 | Bless tests | Dylan MacKenzie | -2/+2 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -2/+2 |
| 2020-09-23 | Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obk | Dylan DPC | -13/+7 |
| 2020-09-22 | Bless tests | Dylan MacKenzie | -0/+10 |
| 2020-09-21 | Record `tcx.def_span` instead of `item.span` in crate metadata | Aaron Hill | -13/+7 |
| 2020-09-16 | Bless `miri-unleashed` tests | Dylan MacKenzie | -6/+6 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -3/+3 |
| 2020-07-27 | mv std libs to library/ | mark | -2/+2 |
| 2020-07-26 | check that even referencing a TLS static during CTFE fails | Ralf Jung | -1/+19 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -10/+0 |
| 2020-06-30 | Bless failing tests | LeSeulArtichaut | -1/+3 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -31/+25 |
| 2020-06-23 | Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obk | Manish Goregaokar | -1/+3 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -1/+18 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -5/+4 |
| 2020-06-20 | update tests | Christian Poveda | -1/+3 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -0/+17 |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -1/+1 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -4/+5 |
| 2020-06-02 | Fix comment | Ralf Jung | -1/+1 |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -3/+55 |
| 2020-05-25 | miri_unleached: We now allow offset in const fn | Joe Richey | -25/+6 |
| 2020-05-16 | Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk | bors | -168/+107 |
| 2020-05-14 | make sure even unleashed miri does not do pointer stuff | Ralf Jung | -0/+68 |
| 2020-05-10 | rebase fallout | Ralf Jung | -5/+3 |
| 2020-05-10 | Miri interning: replace ICEs by proper errors, make intern_shallow type signa... | Ralf Jung | -168/+109 |
| 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 | -264/+264 |
| 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 | -26/+9 |
| 2020-04-30 | deduplicate warnings | Ralf Jung | -192/+187 |
| 2020-04-30 | remove no longer needed feature flags | Ralf Jung | -42/+128 |
| 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 | add test for const-ref-to-cross-crate-mutable-static | Ralf Jung | -14/+101 |
| 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 | -1/+1 |
| 2020-04-21 | Assign correct span to new illegal ops | Dylan MacKenzie | -9/+8 |
| 2020-04-20 | Treat RETURN_PLACE as a normal Local | Jonas Schievink | -1/+1 |
| 2020-04-19 | Bless new miri_unleashed test | Dylan MacKenzie | -2/+13 |
| 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 | miri-unleash test for llvm_asm | Ralf Jung | -0/+26 |
| 2020-04-18 | miri-unleashed: test that we detect heap allocations | Ralf Jung | -0/+29 |
| 2020-04-12 | fix issue 69130 | David Renshaw | -1/+1 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -9/+13 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -7/+3 |
| 2020-03-31 | const backtrace: do not skip first frame | Ralf Jung | -1/+5 |
| 2020-03-30 | bless tests | Ralf Jung | -2/+2 |