| Age | Commit message (Expand) | Author | Lines |
| 2020-08-31 | Revert #75463 | Dylan MacKenzie | -15/+0 |
| 2020-08-31 | Auto merge of #75463 - CDirkx:ordering-const, r=CDirkx | bors | -0/+15 |
| 2020-08-30 | Stabilize feature `const_ordering` | CDirkx | -2/+0 |
| 2020-08-30 | Add unstable `const_ordering` feature, and some tests. | CDirkx | -0/+17 |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -0/+2 |
| 2020-08-23 | Auto merge of #72449 - ecstatic-morse:const-float-bitcast, r=RalfJung | bors | -0/+170 |
| 2020-08-23 | Fix `compile-flags` directive | ecstatic-morse | -2/+2 |
| 2020-08-22 | Test new floating point bit casts | Dylan MacKenzie | -0/+170 |
| 2020-08-22 | remove feature gate from tests | Ralf Jung | -13/+10 |
| 2020-08-22 | Rollup merge of #75771 - tmiasko:const-eval-query-stack-normalize, r=jonas-sc... | Dylan DPC | -2/+3 |
| 2020-08-21 | Suppress "const" prefix of FnDef in MIR dump | Lzu Tao | -11/+11 |
| 2020-08-21 | Extend normalization in const-eval-query-stack test | Tomasz Miąsko | -2/+3 |
| 2020-08-20 | Set RUST_BACKTRACE env variable | ThibsG | -1/+2 |
| 2020-08-19 | Fix bad printing of const-eval queries | ThibsG | -0/+38 |
| 2020-08-18 | Rollup merge of #75578 - 5M1Sec:master, r=oli-obk | Yuki Okushi | -12/+15 |
| 2020-08-17 | Auto merge of #74940 - oli-obk:const_is_null, r=RalfJung | bors | -0/+141 |
| 2020-08-17 | Make a test platform independent | Oliver Scherer | -7/+11 |
| 2020-08-16 | Allowing raw ptr dereference in const fn | 5M1Sec | -12/+15 |
| 2020-08-12 | fix span of stack size error | Ralf Jung | -7/+6 |
| 2020-08-12 | more precise span for erroneous consts during CTFE/Miri | Ralf Jung | -16/+18 |
| 2020-08-12 | bless tests | Ralf Jung | -17/+13 |
| 2020-08-11 | Make `<*const T>::is_null` const fn | Oliver Scherer | -0/+137 |
| 2020-08-10 | add test for unused erroneous const in CTFE | Ralf Jung | -0/+63 |
| 2020-08-04 | Forbid non-derefable types explicitly in unsizing casts | Yuki Okushi | -0/+22 |
| 2020-08-02 | fix typos | liuzhenyu | -2/+2 |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -1/+1 |
| 2020-07-31 | Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obk | bors | -0/+34 |
| 2020-07-30 | Test `Option::unwrap` in a const context | Dylan MacKenzie | -0/+34 |
| 2020-07-30 | Rollup merge of #74934 - nbdd0121:issue-73976, r=ecstatic-morse | Manish Goregaokar | -8/+8 |
| 2020-07-30 | Fix ui tests | Gary Guo | -8/+8 |
| 2020-07-29 | Test `{align,size}_of_val` in a const context | Dylan MacKenzie | -0/+79 |
| 2020-07-28 | update stderr for polymorphic ui test | Ashley Mannix | -4/+4 |
| 2020-07-28 | remove unstable const_type_id feature | Ashley Mannix | -2/+0 |
| 2020-07-28 | stabilize const_type_id feature | Ashley Mannix | -19/+0 |
| 2020-07-27 | mv std libs to library/ | mark | -38/+38 |
| 2020-07-27 | Rollup merge of #73858 - tspiteri:const-methods, r=oli-obk | Manish Goregaokar | -8/+0 |
| 2020-07-27 | Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk | bors | -1/+19 |
| 2020-07-26 | check that even referencing a TLS static during CTFE fails | Ralf Jung | -1/+19 |
| 2020-07-26 | Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay | bors | -7/+16 |
| 2020-07-24 | Rollup merge of #74491 - xldenis:constant-binop-opt, r=oli-obk | Manish Goregaokar | -3/+4 |
| 2020-07-22 | Optimize away BitAnd and BitOr when possible | Xavier Denis | -3/+4 |
| 2020-07-21 | Expand test to cover type_name and monomorphic use | Gary Guo | -15/+77 |
| 2020-07-19 | Guard against non-monomorphized type_id intrinsic call | Gary Guo | -0/+40 |
| 2020-07-18 | Rollup merge of #74459 - canova:const-unreachable-unchecked, r=oli-obk | Manish Goregaokar | -0/+81 |
| 2020-07-18 | Update UB test to fail during build with contant errors | Nazım Can Altınova | -5/+34 |
| 2020-07-17 | Rollup merge of #73930 - a1phyr:feature_const_option, r=dtolnay | Manish Goregaokar | -0/+14 |
| 2020-07-17 | Add a test for const unsafe_unreachable that triggers UB | Nazım Can Altınova | -0/+35 |
| 2020-07-17 | Add a passing test for const unsafe_unreachable | Nazım Can Altınova | -0/+17 |
| 2020-07-15 | Constify most non-trait `Duration` methods as described in #72440 | marmeladema | -0/+57 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -4/+0 |