| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-17 | Update tests for erasing regions in typeck | Matthew Jasper | -1/+1 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -1/+1 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -2/+0 |
| 2020-03-14 | Rollup merge of #69960 - RalfJung:abort, r=oli-obk | Yuki Okushi | -1/+1 |
| 2020-03-13 | bless tests | Ralf Jung | -1/+1 |
| 2020-03-12 | Move some more tests to `check-pass` | LeSeulArtichaut | -3/+6 |
| 2020-03-12 | Move some const-eval `build-pass` tests to `check-pass` | LeSeulArtichaut | -20/+20 |
| 2020-03-11 | make error message less confusing | Ralf Jung | -24/+24 |
| 2020-03-11 | start Miri messages lower-case | Ralf Jung | -45/+45 |
| 2020-03-11 | generalize InvalidNullPointerUsage to InvalidIntPointerUsage | Ralf Jung | -3/+3 |
| 2020-03-11 | fmt, tweak messages and bless | Ralf Jung | -32/+32 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -0/+40 |
| 2020-03-11 | Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obk | Mazdak Farrokhzad | -2/+0 |
| 2020-03-11 | Deduplicate and clean up pretty printing logic | Oliver Scherer | -1/+1 |
| 2020-03-10 | explain the use of a custom identity function | Bastian Kauschke | -0/+3 |
| 2020-03-10 | rustc_errors: Use ensure_source_file_source_present where necessary. | Ana-Maria Mihalache | -1/+1 |
| 2020-03-09 | discrimant test must not be inlined! | Bastian Kauschke | -0/+1 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -28/+48 |
| 2020-03-08 | allow dead code in discriminant test | Bastian Kauschke | -0/+1 |
| 2020-03-08 | test discriminant of enum with uninhabited variant | Bastian Kauschke | -0/+11 |
| 2020-03-08 | Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb | Mazdak Farrokhzad | -228/+305 |
| 2020-03-08 | prevent potential promotion in const_discriminant | Bastian Kauschke | -3/+5 |
| 2020-03-08 | constify `mem::discriminant` | Bastian Kauschke | -0/+22 |