| Age | Commit message (Expand) | Author | Lines |
| 2019-10-13 | Rollup merge of #65320 - memoryruins:const_err, r=oli-obk | Mazdak Farrokhzad | -0/+38 |
| 2019-10-11 | Add regression test for CONST_ERR lints in extern macros | memoryruins | -0/+38 |
| 2019-10-09 | Suggest `if let` on `let` refutable binding | Esteban Küber | -0/+42 |
| 2019-10-07 | Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centril | bors | -0/+229 |
| 2019-10-05 | Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandry | Tyler Mandry | -0/+1 |
| 2019-10-05 | Rollup merge of #65066 - wesleywiser:fix_const_prop_ice_on_polymorphic_promot... | Tyler Mandry | -11/+22 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -0/+1 |
| 2019-10-04 | Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton | bors | -1/+0 |
| 2019-10-04 | [const-prop] Fix ICE when trying to eval polymorphic promoted MIR | Wesley Wiser | -11/+22 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -1/+0 |
| 2019-10-04 | Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakis | Mazdak Farrokhzad | -29/+0 |
| 2019-10-02 | Calculate liveness for the same locals with and without -Zpolonius | Matthew Jasper | -29/+0 |
| 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-02 | Add support for 'extern const fn' | Aaron Hill | -0/+229 |
| 2019-10-01 | Add test cases for #64945 | Dylan MacKenzie | -0/+61 |
| 2019-09-30 | Rollup merge of #64921 - JohnTitor:add-test-enum, r=varkor | Tyler Mandry | -0/+25 |
| 2019-09-30 | Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebank | Tyler Mandry | -2/+4 |
| 2019-10-01 | Add test for issue-64662 | Yuki Okushi | -0/+25 |
| 2019-09-30 | update tests | Guillaume Gomez | -2/+4 |
| 2019-09-29 | Auto merge of #64470 - ecstatic-morse:split-promotion-and-validation, r=eddyb... | bors | -258/+111 |
| 2019-09-28 | Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obk | bors | -2/+29 |
| 2019-09-28 | Bless miri unleashed output | Dylan MacKenzie | -12/+5 |
| 2019-09-28 | Fix tests broken by more consistent miri unleashed warnings | Dylan MacKenzie | -242/+82 |
| 2019-09-28 | Add additional `const` tests | Dylan MacKenzie | -0/+46 |
| 2019-09-28 | Silence "skipping const checks" if outside a const context | Dylan MacKenzie | -29/+3 |
| 2019-09-28 | Improve diagnostic for `let A = 0;` | Mazdak Farrokhzad | -3/+21 |
| 2019-09-27 | Respond to code review feedback and fix tidy | Wesley Wiser | -0/+18 |
| 2019-09-27 | [const-prop] Replace `eval_place()` with use of `InterpCx` | Wesley Wiser | -2/+11 |
| 2019-09-26 | Adjust & --bless tests due to no longer downgrading NLL errors on 2015. | Mazdak Farrokhzad | -380/+9 |
| 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 | -7/+15 |
| 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-19 | Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddyb | Mazdak Farrokhzad | -0/+182 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -0/+5 |
| 2019-09-16 | Rollup merge of #64028 - Centril:stabilize-alloc-new-2, r=alexcrichton | Mazdak Farrokhzad | -10/+3 |
| 2019-09-16 | Const-stabilize `Vec::new`. | Mazdak Farrokhzad | -10/+3 |
| 2019-09-16 | add test | Ralf Jung | -0/+182 |
| 2019-09-15 | all memory behind a constant must be immutable | Ralf Jung | -0/+47 |
| 2019-09-15 | const interning: move mutability computation into intern_shallow, and always ... | Ralf Jung | -1/+1 |