| Age | Commit message (Expand) | Author | Lines |
| 2020-05-09 | normalize field projection ty to fix broken MIR issue | Santiago Pastorino | -0/+1 |
| 2020-04-22 | adjust tests | Ralf Jung | -4/+2 |
| 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 | 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 |
| 2020-04-14 | typeck: always expose repeat count `AnonConst`s' parent in `generics_of`. | Eduard-Mihai Burtescu | -45/+8 |
| 2020-04-14 | borrow_check/type_check: normalize `Aggregate` and `Call` operands. | Eduard-Mihai Burtescu | -0/+15 |
| 2020-04-14 | typeck: workaround WF hole in `to_const`. | Eduard-Mihai Burtescu | -5/+30 |
| 2020-04-12 | fix issue 69130 | David Renshaw | -1/+1 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -20/+44 |
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -2/+2 |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -2/+2 |
| 2020-04-05 | add test | Ralf Jung | -0/+14 |
| 2020-04-05 | add test | Ralf Jung | -0/+10 |
| 2020-04-03 | Rollup merge of #70696 - jumbatm:extend-issue-69020-test, r=RalfJung | Dylan DPC | -119/+0 |
| 2020-04-02 | Move #69020 test to ui/associated-const + rebless. | jumbatm | -137/+0 |
| 2020-04-02 | Extend #69020 test to include reversed order. | jumbatm | -0/+18 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -30/+17 |
| 2020-04-01 | Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obk | Dylan DPC | -74/+148 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -1/+1 |
| 2020-03-31 | update tests | Bastian Kauschke | -1/+1 |
| 2020-03-31 | const backtrace: do not skip first frame | Ralf Jung | -1/+12 |
| 2020-03-30 | bless tests | Ralf Jung | -73/+136 |
| 2020-03-27 | non-exhastive diagnostic: add note re. scrutinee type | Mazdak Farrokhzad | -0/+15 |
| 2020-03-25 | Rollup merge of #70319 - lcnr:issue63695, r=eddyb | Dylan DPC | -1/+1 |
| 2020-03-24 | improve normalize cycle error | Bastian Kauschke | -1/+1 |
| 2020-03-24 | get back the more precise error message | Ralf Jung | -1/+1 |
| 2020-03-24 | bless; add test for mutating a static | Ralf Jung | -4/+48 |
| 2020-03-24 | Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra... | Mazdak Farrokhzad | -70/+46 |
| 2020-03-23 | Remove leftover mentions of `from_anon_const` | Oliver Scherer | -1/+1 |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -39/+67 |
| 2020-03-22 | Rename `TimeLimitReached` -> `StepLimitReached` | Dylan MacKenzie | -3/+3 |
| 2020-03-21 | Rollup merge of #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ... | Dylan DPC | -0/+47 |
| 2020-03-21 | Fix ICE caused by truncating a negative ZST enum discriminant | Wesley Wiser | -0/+47 |
| 2020-03-21 | Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung | Mazdak Farrokhzad | -0/+22 |
| 2020-03-20 | Update const_forget.rs | DutchGhost | -1/+1 |
| 2020-03-18 | Move the const-forget test into ui tests | DutchGhost | -0/+22 |
| 2020-03-18 | Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk | Mazdak Farrokhzad | -80/+80 |
| 2020-03-17 | Update const-eval tests | Dylan MacKenzie | -70/+46 |