| Age | Commit message (Expand) | Author | Lines |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -28/+48 |
| 2020-03-08 | Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb | Mazdak Farrokhzad | -228/+305 |
| 2020-03-08 | fix type size mismatch on 32bit | Ralf Jung | -20/+19 |
| 2020-03-08 | Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+0 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 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 | -5/+5 |
| 2020-03-06 | Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=oli | bors | -0/+91 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-06 | Added oli's multivariant test case (alpha renaming the enum name itself). | Felix S. Klock II | -3/+63 |
| 2020-03-05 | Fix #69191 | Felix S. Klock II | -0/+31 |
| 2020-03-05 | Bumped version number for const_eval_limit in active.rs | Christoph Schmidler | -3/+27 |
| 2020-03-05 | Opt out of CTFE if the 'const_eval_limit' is set to 0 | Christoph Schmidler | -1/+9 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -20/+35 |
| 2020-03-05 | Disable CTFE if const_limit was set to 0, otherwise use the value set, which ... | Christoph Schmidler | -1/+33 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+24 |
| 2020-03-03 | Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkov | bors | -0/+2 |
| 2020-03-02 | Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb | bors | -28/+28 |
| 2020-03-01 | encode `;` stmt w/o expr as `StmtKind::Empty` | Mazdak Farrokhzad | -0/+2 |
| 2020-03-01 | Make `rustc_attrs` tracking issue None | Yuki Okushi | -1/+0 |
| 2020-02-28 | Add more context to E0599 errors | Esteban Küber | -2/+2 |
| 2020-02-26 | miri: validity visitor comments and path printing improvements | Ralf Jung | -2/+2 |
| 2020-02-22 | Rollup merge of #69339 - wesleywiser:test_for_69312, r=Centril | Dylan DPC | -0/+10 |
| 2020-02-22 | Rollup merge of #68984 - ecstatic-morse:const-u8-is-ascii, r=sfackler | Dylan DPC | -0/+6 |
| 2020-02-21 | Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb | bors | -0/+26 |
| 2020-02-20 | Add test for #69312 | Wesley Wiser | -0/+10 |
| 2020-02-20 | lit_to_const: gracefully bubble up type errors. | Mazdak Farrokhzad | -0/+26 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -304/+518 |
| 2020-02-20 | Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obk | Dylan DPC | -0/+37 |
| 2020-02-19 | avoid excessive number of revisions | Ralf Jung | -154/+4 |
| 2020-02-18 | better lint names | Ralf Jung | -55/+55 |
| 2020-02-18 | Rollup merge of #69192 - JohnTitor:add-tests, r=Centril | Dylan DPC | -0/+45 |
| 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 | -23/+23 |
| 2020-02-16 | Add test for issue-63952 | Yuki Okushi | -0/+45 |
| 2020-02-15 | expand assoc-const test a bit, just to be sure | Ralf Jung | -18/+110 |
| 2020-02-15 | add test for issue 69020 | Ralf Jung | -0/+57 |
| 2020-02-15 | more revisions and use them for another test | Ralf Jung | -11/+130 |
| 2020-02-15 | fix tests, and use variants to test debug and release builds together | Ralf Jung | -297/+393 |
| 2020-02-15 | Rollup merge of #69166 - JohnTitor:ice-const-enum, r=matthewjasper | Dylan DPC | -0/+15 |
| 2020-02-14 | Update tests | Matthew Jasper | -29/+38 |
| 2020-02-14 | Check `has_typeck_tables` before calling `typeck_tables_of` | Yuki Okushi | -0/+15 |
| 2020-02-13 | ast_validation: tweak diagnostic output | Mazdak Farrokhzad | -15/+19 |
| 2020-02-13 | parser: fuse free `fn` parsing together. | Mazdak Farrokhzad | -38/+25 |
| 2020-02-12 | Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiser | Dylan DPC | -13/+92 |
| 2020-02-12 | Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJung | Yuki Okushi | -41/+119 |