| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |