| Age | Commit message (Expand) | Author | Lines |
| 2019-10-27 | Implementation of const caller_location. | Adam Perry | -0/+23 |
| 2019-10-20 | Remove `borrowck_graphviz_postflow` from test | Dylan MacKenzie | -6/+3 |
| 2019-10-19 | Auto merge of #64890 - wesleywiser:const_prop_rvalue, r=oli-obk | bors | -0/+28 |
| 2019-10-18 | Don't ICE when evaluating writes to uninhabited enum variants | Wesley Wiser | -0/+28 |
| 2019-10-16 | Add regression test for #65394 | Dylan MacKenzie | -0/+24 |
| 2019-10-04 | [const-prop] Fix ICE when trying to eval polymorphic promoted MIR | Wesley Wiser | -11/+22 |
| 2019-10-02 | Rollup merge of #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obk | Mazdak Farrokhzad | -0/+23 |
| 2019-10-02 | [const-prop] Correctly handle locals that can't be propagated | Wesley Wiser | -0/+23 |
| 2019-10-01 | Add test cases for #64945 | Dylan MacKenzie | -0/+61 |
| 2019-09-30 | Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebank | Tyler Mandry | -0/+1 |
| 2019-09-30 | update tests | Guillaume Gomez | -0/+1 |
| 2019-09-29 | Auto merge of #64470 - ecstatic-morse:split-promotion-and-validation, r=eddyb... | bors | -188/+21 |
| 2019-09-28 | Fix tests broken by more consistent miri unleashed warnings | Dylan MacKenzie | -188/+21 |
| 2019-09-27 | [const-prop] Replace `eval_place()` with use of `InterpCx` | Wesley Wiser | -2/+11 |
| 2019-09-25 | Rollup merge of #64738 - gnzlbg:miri_norm_abi, r=oli-obk | Mazdak Farrokhzad | -0/+53 |
| 2019-09-25 | Remove fail tests | gnzlbg | -201/+0 |
| 2019-09-25 | Clean tests | gnzlbg | -11/+31 |
| 2019-09-25 | Test errors | gnzlbg | -60/+181 |
| 2019-09-25 | Refactor | gnzlbg | -0/+24 |
| 2019-09-25 | Allow simd_insert and simd_extract in const_fn | gnzlbg | -290/+2 |
| 2019-09-24 | Add some more tests | gnzlbg | -27/+296 |
| 2019-09-24 | Move tests to SIMD subdirectory | gnzlbg | -8/+8 |
| 2019-09-24 | Add a fail test | gnzlbg | -0/+36 |
| 2019-09-24 | Add const-eval support for SIMD types, insert, and extract | gnzlbg | -0/+72 |
| 2019-09-24 | Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fn | Oliver Scherer | -2/+10 |
| 2019-09-21 | remove feature | gnzlbg | -84/+255 |
| 2019-09-20 | Allow using fn pointers in const fn behind const_fn_ptr gate | gnzlbg | -0/+128 |
| 2019-09-08 | Update test stderr with results of enabling unused lints | Mark Rousskov | -0/+1 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -59/+59 |
| 2019-09-02 | Fix tests again | Yuki Okushi | -22/+105 |
| 2019-09-02 | Fix condition and tests' flags | Yuki Okushi | -15/+22 |
| 2019-09-02 | Fix overflow_check | Yuki Okushi | -12/+19 |
| 2019-09-02 | Add `opt-level` check | Yuki Okushi | -19/+12 |
| 2019-08-30 | Rollup merge of #64015 - RalfJung:const-tests, r=oli-obk | Mazdak Farrokhzad | -60/+84 |
| 2019-08-30 | add test | Ralf Jung | -0/+29 |
| 2019-08-30 | const-eval tests: make all unions repr(C) | Ralf Jung | -59/+79 |
| 2019-08-30 | explain why REF_AS_USIZE is important | Ralf Jung | -0/+3 |
| 2019-08-30 | tweak const-valid test | Ralf Jung | -1/+2 |
| 2019-08-30 | make unions repr(C) | Ralf Jung | -18/+21 |
| 2019-08-30 | better variable names | Ralf Jung | -28/+28 |
| 2019-08-29 | Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obk | Mazdak Farrokhzad | -66/+123 |
| 2019-08-26 | adjust tests | Ralf Jung | -18/+9 |
| 2019-08-25 | test for too long slices | Ralf Jung | -7/+17 |
| 2019-08-25 | validate raw wide pointers | Ralf Jung | -66/+122 |
| 2019-08-25 | factor wide ptr metadata checking into separate method | Ralf Jung | -6/+6 |
| 2019-08-22 | Changed tests | Wesley Wiser | -29/+15 |
| 2019-08-17 | fix tests | Ralf Jung | -3/+3 |
| 2019-08-14 | Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk | Mazdak Farrokhzad | -15/+21 |
| 2019-08-02 | bless all the things | Ralf Jung | -4/+4 |
| 2019-08-02 | add is_any_ptr type test; this also helps pacify tidy | Ralf Jung | -1/+0 |