| Age | Commit message (Expand) | Author | Lines |
| 2020-11-10 | Rollup merge of #78669 - sasurau4:test/check-pass-consts, r=jyn514 | Jonas Schievink | -4/+4 |
| 2020-11-10 | use check-pass instead of build-pass in consts ui test suits | Daiki Ihara | -4/+4 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -3/+3 |
| 2020-11-05 | update dangling-alloc-id-ice test | Vishnunarayan K I | -15/+2 |
| 2020-11-04 | make intern_const_alloc_recursive return error fix #78655 | Vishnunarayan K I | -0/+40 |
| 2020-10-26 | move &mut-in-const check from interning to validation | Ralf Jung | -3/+5 |
| 2020-10-26 | move UnsafeCell-in-const check from interning to validation | Ralf Jung | -6/+11 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -10/+10 |
| 2020-10-25 | Auto merge of #77526 - RalfJung:dont-promote-unions, r=lcnr | bors | -1/+16 |
| 2020-10-24 | Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkor | Jonas Schievink | -0/+98 |
| 2020-10-22 | Add test for const panic!(CONST). | Mara Bos | -17/+45 |
| 2020-10-22 | Rollup merge of #78172 - wesleywiser:close_77062, r=oli-obk | Yuki Okushi | -0/+5 |
| 2020-10-22 | Rollup merge of #77420 - ecstatic-morse:const-checking-raw-mut-ref, r=davidtwco | Yuki Okushi | -25/+17 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -10/+10 |
| 2020-10-21 | Add a test for #53708 | Nadrieril | -0/+11 |
| 2020-10-20 | Add test case for #77062 | Wesley Wiser | -0/+5 |
| 2020-10-18 | Add some tests | Nadrieril | -0/+87 |
| 2020-10-18 | we can test std and core panic macros together | Ralf Jung | -70/+90 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+1 |
| 2020-10-05 | Remove `fn` from feature name | Dylan MacKenzie | -3/+3 |
| 2020-10-05 | Make `min_const_fn` `impl Trait` test into a gate test | Dylan MacKenzie | -2/+4 |
| 2020-10-05 | Bless test outupt | Dylan MacKenzie | -11/+10 |
| 2020-10-04 | But whatever | ecstatic-morse | -0/+1 |
| 2020-10-04 | stop promoting union field accesses in 'const' | Ralf Jung | -1/+16 |
| 2020-10-03 | Ensure that the const-eval engine handles `#[unwind(aborts)]` | Dylan MacKenzie | -0/+33 |
| 2020-10-03 | Add check-pass test for `#[unwind(aborts)]` on a `const fn` | Dylan MacKenzie | -0/+17 |
| 2020-10-01 | Bless tests | Dylan MacKenzie | -25/+17 |
| 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 |