| Age | Commit message (Expand) | Author | Lines |
| 2020-04-22 | adjust tests | Ralf Jung | -4/+2 |
| 2020-04-19 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -1/+1 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -50/+6 |
| 2020-04-16 | ty: convert `ErrorHandled::Reported` to `ConstKind::Error`. | Eduard-Mihai Burtescu | -50/+6 |
| 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: workaround WF hole in `to_const`. | Eduard-Mihai Burtescu | -2/+20 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -7/+21 |
| 2020-04-05 | add test | Ralf Jung | -0/+14 |
| 2020-04-05 | add test | Ralf Jung | -0/+10 |
| 2020-03-31 | const backtrace: do not skip first frame | Ralf Jung | -0/+1 |
| 2020-03-30 | bless tests | Ralf Jung | -1/+1 |
| 2020-03-24 | bless; add test for mutating a static | Ralf Jung | -1/+1 |
| 2020-03-24 | Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra... | Mazdak Farrokhzad | -35/+7 |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -27/+53 |
| 2020-03-22 | Rename `TimeLimitReached` -> `StepLimitReached` | Dylan MacKenzie | -2/+2 |
| 2020-03-18 | Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk | Mazdak Farrokhzad | -29/+29 |
| 2020-03-17 | Update const-eval tests | Dylan MacKenzie | -35/+7 |
| 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 | -22/+22 |
| 2020-03-11 | generalize InvalidNullPointerUsage to InvalidIntPointerUsage | Ralf Jung | -3/+3 |
| 2020-03-11 | fmt, tweak messages and bless | Ralf Jung | -26/+26 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -24/+44 |
| 2020-03-08 | fix type size mismatch on 32bit | Ralf Jung | -20/+19 |
| 2020-03-06 | please tidy | Ralf Jung | -13/+14 |
| 2020-03-06 | better error messages for invalid boxes (and a few more tests) | Ralf Jung | -17/+39 |
| 2020-03-06 | test some more kinds of enums with uninhabited variants | Ralf Jung | -11/+77 |
| 2020-03-06 | test that we validate boxes | Ralf Jung | -4/+49 |
| 2020-03-06 | const validation ub tests: use transmute instead of unions | Ralf Jung | -221/+165 |
| 2020-03-06 | miri value visitor: detect primitives by type, not layout | Ralf Jung | -2/+2 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -2/+0 |
| 2020-03-02 | Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb | bors | -25/+25 |
| 2020-02-26 | miri: validity visitor comments and path printing improvements | Ralf Jung | -2/+2 |
| 2020-02-19 | avoid excessive number of revisions | Ralf Jung | -73/+1 |
| 2020-02-18 | better lint names | Ralf Jung | -32/+32 |
| 2020-02-18 | more English grammar | Ralf Jung | -7/+7 |
| 2020-02-18 | miri value visitor: fix some wrong assumptions about layout; improve error me... | Ralf Jung | -20/+20 |
| 2020-02-15 | more revisions and use them for another test | Ralf Jung | -3/+75 |
| 2020-02-15 | fix tests, and use variants to test debug and release builds together | Ralf Jung | -163/+246 |
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -14/+14 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -16/+16 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -16/+16 |
| 2020-01-24 | Normalise notes with the/is | varkor | -14/+14 |
| 2020-01-18 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -21/+23 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -2/+2 |