| Age | Commit message (Expand) | Author | Lines |
| 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-13 | Stabilize remaining integer methods as `const fn` | Jacob Pratt | -5/+0 |
| 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 |
| 2020-12-19 | also const-check FakeRead | Ralf Jung | -0/+5 |
| 2020-12-10 | re-bless tests | Ralf Jung | -0/+34 |
| 2020-12-09 | remove a hack that seems to only benefit a few very special cases | Ralf Jung | -3/+31 |
| 2020-12-09 | make sure we do not promote things with interior mutability | Ralf Jung | -7/+22 |
| 2020-12-03 | Auto merge of #79594 - vn-ki:const-eval-intrinsic, r=oli-obk | bors | -112/+235 |
| 2020-12-02 | rename MemoryKind::Heap to ConstHeap; bless test | Vishnunarayan K I | -7/+14 |
| 2020-12-02 | add comment and bless some tests | Vishnunarayan K I | -110/+93 |
| 2020-12-01 | review comment and one more test | Vishnunarayan K I | -11/+23 |
| 2020-12-01 | review comments | Vishnunarayan K I | -1/+43 |
| 2020-12-01 | Rollup merge of #79444 - sasurau4:test/move-const-ip, r=matklad | Mara Bos | -13/+0 |
| 2020-12-01 | Rollup merge of #79227 - sasurau4:test/move-cell-test-to-lib-core, r=jyn514 | Mara Bos | -13/+0 |
| 2020-12-01 | add const_allocate intrisic | Vishnunarayan K I | -0/+79 |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -70/+0 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -86/+68 |
| 2020-11-26 | Move const ip in ui test to unit test | Daiki Ihara | -13/+0 |
| 2020-11-26 | remove const-fn-feature-flags test | Daiki Ihara | -13/+0 |
| 2020-11-25 | Resolve inference variables before trying to remove overloaded indexing | Aaron Hill | -0/+11 |
| 2020-11-23 | Rollup merge of #76829 - tspiteri:const-int-pow, r=oli-obk | Jonas Schievink | -1/+0 |
| 2020-11-23 | Auto merge of #76226 - CDirkx:const-ipaddr, r=dtolnay | bors | -0/+13 |
| 2020-11-23 | stabilize const_int_pow | Trevor Spiteri | -1/+0 |
| 2020-11-23 | Stabilize `IpAddr::is_ipv4` and `is_ipv6` as const | Christiaan Dirkx | -0/+13 |
| 2020-11-21 | Fix comments of toogeneris test | Ngo Iok Ui | -5/+3 |
| 2020-11-20 | Exhaustively match in variant count instrinsic | Ngo Iok Ui | -0/+54 |
| 2020-11-14 | Auto merge of #79049 - tmiasko:lower-intrinsics, r=jonas-schievink | bors | -5/+0 |
| 2020-11-14 | Lower intrinsics calls: forget, size_of, unreachable, wrapping_* | Tomasz Miąsko | -5/+0 |
| 2020-11-12 | fix tests and formatting | Vishnunarayan K I | -40/+8 |
| 2020-11-12 | add error_occured field to ConstQualifs, fix #76064 | Vishnunarayan K I | -0/+16 |