| Age | Commit message (Expand) | Author | Lines |
| 2021-02-03 | Allow/fix non_fmt_panic in tests. | Mara Bos | -20/+21 |
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -259/+923 |
| 2021-02-01 | Rollup merge of #81387 - c410-f3r:tests-tests-tests, r=petrochenkov | Jonas Schievink | -0/+119 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -16/+18 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+119 |
| 2021-01-31 | Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk | Jonas Schievink | -18/+9 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -18/+9 |
| 2021-01-30 | Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se | Yuki Okushi | -14/+12 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -14/+12 |
| 2021-01-29 | Rollup merge of #81333 - RalfJung:const-err-simplify, r=oli-obk | Yuki Okushi | -51/+30 |
| 2021-01-27 | Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obk | Yuki Okushi | -0/+43 |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -16/+18 |
| 2021-01-24 | Ignore test on 32-bit architectures | Camelid | -1/+4 |
| 2021-01-24 | Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJung | Jonas Schievink | -138/+283 |
| 2021-01-24 | clean up some const error reporting around promoteds | Ralf Jung | -51/+30 |
| 2021-01-23 | Put dynamic check tests into their own file | oli | -24/+64 |
| 2021-01-23 | Cover more cases in the test suite | oli | -38/+99 |
| 2021-01-23 | Adjust wording of a diagnostic | oli | -8/+8 |
| 2021-01-23 | Fix a comment that only made sense in the context of a dataflow based mutabil... | oli | -3/+2 |
| 2021-01-23 | Rename tests to what their code actually does | oli | -0/+0 |
| 2021-01-23 | Permit mutable references in all const contexts | oli | -103/+148 |
| 2021-01-22 | re-bless ui tests | Ralf Jung | -53/+5 |
| 2021-01-22 | expand successful-promotion test a bit | Ralf Jung | -16/+18 |
| 2021-01-22 | do promote array indexing if we know it is in-bounds | Ralf Jung | -0/+3 |
| 2021-01-22 | avoid promoting division, modulo and indexing operations that could fail | Ralf Jung | -234/+234 |
| 2021-01-18 | Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJung | bors | -0/+50 |
| 2021-01-18 | Move test to `src/test/ui/consts/` | Camelid | -0/+40 |
| 2021-01-18 | Only inherit const stability for methods of `impl const Trait` blocks | oli | -5/+11 |
| 2021-01-17 | validation test: turn some const_err back into validation failures | Ralf Jung | -81/+59 |
| 2021-01-17 | Add regression test | oli | -0/+44 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+495 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -20/+20 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -3/+3 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -42/+69 |
| 2021-01-04 | Do not run const prop on the `mir_for_ctfe` of `const fn` | oli | -1/+1 |
| 2021-01-04 | Update stderr files after rebase | oli | -5/+0 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -41/+73 |
| 2021-01-04 | make sure that promoteds which fail to evaluate in dead const code behave cor... | Ralf Jung | -2/+13 |
| 2021-01-03 | Refactor the non-transient cell borrow error diagnostic | oli | -9/+9 |
| 2021-01-03 | Update now-more-precise operation with a preciser message | oli | -6/+6 |
| 2021-01-01 | Reinstate the error-code error over the feature gate error | oli | -9/+3 |
| 2021-01-01 | Enhance some comments | oli | -9/+14 |
| 2021-01-01 | Fix cell checks in const fn | oli | -0/+2 |
| 2021-01-01 | Allow references to interior mutable data behind a feature gate | oli | -23/+64 |
| 2020-12-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -0/+7 |
| 2020-12-30 | CTFE: test size/align_of_val_raw on dangling pointers | Ralf Jung | -0/+7 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -0/+142 |
| 2020-12-21 | Auto merge of #79270 - RalfJung:array-repeat-consts, r=oli-obk | bors | -0/+27 |
| 2020-12-20 | make sure [CONST; N] drops N times | Ralf Jung | -2/+16 |
| 2020-12-20 | add test that repeating non-Copy constants works | Ralf Jung | -0/+13 |