| Age | Commit message (Expand) | Author | Lines |
| 2020-10-01 | Regression test for case in #77361 | Dylan MacKenzie | -0/+16 |
| 2020-10-01 | Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk | bors | -132/+289 |
| 2020-09-30 | Remove E0019, use E0015 for inline assembly in a const | Dylan MacKenzie | -3/+3 |
| 2020-09-29 | Bless tests | Dylan MacKenzie | -15/+55 |
| 2020-09-29 | Bless output | Dylan MacKenzie | -15/+95 |
| 2020-09-29 | Bless tests | Dylan MacKenzie | -78/+38 |
| 2020-09-29 | Bless mut tests | Dylan MacKenzie | -105/+173 |
| 2020-09-29 | Fix "unstable in stable" error | Dylan MacKenzie | -3/+12 |
| 2020-09-29 | Liveness analysis for everybody | Tomasz Miąsko | -2/+3 |
| 2020-09-29 | Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morse | bors | -97/+97 |
| 2020-09-27 | Remove feature gate test for `rustc_allow_const_fn_ptr` | Dylan MacKenzie | -47/+0 |
| 2020-09-27 | Mark `min_const_fn_fn_ptr` test as gate test | Dylan MacKenzie | -2/+4 |
| 2020-09-27 | Bless tests | Dylan MacKenzie | -40/+85 |
| 2020-09-27 | Update tests with new feature gate | Dylan MacKenzie | -23/+29 |
| 2020-09-26 | Make invalid integer operation messages consistent | varkor | -97/+97 |
| 2020-09-26 | Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obk | Ralf Jung | -75/+107 |
| 2020-09-26 | Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb | bors | -172/+32 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -7/+7 |
| 2020-09-25 | Use proper issue for `const_fn_floating_point_arithmetic` | Dylan MacKenzie | -6/+6 |
| 2020-09-25 | Move const fn floating point test out of `min_const_fn` | Dylan MacKenzie | -62/+94 |
| 2020-09-25 | Bless tests | Dylan MacKenzie | -24/+24 |
| 2020-09-25 | Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obk | Jonas Schievink | -38/+38 |
| 2020-09-24 | Use correct type in diagnostics again | Oliver Scherer | -5/+5 |
| 2020-09-23 | Bless tests | Dylan MacKenzie | -38/+38 |
| 2020-09-24 | Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJung | bors | -4/+7 |
| 2020-09-23 | Make sure we keep emitting a hard error | Oliver Scherer | -13/+1 |
| 2020-09-23 | Make sure we report a future incompat error in all cases | Oliver Scherer | -3/+3 |
| 2020-09-23 | Make sure we don't hide errors just because a lint has been emitted | Oliver Scherer | -15/+8 |
| 2020-09-23 | Deduplicate errors in const to pat conversion | Oliver Scherer | -113/+15 |
| 2020-09-23 | Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obk | Dylan DPC | -13/+7 |
| 2020-09-23 | revert const_type_id stabilization | Ashley Mannix | -4/+7 |
| 2020-09-22 | Bless tests | Dylan MacKenzie | -122/+142 |
| 2020-09-21 | Rollup merge of #76807 - ecstatic-morse:const-checking-staged-api, r=oli-obk | ecstatic-morse | -6/+63 |
| 2020-09-21 | Record `tcx.def_span` instead of `item.span` in crate metadata | Aaron Hill | -13/+7 |
| 2020-09-20 | Move const tests for `Option` to `library\core` | Christiaan Dirkx | -12/+0 |
| 2020-09-20 | Stabilize some Option methods as const | CDirkx | -2/+0 |
| 2020-09-20 | Use precise errors during const to pat conversion instead of a catch-all on t... | Oliver Scherer | -48/+47 |
| 2020-09-20 | Implement destructuring for all aggregates and for references | Oliver Scherer | -24/+2 |
| 2020-09-20 | Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung | bors | -66/+45 |
| 2020-09-19 | cleanup promotion const_kind checks | Ralf Jung | -14/+54 |
| 2020-09-19 | Rollup merge of #76434 - RalfJung:black-box, r=Mark-Simulacrum | Ralf Jung | -18/+13 |
| 2020-09-19 | Reflect the "do not call this query directly" mentality in its name | Oliver Scherer | -2/+2 |
| 2020-09-19 | Address review comments | Oliver Scherer | -16/+16 |
| 2020-09-19 | Fix rebase fallout and make the test work with debug info | Oliver Scherer | -3/+3 |
| 2020-09-19 | We can make const eval sound, it's just super expensive | Oliver Scherer | -7/+3 |
| 2020-09-19 | Clarify a statement in UB test | Oliver Scherer | -1/+3 |
| 2020-09-19 | Stop using the `const_eval` query for initializers of statics | Oliver Scherer | -22/+14 |
| 2020-09-19 | Validate constants during `const_eval_raw` | Oliver Scherer | -28/+17 |
| 2020-09-16 | Test that `const_precise_live_drops` can't be depended upon stably | Dylan MacKenzie | -0/+57 |
| 2020-09-16 | Bless `miri-unleashed` tests | Dylan MacKenzie | -6/+6 |